mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix odoo customize
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'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',
|
||||
'category': 'Extra Tools',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<field name="website">https://www.odooai.cn</field>
|
||||
</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>
|
||||
</record>
|
||||
|
||||
@@ -33,10 +33,6 @@
|
||||
<field name="website">https://www.odooai.cn</field>
|
||||
</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">
|
||||
<field name="website">https://www.odooai.cn</field>
|
||||
</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 |
@@ -11,8 +11,6 @@
|
||||
<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>
|
||||
<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>
|
||||
</section>
|
||||
|
||||
@@ -20,7 +18,7 @@
|
||||
<section class="container app">
|
||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||
<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%;">
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">1. Deletes Odoo label in footer</li>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
<field name="name">ir.module.addons.path.tree</field>
|
||||
<field name="model">ir.module.addons.path</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree>
|
||||
<list>
|
||||
<field name="name"/>
|
||||
<field name="path"/>
|
||||
</tree>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
groups="base.group_system" invisible="state != 'installed'">Upgrade</button>
|
||||
</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_refresh_po)d" type="action" role="menuitem" class="dropdown-item">Refresh Translation</a>
|
||||
</xpath>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<field name="model">ir.ui.menu</field>
|
||||
<field name="inherit_id" ref="base.edit_menu"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//tree" position="attributes">
|
||||
<xpath expr="//list" position="attributes">
|
||||
<attribute name="multi_edit">1</attribute>
|
||||
</xpath>
|
||||
<field name="complete_name" position="after">
|
||||
|
||||
Reference in New Issue
Block a user