use "All" product category for the delivery product

This commit is contained in:
Harald Welte 2016-07-15 21:23:02 +02:00
parent 75e7a4e970
commit d6331f83e2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<field name="name">Delivery by Deutsche Post</field> <field name="name">Delivery by Deutsche Post</field>
<field name="default_code">Delivery</field> <field name="default_code">Delivery</field>
<field name="type">service</field> <field name="type">service</field>
<field name="categ_id" ref="product_category_all"/> <field name="categ_id" ref="product.product_category_all"/>
<field name="standard_price">0.0</field> <field name="standard_price">0.0</field>
<field name="list_price">0.0</field> <field name="list_price">0.0</field>
</record> </record>