diff --git a/data/product_category.xml b/data/product_category.xml
index a43eb31af1cc86311ce37b7ca5ef8a67b2dc9c80..f0a8f08a4381c310ebff03b4ec44c2cbb1aab5e0 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">