Initialize v18 branch
Rename *_usability modules to *_usability_akretion
This commit is contained in:
23
base_usability_akretion/security/group.xml
Normal file
23
base_usability_akretion/security/group.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2016-2022 Akretion France (http://www.akretion.com/)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
|
||||
|
||||
<odoo noupdate="1">
|
||||
|
||||
<!-- This group is used to hide menu entries to everybody,
|
||||
so you should not put any user in this group. It is used
|
||||
by the module account_hide_analytic_line, but it will certainly
|
||||
be used by other modules in the future, that's why I declare
|
||||
this group in the base_usability module
|
||||
I don't want to use the base.group_no_one for this, because a lot
|
||||
of interesing menu entries are attached to this group, so it's
|
||||
common to have several users that belong to this group -->
|
||||
<record id="group_nobody" model="res.groups">
|
||||
<field name="name">Nobody (used to hide native menus)</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
2
base_usability_akretion/security/ir.model.access.csv
Normal file
2
base_usability_akretion/security/ir.model.access.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
base.access_res_partner_title_group_user,Full access on res.partner.title to Settings group (instead of partner manager by default),base.model_res_partner_title,base.group_system,1,1,1,1
|
||||
|
Reference in New Issue
Block a user