|
|
@ -2,7 +2,7 @@ |
|
|
|
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L. |
|
|
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) --> |
|
|
|
<odoo> |
|
|
|
<data noupdate="0"> |
|
|
|
<data> |
|
|
|
<record model="ir.module.category" id="module_category_data_protection"> |
|
|
|
<field name="name">Data Protection</field> |
|
|
|
<field name="sequence">30</field> |
|
|
@ -14,18 +14,9 @@ |
|
|
|
</record> |
|
|
|
<record id="group_data_protection_manager" model="res.groups"> |
|
|
|
<field name="name">Data Protection Manager</field> |
|
|
|
<field |
|
|
|
name="implied_ids" |
|
|
|
eval="[(4, ref('privacy.group_data_protection_user'))]" |
|
|
|
/> |
|
|
|
<field name="implied_ids" eval="[(4, ref('group_data_protection_user'))]" /> |
|
|
|
<field name="category_id" ref="module_category_data_protection" /> |
|
|
|
<field name="users" eval="[(4, ref('base.user_root'))]" /> |
|
|
|
</record> |
|
|
|
<record id="base.user_root" model="res.users"> |
|
|
|
<field |
|
|
|
name="groups_id" |
|
|
|
eval="[(4, ref('group_data_protection_manager'))]" |
|
|
|
/> |
|
|
|
<field name="users" eval="[(4, ref('base.user_admin'))]" /> |
|
|
|
</record> |
|
|
|
</data> |
|
|
|
</odoo> |