Daily updates from Odoo
Friday, October 18, 2024
2 changes · master
New functionality added to Odoo
Documents now includes a dedicated Trash folder where archived files are gathered from all folders, replacing the previous archived filter. Files in Trash will be automatically deleted after 30 days, so users should use regular folders for long-term archiving.
Original PR description
Adds a new Trash folder (fake folder) within the documents views, it will contain any file that has been archived from any folder. We also remove the archived filter as we now want user to use that fake folder instead. Archived documents will now be deleted after 30 days. Users are invited to managed "archives" using regular folders instead of actually archiving files if they do not want their files to be deleted after 30 days. TaskId-3046516
Intrastat reports can now include service transactions, not just goods, helping businesses meet reporting requirements such as Belgian F01DGS and F02CMS declarations. The existing report gains service-focused filters, categories, and codes so users can manage commodity and service reporting in one place.
Original PR description
Currently, the Intrastat report is restricted to products whose product type is different than services. Though, statistics report can also be required on Services, such as Declarations F01DGS & F02CMS (Manual : https://www.nbb.be/doc/dq/e_pdf_bb/f01dgs-f02cms_manual_en.pdf) This commit intend to improve the Intrastat report to also include services. Since both the commodities and the services share a lot of similarities, we didn't create a new report but rather added a filter inside the current Intrastat report. It also adds a new column for the category of the service and all the service codes. On the product, the string of the commodity code changes if the product is a commodity or a service ( and become Service Code in that case) task-2835786