Daily updates from Odoo
Monday, February 10, 2025
2 changes · master
Resolved issues and error corrections
The Belgian payroll declaration export has been corrected so users can generate the 274.XX XML file successfully. This helps payroll teams complete required reporting without being blocked by an export error.
Original PR description
STEP TO REPRODUCE: 1- Install The belgium payroll 2- Go to Payroll 3- Go to reporting > Declaration 274.XX 4- Click on generate xml file
Opening documents from a record's documents button now applies the correct filter and creation context, so newly created documents stay linked to the original record. The update also removes unused document action code and simplifies how user and contact document links are maintained.
Original PR description
Bug === 1. Open the form view of `fleet.vehicle` e.g. 2. Click on the documents stat button => The domain is not set => If you create a document it won't be linked to the `fleet.vehicle` Remove dead code and simplify some related code. Simplify the document_ids field on res.users / `res.partner`. Task-4550993