mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
IMPL calls super in group_backend res_users compute_share
FIX applies pre-commit IMPL adds test for share of backend user FIX pre-commit pass IMPL removes mail.activity.mixin from dummy model because it is not needed for the test IMPL renames and divide the base_group_backend into 2 groups one that provide the basic rights and another that allow login in the app IMPL changes backend ui users to a user type FIX pre-commit pass FIX removes useless imports FIX adds share to group_backend_ui_users IMPL adds mail_channel to access rights FIX tests now working FIX pre-commit pass
This commit is contained in:
committed by
David Beal
parent
48a8d4eec1
commit
93eafb5001
8
base_group_backend/data/ir_ui_menu.xml
Normal file
8
base_group_backend/data/ir_ui_menu.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<odoo>
|
||||
|
||||
<record model="ir.ui.menu" id="base.menu_management">
|
||||
<!-- Allow to avoid to display App menu for backend users -->
|
||||
<field name="groups_id" eval="[(4, ref('base.group_user'), 0)]" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user