Browse Source

[FIX] Admin should be data_protetion_manager by default

pull/12/head
mreficent 6 years ago
parent
commit
11db044a51
  1. 1
      privacy/security/data_protection.xml

1
privacy/security/data_protection.xml

@ -19,6 +19,7 @@
<field name="name">Data Protection Manager</field>
<field name="implied_ids" eval="[(4, ref('privacy.group_data_protection_user'))]"/>
<field name="category_id" ref="module_category_data_protection"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>
</data>

Loading…
Cancel
Save