mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
prepare #IAO329 [app_base_chinese]将odoo后台应用的链接改为我司 V16
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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&utm_medium=module#hosting=on_premise</attribute>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
</odoo>
|
</odoo>
|
||||||
Reference in New Issue
Block a user