Monday, March 9, 2026
3 changes · master
Enhancements to existing features
Users can now click a project name directly from the project kanban card to open the project details. This makes it easier to access project information while preserving the existing card click behavior for viewing tasks.
Original PR description
**Description of the issue/feature this PR addresses:** In the project kanban view, clicking anywhere on the card opens the task list (`action_view_tasks`). There is currently no direct way to open the project form view from the kanban card. This PR makes the project name clickable (type="open"), allowing users to open the project form directly, while keeping the existing card-level behavior unchanged. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing order screens now use clearer labels for planned start and end dates, making scheduling information easier to compare across views. The list view is also simplified by hiding the Next Activity column by default, reducing clutter for planning users.
Original PR description
The Manufacturing Order form and list views used inconsistent terminology for production start dates. In the form view, the label switched between "Scheduled Date" (before production) and "Start Date" (once in progress), while the list view displayed "Start", creating confusion when interpreting planned scheduling data across views. This update: - Replaces "Scheduled Date" with "Scheduled Start" in planned states and in the list view - Preserves the dynamic "Start Date" label once production has begun to maintain correct execution semantics - Explicitly labels the planned completion as "Scheduled End" in the list view for clearer timeframe visibility - Hides the "Next Activity" column by default to reduce visual noise in scheduling screens task-5227000
This update adjusts the salary scale parameters used in Odoo's Belgian payroll module (l10n_be_hr_payroll) to reflect changes in Belgian labor laws as of January 1, 2026. These updated values ensure accurate payroll calculations for employees in Belgium, maintaining compliance with current regulations.
Original PR description
. Update cp200_salary_scale_first_year values for 01/01/2026 . Update cp200_salary_scale values for 01/01/2026 task-5485636 Forward-Port-Of: odoo/enterprise#107473