Daily updates from Odoo
Monday, May 27, 2019
15 changes
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:
Resolved issues and error corrections
This fixes an error in the Point of Sale module that could prevent certain order logic from running correctly. The change helps keep POS order handling stable by correcting how a condition is evaluated.
Original PR description
When calling function AND from expression, two arguments are given instead of one. 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 fixes a display issue on lead pages in the customer portal so their layout matches other portal pages, such as opportunities. The change improves visual consistency and makes lead information easier for portal users to read.
Original PR description
Pad:https://pad.odoo.com/p/r.453475dd6ce69c6160a678dd8e32f0d1 Task:https://www.odoo.com/web#id=1946124&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720
Fixes a problem that prevented a broad nightly accounting localization test from starting when no web request was available. The test process is also improved so one failed localization no longer stops the rest from being checked, helping teams find more issues in a single run.
Original PR description
Since a5b6f31, an attribute allowed_company_ids is set on request when calling the module button_immediate_install method. This method is called during the test TestAllL10n which does not have a…
Since a5b6f31, an attribute allowed_company_ids is set on request when calling the module button_immediate_install method. This method is called during the test TestAllL10n which does not have a bound request and makes it fail. With this commit, the attribute is set only if request is bound. By the way, a small improvement is added in the test. Before this commit, when the test was failing because of the button_immediate_install, it was immediately stopped. The same problem was arising during the test method, it was stopped at the first failure. As this test is run as a nightly test, one have to wait the next day to discover the next problem. With this commit, the exceptions are catched during the l10n_ modules installation and a simple error line is written in the logs. That way, the runbot will still detect the error. Also, the main test method that installs all the chart of accounts splits those install into subtests. This prevent the method to stop at first failure.
This change fixes a small typo in a website live chat template identifier. It helps keep the live chat feature's configuration consistent and reduces the chance of confusion in future maintenance.
Original PR description
A typo. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a typo in Traditional Chinese translations for the term “Source Document” across several Odoo apps. It improves clarity for Traditional Chinese-speaking users without changing any business processes or features.
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
This update fixes a typo in the Traditional Chinese translation for “Source Document” across several Odoo business apps. It improves label accuracy and consistency for Chinese-speaking users without changing business workflows or system behavior.
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
This fixes a calendar issue where clicking the close icon did not hide the mini calendar. Users can now dismiss the mini calendar as expected, reducing confusion during calendar navigation.
Original PR description
**Description of the issue/feature this PR addresses:** - Task: https://www.odoo.com/web#id=1975004&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.916220eeaa9db66e51ebf54cbf7bc24a **Current behavior before PR:** Mini calendar won't disappear when you click on the cross sign. **Desired behavior after PR is merged:** Mini calendar would disappear when you click on the cross sign. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr