Hey there,
I am quite new to Odoo and try to configure some complex products. The goal is to show or hide attributes for products with variants in Odoo app (not in E-Commerce configuration). An example:
Attribute: Material (leather, wool, stone)
Attribute: Leather colors (red, green, blue)
So the leather colors should only show up, if leather has been chosen.
I already added Many2One fields on attribute level (one field for attribute and one for value) - some kind of "only show if" and implemented this logic in PDF (working fine here). My problem is to integrate it in the popup in the sales app.
I would be happy to hear from you if you have an approach to this or have encountered the problem before!
Thank you!