Sunday, September 7, 2025
3 changes
Enhancements to existing features
The user preferences and administrator user forms have been streamlined to show more relevant information and use consistent naming. Users can now update more of their own employee information from preferences, with HR teams notified of relevant changes, and signature font loading is more reliable.
Original PR description
This PR aims to improve the UI of the forms allowing users to read or modify their own data or those of other users. It has been spit in several commit. - Commit 1: remove unused fields. - Commit 2: make sure fonts are loaded before rendering font selection widget in sign. - Commit 3: fields of the preferences form and the user form for administrators are modified to only display relevant fields. The preferences form is now displayed in a modal. - Commit 4: users can edit their own employee data from the preferences form. The hr employee are notified when some changes are done. The notification is sent by the hr module and not by the hr_payroll module anymore. - Commit 5: the preferences form is sometime referred as the profile form. From now on, it is only referred as the preferences form. task-4775990
Barcode-based inventory adjustments have been revamped to make stock counts easier and more reliable for business users. The update adds clearer confirmation flows, counting requests, configuration options, and supporting access controls so warehouse teams can manage inventory checks more efficiently.
Original PR description
Task-4681370
This update simplifies Danish tax return handling by merging related reporting modules and adding Denmark-specific VAT return support. It also helps users submit Intrastat and EC Sales List documents with clearer guidance, downloadable files, deadlines, and Danish translations.
Original PR description
This commit will merge the two modules, it will be easier for user to use the tax return api. Also, following the implementation of the Tax returns feature in 18.3 which was focused on the general implementation and Belgium, we want to add the specification for other country and in this case Denmark. Instrat and ec sales list is a part of this which is generated when the VAT Return is submitted. task-4826286