[MIG] web_disable_export_group: Migration to 12.0

[IMP] Automatically add root and admin to group

[FIX] Website in manifest
This commit is contained in:
tarteo
2018-10-02 16:01:56 +02:00
committed by Kévin Roche
parent 68af8c4706
commit f4ed1cdc8e
3 changed files with 8 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
<record id="group_export_data" model="res.groups">
<field name="name">Export Data</field>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
</record>
</odoo>