In the Inventory app, does anyone know how to import Product Categories so as to preserve parent/child relationships.
Relations of depth 1, I can do. For example, if I want to make two new categories (Metals, Plastics) as children of the default "All" category, I can import the following spreadsheet:
id | name | child_id/name |
product.product_category_all | All | Metals |
Plastics |
But I can't for the life of me figure out how to import fields of depth greater than 1.
For example, if I wanted the following Product Categories structure:
All / Metals
All / Metals / Aluminium
All / Metals / Steel
All / Plastics
All / Plastics / Nylon
All / Plastics / PVC
Can anyone advise on how I can format a spreadsheet for import in to Odoo, to recreate the above Product Categories?
Odoo Enterprise v12