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)',
|
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
||||||
'version': '16.23.04.21',
|
'version': '16.23.04.23',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
}
|
}
|
||||||
userMenuRegistry.remove("support");
|
|
||||||
}
|
}
|
||||||
if (session.app_show_account) {
|
if (session.app_show_account) {
|
||||||
userMenuRegistry.add("odoo_account", odooAccountItem, {'force': true});
|
userMenuRegistry.add("odoo_account", odooAccountItem, {'force': true});
|
||||||
|
|||||||
Reference in New Issue
Block a user