Friday, September 10, 2021
4 changes · master
Resolved issues and error corrections
Duplicating a manufacturing work order no longer reuses the original analytic accounting line links, preventing incorrect accounting references. The update also keeps work order analytic line names and references aligned when a production order is renamed.
Original PR description
Both mo_analytic_account_line_id and wc_analytic_account_line_id are copied when duplicate the workorder. This is not correct. Task-2638896 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Projects marked as on hold now appear blue in the kanban progress bar, matching the status dot shown on each project card. This removes a visual inconsistency and makes project status easier to understand at a glance.
Original PR description
Currently, projects that are 'on hold' stage are represented in grey in the kanban progress bar while the colored dot on their card is in blue. In this commit, we change the color of the 'on hold' stage into 'info' instead of 'muted'. After this projects that are 'on hold' are display blue in the kanban progress bar as well. Task-Id:2633273 PR: #75850 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 restores support for banners shown above views and improves how action links inside views are handled. It helps ensure users see the intended guidance or onboarding content and can trigger simple actions from view pages more reliably.
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 planning form layout has been corrected so Sales Order and Hours Recorded buttons appear on the same line. This makes the form cleaner and easier to scan without changing business logic or workflows.
Original PR description
project_timesheet_forecast , planning_sale Currently, SO and Hours Recorded stat buttons arrive in different lines in the planning form view. It has been done in the same line. Task-ID : 2638500