mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
||||
'version': '18.0.25.01.25',
|
||||
'version': '18.0.25.01.26',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
@@ -80,6 +80,7 @@
|
||||
'account',
|
||||
'sales_team',
|
||||
'sale',
|
||||
'delivery',
|
||||
'stock',
|
||||
'app_odoo_customize',
|
||||
],
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
<value eval="[ref('product.cat_expense', False)]"/>
|
||||
<value eval="{'name': '费用'}"/>
|
||||
</function>
|
||||
<function model="product.category" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('delivery.product_category_deliveries', False)]"/>
|
||||
<value eval="{'name': '运费'}"/>
|
||||
</function>
|
||||
<function model="product.category" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('event_sale.product_category_events', False)]"/>
|
||||
<value eval="{'name': '活动票'}"/>
|
||||
|
||||
Reference in New Issue
Block a user