Friday, June 9, 2023
3 changes · master
Resolved issues and error corrections
This update corrects the appearance of mail notifications in the systray menu. It helps users see and interact with notifications more consistently without changing business workflows.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes how manufacturing work center productivity values are updated so they are calculated automatically instead of only reacting to manual screen changes. It helps keep production time and productivity information consistent and reliable for business reporting.
Original PR description
In https://github.com/odoo/odoo/pull/107473, a few *onchange*s instead of *compute*s where introduced by mistake. This commit fix this error and change the functions names and body to be more coherent with the new *compute*s. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a duplicate delivery terms field on purchase orders that was defined in two places. Removing the extra definition helps keep purchasing data consistent and reduces the risk of maintenance issues without changing day-to-day user workflows.
Original PR description
before this commit, the field incoterm_id is defined twice in purchase.order model, i.e., in purchase and purchase_stock modules after this commit incoterm_id field is removed from purchase_stock module issue: https://github.com/odoo/odoo/issues/65347 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr