mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix 权限相关
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
||||
'version': '16.23.04.21',
|
||||
'version': '16.23.04.23',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -39,7 +39,6 @@ patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
userMenuRegistry.remove("support");
|
||||
}
|
||||
if (session.app_show_account) {
|
||||
userMenuRegistry.add("odoo_account", odooAccountItem, {'force': true});
|
||||
|
||||
Reference in New Issue
Block a user