Browse Source

[MIG] pos_price_to_weight: Migration to 12.0

pull/465/head
Iván Todorovich 4 years ago
parent
commit
9a42a41de8
  1. 2
      pos_price_to_weight/__manifest__.py
  2. 4
      pos_price_to_weight/demo/product_product.xml

2
pos_price_to_weight/__manifest__.py

@ -5,7 +5,7 @@
{
'name': 'Point of Sale - Price to Weight',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'category': 'Point Of Sale',
'summary': 'Compute weight based on barcodes with prices',
'author': 'La Louve, GRAP, Odoo Community Association (OCA)',

4
pos_price_to_weight/demo/product_product.xml

@ -11,8 +11,8 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="name">Apples (with Price To Weight Barcode)</field>
<field name="barcode">0212345000007</field>
<field name="list_price">1.50</field>
<field name="uom_id" ref="product.product_uom_kgm"/>
<field name="uom_po_id" ref="product.product_uom_kgm"/>
<field name="uom_id" ref="uom.product_uom_kgm"/>
<field name="uom_po_id" ref="uom.product_uom_kgm"/>
</record>
</odoo>
Loading…
Cancel
Save