Skip to content
Snippets Groups Projects
Commit 919b36c7 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[IMP] remove protection categ

parent 774c4bea
Branches
No related tags found
No related merge requests found
......@@ -19,19 +19,18 @@
/>
<field name="name">Piquets</field>
</record>
<record id="product_category_protection" model="product.category">
<record id="product_category_protection_high" model="product.category">
<field
name="parent_id"
ref="ap_sale_project.product_category_plantation_supply"
/>
<field name="name">Protections</field>
</record>
<record id="product_category_protection_high" model="product.category">
<field name="parent_id" ref="ap_sale_project.product_category_protection" />
<field name="name">Protections Hautes</field>
</record>
<record id="product_category_protection_low" model="product.category">
<field name="parent_id" ref="ap_sale_project.product_category_protection" />
<field
name="parent_id"
ref="ap_sale_project.product_category_plantation_supply"
/>
<field name="name">Protections Basses</field>
</record>
<record id="product_category_marker" model="product.category">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment