Browse Source

[ADD] noupdate='1' to data

pull/465/head
Iván Todorovich 4 years ago
parent
commit
cc3037be87
  1. 4
      pos_price_to_weight/data/barcode_rule.xml

4
pos_price_to_weight/data/barcode_rule.xml

@ -7,6 +7,8 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<odoo>
<data noupdate="1">
<record id="rule_price_to_weight" model="barcode.rule">
<field name="name">Price Barcodes (Computed Weight) 2 Decimals</field>
<field name="barcode_nomenclature_id" ref="barcodes.default_barcode_nomenclature"/>
@ -16,4 +18,6 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="encoding">ean13</field>
</record>
</data>
</odoo>
Loading…
Cancel
Save