Forgot a file
This commit is contained in:
committed by
Raphaël Valyi
parent
aeb987eca7
commit
3401f972ad
24
base_usability/security/group.xml
Normal file
24
base_usability/security/group.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
© 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
|
||||
|
||||
<openerp>
|
||||
<data 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>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user