Tower: upload cetmix_tower_yaml 16.0.3.1.0 (via marketplace)
This commit is contained in:
13
addons/cetmix_tower_yaml/demo/demo_data.xml
Normal file
13
addons/cetmix_tower_yaml/demo/demo_data.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<odoo noupdate="1">
|
||||||
|
<!-- Add demo users to groups -->
|
||||||
|
<record id="base.user_admin" model="res.users">
|
||||||
|
<field
|
||||||
|
name="groups_id"
|
||||||
|
eval="[
|
||||||
|
(4, ref('cetmix_tower_yaml.group_export')),
|
||||||
|
(4, ref('cetmix_tower_yaml.group_import')),
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
||||||
Reference in New Issue
Block a user