Monday, July 15, 2019
8 changes · master
Enhancements to existing features
Standard unit of measure names were updated to remove parentheses, making labels easier to read across Odoo. Related hardcoded labels in screens, reports, imports, and tests were aligned so users see more consistent wording throughout daily workflows.
Original PR description
Purpose ======= Parentheses in the label of units of measure sometimes make reading needlessly uncomfortable. Specification ============= Remove parentheses in the name of every standard uom.uom record. 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
This update makes an internal accounting screen component available for reuse by other customizations. It helps developers extend section and note behavior safely without changing the original accounting module, reducing customization friction.
Original PR description
… can be imported somewhere else When trying to require the js file 'account.section_and_note_backend' for extension, the result is undefined since there is no explicit return statement in the original file. I propose adding one so that it can be extended depending on a user's needs. Description of the issue/feature this PR addresses: The 'account.section_and_note_backend' file cannot be imported in other JS extensions because of a lack of explicit return statement. Current behavior before PR: Any require on the 'account.section_and_note_backend' file returns **undefined** Desired behavior after PR is merged: Once a return statement is added, the file can be required safely and extended. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refines the Uruguay localization by assigning a dedicated tag to each tax grid used in enterprise tax reports. This helps make tax reporting data clearer and more reliable for businesses operating in Uruguay.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=22699&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.4d05b358647082ed323a1497f8fc2a19 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
The stock rule option for propagation has been renamed and clarified with improved help text, making it easier for users to understand how stock movements are handled. Unused internal code was also removed, reducing maintenance complexity without changing day-to-day workflows.
Original PR description
Clarify the option "propagate" on the stock rules and remove some dead code. Task: https://www.odoo.com/web#id=1913395&action=327&model=project.task&view_type=form&menu_id=4720
The Create button shown inside related kanban lists is now styled as a secondary action, reducing confusion with the main form action. This helps users choose the intended action more confidently when working with records such as customers, while keeping import and kanban controls aligned.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=32950&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.fb7d92104992194b885c6c93f7710dc6 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
This update adds clearer tax report tags for Slovenia and assigns them to the relevant tax templates. It helps ensure Slovenian tax reports are mapped more accurately and consistently for business reporting.
Original PR description
Task: https://www.odoo.com/web?debug=#id=22601&view_type=form&model=project.task&action=327&menu_id=4720 PAD: https://pad.odoo.com/p/r.5915d07c7b218a2fccea4b5569961be6 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Standard unit of measure labels have been updated to remove parentheses, making them easier to read across Odoo screens, reports, and tests. This is a small usability improvement that keeps terminology clearer and more consistent for users.
Original PR description
Purpose ======= Parentheses in the label of units of measure sometimes make reading needlessly uncomfortable. Specification ============= Remove parentheses in the name of every standard uom.uom record.
This update ensures newly created tax/account tags are correctly assigned in Uruguay financial report definitions. It helps keep reports working reliably when only the Uruguay reports module is upgraded, reducing the risk of inconsistent reporting after updates.
Original PR description
- Task : https://www.odoo.com/web#id=22699&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.4d05b358647082ed323a1497f8fc2a19