Friday, August 21, 2026
2 changes · master
New functionality added to Odoo
Belgian payroll can now include manual expense reimbursement amounts directly on payslips through a dedicated input and salary rule. The yearly total of these reimbursements is also reflected on the 281.10 tax form, helping payroll reporting stay complete and accurate.
Original PR description
. Add manual Expense reimbursement payslip input and its corresponding salary rule . Show the sum of all the values of the year on 281.10 task-6462236
The website builder AI can now read and update site navigation menus, including creating, renaming, moving, reordering, deleting, and linking menu items to page anchors. This helps users adjust website navigation through the AI assistant while keeping safeguards such as limited nesting and read-only mega menus.
Original PR description
Add two AI tools, "Get Website Menus" and "Edit Website Menus", so the website builder agent can read and modify the site navigation menu: create, rename, move/nest, reorder and delete menu items, including linking an item to an anchor within the current page. Update the skill instructions with the tool workflow and rules (two levels of nesting max, mega menus read-only, atomic operations), wire up the new server actions, and extend the builder plugin so the menu reloads after an AI edit to the menus, following the normal user behaviour. task-6143430