mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 15:52:03 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- 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>
|
||||
<record model="ir.module.category" id="module_category_data_protection">
|
||||
<field name="name">Data Protection</field>
|
||||
<field name="sequence">30</field>
|
||||
</record>
|
||||
<record id="group_data_protection_user" model="res.groups">
|
||||
<field name="name">Data Protection User</field>
|
||||
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
|
||||
<field name="category_id" ref="module_category_data_protection" />
|
||||
</record>
|
||||
<record id="group_data_protection_manager" model="res.groups">
|
||||
<field name="name">Data Protection Manager</field>
|
||||
<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_admin'))]" />
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
read,Permission to read activities,model_privacy_activity,group_data_protection_user,1,0,0,0
|
||||
write,Permission to write activities,model_privacy_activity,group_data_protection_manager,1,1,1,1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue