In the online-demo, there is a product category “Papers” (ATM there are two categories “Papers”, but this is another topic), having children A3, A4, Ledger, etc.
According to https://tryton-gsod.readthedocs.io/projects/modules-account-product/en/latest/design.html#product-category, “all the categories in the structure must be either standard categories or accounting categories”.
How can I convert the whole “Papers” category structure into Product Accounting Categories?
- When trying to check “Accounting” in “Papers”, this is not allowed since there are non-Accounting children.
- When trying to check “Accounting” in one of the children, this is not allowed since the parent is non-Accounting.
- The only way I’ve found it by moving the children out of the parent, change “Accounting” for all (parent and children) and move them back. While this is feasible for a shallow structure, it is impractical for deep structures.