Monday, May 26, 2025
6 changes
1 change
Enhancements to existing features
The tax return dashboard now presents return deadlines more clearly and adjusts the Tax Return button styling when there are no pending returns. This makes it easier for users to understand what needs attention and reduces visual emphasis on actions that are not currently needed.
Original PR description
improves the visual of the kanban card of the return journal by specifying clearer date deadlines for returns, and making the "Tax Return" button secondary if not more returns to do at the moment. task-4792156
4 changes
Enhancements to existing features
Users can now create or update Knowledge records for companies they are allowed to edit, even when that company is not currently selected. The system automatically connects the company, avoiding errors, reloads, and repeated data entry.
Original PR description
…ted company Before this commit, if a user had write rights for a company but was not connected to it, an error would occur when changing the company_id field of a record to that company (or create a new record with the company_id field set to that company). The user would then have to select the company in the company switcher, wait for the webclient to reload, re-enter the changes, and save the record again. This commit allows users to write a record (create a new record, or changing the company of an existing record) belonging to a company for which they have write permissions, even if they are not connected to it. In this case, the company will be automatically added to the connected companies. Note that, this is the same behaviour when opening a record from a non-connected company(see [1)]. [1]: https://github.com/odoo/odoo/commit/6213c40932236101b529b82f0ea9fce1829c8c24 task-id 4655385
1 change
Enhancements to existing features
Colombian withholding reports are updated to make Fuente and ICA reporting clearer and more accurate. The changes add a business concept field to ICA reports, improve Fuente grouping by tax type, and make report labels and columns behave more consistently.
Original PR description
Overriding functionality in l10n_co_reports to implement following changes on stable: - Adding 'concepto' column to ICA reports, using automatically filled account_move_line.name for it. - Applying proper grouping descriptions for Fuente reports by tax type rather than accounts. - Adjusting withholding tax domains to be by l10n-specific codes rather than account used. - Separating Fuente and ICA in cert~templates.xml because there is no reason for them to be confusingly together. - Adjusting 'if bimestre' and 'if account' logic to 'if expanded' to properly reflect what it is doing and apply to the new columns as well. - Adjusting how empty columns are handled to allow labels to correctly show up when not expanded. task-4315210
Shop floor records now show the complete product name instead of cutting it off, making it easier for operators to identify the right item. When long names wrap across multiple lines, the quantity remains clearly positioned in the bottom-right corner of the record header.
Original PR description
Ensure product names are not truncated in the shopfloor view, providing users with complete information for better clarity. Also, in case the product's name is so long it takes multiple lines, ensure the quantity is always written in the bottom right corner of the record's header. Task ID: 4658699 ## Before  ## After 
The Belgian Group S payroll export has been expanded beyond work entries to include additional employee and contract information. This gives Group S more complete payroll data, reducing manual follow-up and improving the usefulness of exported files.
Original PR description
Currently, the Group S export module only exports work entries. Group S could benefit from more information about the contract or the employee. This PR aims at including this information in the export. The specific fields that are exported can be found in the related task. task-4563336
When manufacturing orders create backorders, assigned employees on work orders are now kept automatically. This reduces manual reassignment work and helps production teams continue backorder processing more smoothly.
Original PR description
Previously, assigned employees were not retained when creating backorders for Manufacturing Orders, leading to manual reassignment. This improvement ensures employee assignments are automatically carried over to backorder work orders, streamlining the process and reducing manual effort. Task-id: 4405697