Monday, May 27, 2019
8 changes · master
Enhancements to existing features
This update replaces fixed internal identifiers in Fleet demo data with references. It helps keep the demo data more stable and easier to maintain when related records change, with no expected impact on day-to-day users.
Original PR description
Just for consistency reasons changed hardcoded ids in xml to ref -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employee certificate information is now visible directly on the employee form. This makes it easier for HR teams and managers to review qualifications without navigating elsewhere.
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
The product form label formerly shown as “Sale Description” is now “Description for Customers.” This makes the field easier for business users to understand and aligns the wording with other product labels.
Original PR description
Task: https://www.odoo.com/web?debug=true#id=1987076&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.d2dec26d7dcec5d40641fe12cd96bcda I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes typos and improves wording in labels within Odoo's base module. The change helps make the interface clearer and more professional for users without altering functionality.
Original PR description
Description of the issue/feature this PR addresses: Typo/ Correct Wording in base module Current behavior before PR: Desired behavior after PR is merged: `Note: Will add same in .pot too if its approved` Todo:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects a typo in the web module's test files. It is a minor cleanup that improves clarity for maintainers without changing product behavior for users.
Original PR description
Description of the issue/feature this PR addresses: Fixed typo 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 renames an internal manufacturing field so it more clearly refers to the lot number of the finished product. The change improves consistency between production workflows and work orders without introducing a new business process.
Original PR description
Commit 5ef46664a25923e6f9e632fd10e031d4a2e81c26 share code between produce wizard and workorder. Field final_lot_id is now commonly used but not very well named. This commit rename it into finished_lot_id as it represent the lot number of the finished product. 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 renames internal manufacturing work order fields to better reflect their purpose, aligning shared logic between production and work order processes. It helps reduce ambiguity for future maintenance while keeping the business workflow unchanged.
Original PR description
Rename final_lot_id into finished_lot_id and move_line_id into workorder_line_id
Odoo Studio no longer shows the technical “Set another view” option for active views. This reduces confusion for standard users and hides empty dropdowns when no advanced options are available.
Original PR description
Description of the issue/feature this PR addresses: Related task: https://www.odoo.com/web?#id=1982032&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.316067464797658178b1695321ab3b01 Current behavior before PR: Desired behavior after PR is merged: