prepare #IAO329 [app_base_chinese]将odoo后台应用的链接改为我司 V16

This commit is contained in:
Chill
2024-10-08 15:59:02 +08:00
parent b4257d5f65
commit ac527565ee
2 changed files with 12 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One', 'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One',
'version': '16.24.08.14', 'version': '16.24.10.08',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -10,4 +10,15 @@
</xpath> </xpath>
</field> </field>
</record> </record>
<record id="app_base_chinese_module_kanban_view" model="ir.ui.view">
<field name="name">app.base.chinese.module.kanban</field>
<field name="model">ir.module.module</field>
<field name="inherit_id" ref="base.module_view_kanban"/>
<field name="arch" type="xml">
<xpath expr="//a[@t-if='record.to_buy.raw_value']" position="attributes">
<attribute name="href">https://www.odooapp.cn/pricing?utm_source=db&amp;utm_medium=module#hosting=on_premise</attribute>
</xpath>
</field>
</record>
</odoo> </odoo>