update po

This commit is contained in:
Ivan Office
2025-01-26 02:42:38 +08:00
parent f0b57e78d7
commit 00fabdc815
2 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
{
'name': 'odoo中国版中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
'version': '16.0.25.01.25',
'version': '16.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',
],

View File

@@ -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': '活动票'}"/>