mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
'data/base_data.xml',
|
||||
'data/res_currency_data.xml',
|
||||
'data/product_data.xml',
|
||||
'data/product_pricelist_data.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
|
||||
9
app_base_chinese/data/product_pricelist_data.xml
Normal file
9
app_base_chinese/data/product_pricelist_data.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<!-- Price list -->
|
||||
<record id="product.list0" model="product.pricelist">
|
||||
<field name="currency_id" ref="base.CNY"/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user