fix odoo customize

This commit is contained in:
Ivan Office
2024-10-06 00:02:40 +08:00
parent fdaaef7e7b
commit 275b730654
8 changed files with 7 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'odoo18 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance', 'name': 'odoo18 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
'version': '24.08.19', 'version': '24.10.08',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Extra Tools', 'category': 'Extra Tools',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -9,7 +9,7 @@
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.odooai.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_account_accountant"> <record model="ir.module.module" id="base.module_accountant">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.odooai.cn</field>
</record> </record>
@@ -33,10 +33,6 @@
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.odooai.cn</field>
</record> </record>
<record model="ir.module.module" id="base.module_sale_ebay">
<field name="website">https://www.odooai.cn</field>
</record>
<record model="ir.module.module" id="base.module_sale_subscription"> <record model="ir.module.module" id="base.module_sale_subscription">
<field name="website">https://www.odooai.cn</field> <field name="website">https://www.odooai.cn</field>
</record> </record>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 KiB

After

Width:  |  Height:  |  Size: 564 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -11,8 +11,6 @@
<section class="oe_container container o_cc o_cc2"> <section class="oe_container container o_cc o_cc2">
<h2 class="text-center bg-warning text-white pt24 pb24">odoo 18 Tweak,Ai Employee,Boost,Customize All in One. </h2> <h2 class="text-center bg-warning text-white pt24 pb24">odoo 18 Tweak,Ai Employee,Boost,Customize All in One. </h2>
<h3 class="text-center">Customize,UI,Boost,Security,Data,Development Enhance</h3> <h3 class="text-center">Customize,UI,Boost,Security,Data,Development Enhance</h3>
<h4 class="text-center pt40 text-danger">Get Odoo 18 Support(Master Branch of Odoo) in github</h4>
<p class="bg-primary"> https://github.com/guohuadeng/app-odoo/tree/18.0 </p>
<p class="text-center">已升级Odoo18支持odoo优化48项大全,oem去Logo,odoo提速与数据清理 </p> <p class="text-center">已升级Odoo18支持odoo优化48项大全,oem去Logo,odoo提速与数据清理 </p>
</section> </section>
@@ -20,7 +18,7 @@
<section class="container app"> <section class="container app">
<div class="oe_row oe_spaced" style="max-width: 95%;"> <div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="row"> <div class="row">
<h2 class="oe_slogan">This is a Long Term Support Apps.Update: v18.24.08.20</h2> <h2 class="oe_slogan">This is a Long Term Support Apps.Update: v18.24.10.08</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%;">
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item">1. Deletes Odoo label in footer</li> <li class="list-group-item">1. Deletes Odoo label in footer</li>

View File

@@ -4,10 +4,10 @@
<field name="name">ir.module.addons.path.tree</field> <field name="name">ir.module.addons.path.tree</field>
<field name="model">ir.module.addons.path</field> <field name="model">ir.module.addons.path</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree> <list>
<field name="name"/> <field name="name"/>
<field name="path"/> <field name="path"/>
</tree> </list>
</field> </field>
</record> </record>

View File

@@ -75,7 +75,7 @@
groups="base.group_system" invisible="state != 'installed'">Upgrade</button> groups="base.group_system" invisible="state != 'installed'">Upgrade</button>
</xpath> </xpath>
<!--显示导出翻译--> <!--显示导出翻译-->
<xpath expr="//t[@t-name='kanban-menu']" position="inside"> <xpath expr="//t[@t-name='menu']" position="inside">
<a t-if="installed" name="%(app_odoo_customize.action_server_module_multi_get_po)d" type="action" role="menuitem" class="dropdown-item">Export Translation</a> <a t-if="installed" name="%(app_odoo_customize.action_server_module_multi_get_po)d" type="action" role="menuitem" class="dropdown-item">Export Translation</a>
<a t-if="installed" name="%(app_odoo_customize.action_server_module_multi_refresh_po)d" type="action" role="menuitem" class="dropdown-item">Refresh Translation</a> <a t-if="installed" name="%(app_odoo_customize.action_server_module_multi_refresh_po)d" type="action" role="menuitem" class="dropdown-item">Refresh Translation</a>
</xpath> </xpath>

View File

@@ -10,7 +10,7 @@
<field name="model">ir.ui.menu</field> <field name="model">ir.ui.menu</field>
<field name="inherit_id" ref="base.edit_menu"/> <field name="inherit_id" ref="base.edit_menu"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//tree" position="attributes"> <xpath expr="//list" position="attributes">
<attribute name="multi_edit">1</attribute> <attribute name="multi_edit">1</attribute>
</xpath> </xpath>
<field name="complete_name" position="after"> <field name="complete_name" position="after">