FIX intrastat_base: update product shipping code

to avoid to have the same data than in connector_ecommerce
and risk contraint triggering on unique default_code in demo data and CI context
This commit is contained in:
David Beal
2020-01-24 16:24:55 +01:00
parent fe2239ec0d
commit 55d449fb9c

View File

@@ -18,7 +18,7 @@
<record id="shipping_costs_exclude" model="product.product">
<field name="name">Shipping costs</field>
<field name="default_code">SHIP</field>
<field name="default_code">SHIP_S</field>
<field name="type">service</field>
<field name="categ_id" ref="product.product_category_all"/>
<field name="list_price">30</field>