From 919b36c75c33d421ae44fbbee4bca3862a7910b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 25 Nov 2021 14:43:12 +0100 Subject: [PATCH] [IMP] remove protection categ --- data/product_category.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/data/product_category.xml b/data/product_category.xml index a43eb31..f0a8f08 100644 --- a/data/product_category.xml +++ b/data/product_category.xml @@ -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"> -- GitLab