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:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
'name': 'odoo 16 Customize OEM(Boost, Data reset)',
|
||||||
'version': '16.23.02.06',
|
'version': '16.23.02.176',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
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">
|
<div class="oe_span12">
|
||||||
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
|
<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%;">
|
<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>
|
<h3>Update: v16.23.02.06</h3>
|
||||||
<p>Fix odoo ribbon.</p>
|
<p>Fix odoo ribbon.</p>
|
||||||
<p>Fix odoo translate update.</p>
|
<p>Fix odoo translate update.</p>
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ const userMenuRegistry = registry.category("user_menuitems");
|
|||||||
patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
||||||
setup() {
|
setup() {
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
userMenuRegistry.remove("debug");
|
||||||
|
userMenuRegistry.remove("asset_asset");
|
||||||
|
userMenuRegistry.remove("leave_debug");
|
||||||
|
userMenuRegistry.remove("separator0");
|
||||||
userMenuRegistry.remove("documentation");
|
userMenuRegistry.remove("documentation");
|
||||||
userMenuRegistry.remove("support");
|
userMenuRegistry.remove("support");
|
||||||
userMenuRegistry.remove("odoo_account");
|
userMenuRegistry.remove("odoo_account");
|
||||||
|
|||||||
Reference in New Issue
Block a user