Monday, July 5, 2021
4 changes · master
Enhancements to existing features
This change makes custom “create” labels in stock and website sales screens available for translation. It improves the experience for users working in languages other than English by ensuring these interface labels can be localized consistently.
Original PR description
PURPOSE The option "create_text" implies that the text cannot be translated as it is passed as node options SPEC Pass create_text as field node attribute so that it is parsed by translate.py TASK 1923433 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The project share button is now visible when users are editing a project, not only when viewing it. This makes sharing project access more convenient and reduces the need to switch modes.
Original PR description
PURPOSE Share button inside project was displayed only in readonly mode. SPEC Remove oe_readonly_mode class from button. TASK 2513815 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web layer now checks common data issues before sending requests to the server, helping developers catch mistakes earlier and avoiding confusing server error screens. It also avoids unnecessary server calls when there is nothing to read or delete, improving efficiency in simple cases.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Marketing Automation campaign interface labels are now provided in a way that Odoo's translation tools can detect. This helps users see the correct localized text when working in different languages.
Original PR description
PURPOSE The option "create_text" implies that the text cannot be translated as it is passed as node options SPEC Pass create_text as field node attribute so that it is parsed by translate.py TASK 1923433