Sunday, December 17, 2023
1 change · 17.0
Resolved issues and error corrections
This fix resolves an issue where users couldn't select related fields through the View All dialog when adding Smart Buttons in Odoo Studio. The system now properly retrieves and displays field information, making the Smart Button creation process work as intended.
Original PR description
How to reproduce: 1) go to a form view 2) Open studio 3) Add Smart Button 4) Select a related field through the View All Dialog Before this commit, the selection of field through View All when adding a smart button on studio is not working. After this commit, the update of the Many2XAutocompletion is reading the display_name with an orm call. I reproduce the behaviour of the many2one_field. Bugfix Task ID: 3618289 Forward-Port-Of: odoo/enterprise#52807 Forward-Port-Of: odoo/enterprise#52128