Monday, January 8, 2024
3 changes · 17.0
Resolved issues and error corrections
This fix corrects how the view editor displays available fields when configuring the statusbar widget's fold_field option. Previously, it was showing fields from the wrong data model. The update ensures users see the correct field options when customizing statusbar widgets, making the configuration process more intuitive and error-free.
Original PR description
This commit fixes the display of available fields for the fold_field option in the view editor, when editing the statusbar widget. Now, the model from the corresponding relation is used instead of the model used directly in the current view. task-3599722
The renewal quote button in subscription orders was incorrectly hidden after changing a quotation status. This fix ensures the renewal button remains visible regardless of the sale order state, allowing users to manage subscription renewals more seamlessly.
Original PR description
**Version:** - saas-16.3 **Step to reproduce:** - renew a sale order - click on the renewal quote stat button and change the state=sent quotation - the renewal button will disappear from the confirmed sale order form view **Issue:** The renewal quote stat button in the subscription module's sale order form view is only visible when the sale order is in the draft state. **Solution:** The renewal quote stat button will now be displayed even when the sale order is in the sent state. task-3593973 <hr/> I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr) Forward-Port-Of: odoo/enterprise#52865
This update fixes an issue in Web Studio where renaming a newly created field would incorrectly alter its description in the database. Previously, the system would modify both the field's technical name and its description separately, causing translation problems. Now, when a new field is renamed, the label and description are updated together in the field properties, ensuring proper translation support and consistent behavior.
Original PR description
Forward-Port-Of: odoo/enterprise#53628 Forward-Port-Of: odoo/enterprise#47503