mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix app_odoo_customize
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 433 KiB After Width: | Height: | Size: 430 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 142 KiB |
@@ -47,6 +47,8 @@
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
|
||||
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
|
||||
<h3>Update: v16.23.02.17</h3>
|
||||
<p>Fix odoo Debug and Debug Assets.</p>
|
||||
<h3>Update: v16.23.02.06</h3>
|
||||
<p>Fix odoo ribbon.</p>
|
||||
<p>Fix odoo translate update.</p>
|
||||
|
||||
@@ -11,6 +11,10 @@ const userMenuRegistry = registry.category("user_menuitems");
|
||||
patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
||||
setup() {
|
||||
this._super.apply(this, arguments);
|
||||
userMenuRegistry.remove("debug");
|
||||
userMenuRegistry.remove("asset_asset");
|
||||
userMenuRegistry.remove("leave_debug");
|
||||
userMenuRegistry.remove("separator0");
|
||||
userMenuRegistry.remove("documentation");
|
||||
userMenuRegistry.remove("support");
|
||||
userMenuRegistry.remove("odoo_account");
|
||||
|
||||
Reference in New Issue
Block a user