Daily updates from Odoo
Wednesday, January 8, 2020
8 changes
Resolved issues and error corrections
The inventory transfer screen no longer shows the Validate button when a transfer has no item lines. This prevents users from trying to validate an empty operation and makes the workflow clearer.
Original PR description
Description of the issue/feature this PR addresses: Go to inventory Create a picking Save --> you see the validate button --> it doesn't make sens because there no `move_lines`. Note : apply the same behavior than the `mark_as_todo` button. @nim-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents an error when users delete several manufacturing orders at the same time. It helps keep manufacturing cleanup actions reliable and avoids interruptions during routine order management.
Original PR description
Task : https://www.odoo.com/web#id=2168386&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.afebc8aabb3bfe5c81365f3d76016812 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
Fixes the sales order stat button so timesheet quantities are shown correctly when the timesheet unit of measure is days. This helps users see accurate delivered or logged time figures on sales orders and avoid misleading totals.
Original PR description
When UOM of timesheet is in days, the amount is not correct in the stat button of sale. taskID: 2160680 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Existing service products now keep the expected “Ordered quantities” invoicing behavior when the Timesheets app is installed after Sales. This prevents products from ending up with an empty invoicing policy, reducing confusion and helping invoices remain consistent.
Original PR description
Pad: https://pad.odoo.com/p/r.10459eb72aca3437c398bd64aa2c5490 Task: https://www.odoo.com/web?#id=2146778&action=327&model=project.task&view_type=form&menu_id=4720
Website editors can now see and use the delete option when editing inner content snippets. This makes it easier to remove unwanted nested content without extra workarounds, improving the page editing experience.
Original PR description
Description of the issue/feature this PR addresses: TaskID: https://www.odoo.com/web?#id=2153115&action=327&model=project.task&view_type=form&menu_id=4720 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 fix updates the manufacturing screen wording when a production item has no related work order. It helps users better understand the situation and avoid confusion during manufacturing operations.
Original PR description
task-2128553 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 fix restores the document signing experience after an update to the PDF viewer changed how pages are identified. Users can continue opening and signing PDFs without issues caused by the viewer upgrade.
Original PR description
Task:https://www.odoo.com/web#id=2124443&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.a33eaa2cc360a778a439603f92f4c5bf
This update adds internal names to page sections across multiple Odoo Enterprise apps. It makes those screens easier and safer for developers to customize, with no expected change to day-to-day user workflows.
Original PR description
Page is an element that is often used for xpath expressions so having a name on it makes it much easier as a developer. This is a followup of the community PR at https://github.com/odoo/odoo/pull/41718