mikaelnilsson908
1 post
Mar 25, 2025
10:30 PM
|
I'm working on an Odoo project where I need to dynamically add fields to a specific model. The fields that need to be added should depend on a selection made by the user in a related field. For example, if the user selects "Product A" in a product selection field, then fields related to "Product A" should be added to the form view. If they select "Product B," a different set of fields should be added. I'm looking for the best approach to achieve this dynamic field addition. Are there any recommended Odoo developer or modules that can help me with this? I'm open to both Python-based solutions and solutions using the Odoo Studio. Any help or pointers would be greatly appreciated!
|