We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0a7ac commit 11d1ed7Copy full SHA for 11d1ed7
micro_brewery/__manifest__.py
@@ -35,8 +35,8 @@
35
'data/product_pricelist_item.xml',
36
'data/pos_category.xml',
37
'data/pos_config.xml',
38
- 'data/website_base_unit.xml',
39
'data/account_tax.xml',
+ 'data/product_base_unit.xml',
40
'data/product_template.xml',
41
'data/product_attribute.xml',
42
'data/product_attribute_value.xml',
micro_brewery/data/website_base_unit.xml micro_brewery/data/product_base_unit.xml
@@ -1,6 +1,6 @@
1
<?xml version='1.0' encoding='UTF-8'?>
2
<odoo noupdate="1">
3
- <record id="base_unit_litre" model="website.base.unit">
+ <record id="base_unit_litre" model="product.base.unit">
4
<field name="name">L</field>
5
</record>
6
</odoo>
0 commit comments