Wednesday, June 10, 2020
3 changes
Resolved issues and error corrections
Odoo Studio now shows the actual technical widget name when a field has no friendly description. This prevents users from seeing a misleading default option while customizing fields outside debug mode.
Original PR description
**PROBLEM** When using web studio, whenever a technical widget is already set on a field and the user customizes it with studio out of the debug mode, the 'widget' option will show him an erroneous information, by simply fallbacking on the first value available. **PURPOSE** By this commit, this issue has been fixed by setting technical widget name in widget field box whenever description is missing and that particular field is selected. **LINK** 2248455 **CO-AUTHOR** Mitali Patel <mpa@odoo.com>
A typo in an email theme styling setting was corrected. This helps ensure the Airmail mass mailing theme displays as intended and avoids small visual inconsistencies in marketing emails.
Original PR description
Introduced by [1]. [1]: https://github.com/odoo/enterprise/commit/148619d1da0f399cb941412cdec3db66ffb76ea2
Fixed an issue where duplicating a PDF report in Studio for the 11th time could keep creating another “10th copy” instead of moving to the next number. This helps users keep duplicated reports clearly named and avoids confusion when managing many copies.
Original PR description
Purpose: - Purpose of this commit is to create duplicate 11th copy instead of multiple 10th copies using studio. Task- 2267990