Wednesday, October 18, 2023
4 changes · master
New functionality added to Odoo
Knowledge articles now keep a history of body changes, making it easier for users to review edits and restore earlier versions when needed. The Knowledge interface also shows recent changes directly, improving confidence and control when collaborating on important content.
Original PR description
Use the new Field HTML history feature to have history on knowledge article. This history automatically track the changes on the article body and allow the user to revert to a previous version at any time. This also use the new html field history widget to display the recent changes directly in the Knowledge UI. Community PR: odoo/odoo#112957 task-3039787
Adds a new report wizard for Kenyan payroll teams to generate NHIF employee contribution reports by month and year. The report is exported in XLSX format, helping payroll users prepare statutory NHIF reporting more efficiently.
Original PR description
[ADD] l10n_ke_hr_payroll: NHIF Report This PR adds a wizard to generate NHIF report for employees. The purpose of this feature is to generate a NHIF report for Kenyan payroll based on a reference year + month. The report is generated in XLSX format. task-3516754
Spanish accounting now supports the annual Modelo 390 tax report and its official BOE export file, helping businesses meet mandatory year-end VAT reporting requirements. The update also improves multi-company tax unit handling and report sequencing for Spanish tax forms.
Original PR description
In Spain, the modelo 390 is a mandatory annual tax report that compiles the modelo 303 informations, while adding extra informations. Introduced said report, while adapting to account recent changes made to the reporting engine. task-2894615
Adds a new Swedish localization module that lets businesses import SIE 5 accounting files, including general ledger and entry data. This helps companies move accounting or point-of-sale data from other systems into a new Odoo database more easily.
Original PR description
[ADD] l10n_se_sie_import: Add SIE 5 files import Add a new module to allow imports of Swedish SIE 5 file format, for the general and the entry types. This allows the import of other accounting system data and POS system data into a new database. task-2826514