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

This commit is contained in:
Chill
2024-10-08 16:06:24 +08:00
parent e250a4f1bc
commit 5a135e49c5
3 changed files with 13 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One', 'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One',
'version': '24.08.14', 'version': '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

@@ -4,7 +4,7 @@
<h2 class="oe_slogan">Chinese Enhance All in One。 Local customize for china user </h2> <h2 class="oe_slogan">Chinese Enhance All in One。 Local customize for china user </h2>
<h3 class="oe_slogan">20+ chinese setting enhance.</h3> <h3 class="oe_slogan">20+ chinese setting enhance.</h3>
<div class="oe_row"> <div class="oe_row">
<h3>Latest update: v17.24.06.21</h3> <h3>Latest update: v17.24.10.08</h3>
<div class="oe_span12 oe_spaced"> <div class="oe_span12 oe_spaced">
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;"> <div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
<i class="fa fa-hand-o-right"></i><b> Key features: </b> <i class="fa fa-hand-o-right"></i><b> Key features: </b>

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>