Skip to content
Snippets Groups Projects

Initial version

Merged Vincent Hatakeyama requested to merge topic/16.0/init into branch/16.0
Files
34
+ 8
0
 
<?xml version="1.0" encoding="UTF-8" ?>
 
<odoo>
 
<record id="user_xbus_demo" model="res.users">
 
<field name="name">Xbus</field>
 
<field name="login">xbus</field>
 
<field name="groups_id" eval="[Command.set([ref('group_xbus_creator')])]" />
 
</record>
 
</odoo>
Loading