Skip to content

Commit 11d1ed7

Browse files
committed
[IMP] micro_brewery: update references to renamed model
`website.base.unit` was moved from `website_sale` to `product` and renamed to `product.base.unit`. See odoo/odoo#185040
1 parent 2c0a7ac commit 11d1ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

micro_brewery/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
'data/product_pricelist_item.xml',
3636
'data/pos_category.xml',
3737
'data/pos_config.xml',
38-
'data/website_base_unit.xml',
3938
'data/account_tax.xml',
39+
'data/product_base_unit.xml',
4040
'data/product_template.xml',
4141
'data/product_attribute.xml',
4242
'data/product_attribute_value.xml',
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<odoo noupdate="1">
3-
<record id="base_unit_litre" model="website.base.unit">
3+
<record id="base_unit_litre" model="product.base.unit">
44
<field name="name">L</field>
55
</record>
66
</odoo>

0 commit comments

Comments
 (0)