Sunday, November 12, 2023
3 changes · master
Miscellaneous changes
When building the windows package, the build process can be accelerated by increasing the virtual machine memory. Forward-Port-Of: odoo/odoo#141687
Original PR description
When building the windows package, the build process can be accelerated by increasing the virtual machine memory. Forward-Port-Of: odoo/odoo#141687
Before this PR cache control header for avatar was set to no-cache which is not the right value. This PR mark the avatar routes response as immutable when a unique string is present. We also use the partner write_date as unique string when possible. task-3551636 Forward-Port-Of: odoo/odoo#141326 Forward-Port-Of: odoo/odoo#139078
Original PR description
Before this PR cache control header for avatar was set to no-cache which is not the right value. This PR mark the avatar routes response as immutable when a unique string is present. We also use the partner write_date as unique string when possible. task-3551636 Forward-Port-Of: odoo/odoo#141326 Forward-Port-Of: odoo/odoo#139078
The Danish Tax Agency and the Danish Business Authority are launching an updated common standard chart of accounts. For the accounting act, we need to provide a way to support the function that users can enter an accounting guide for the individual account This commit adds a fillable PDF file of danish accounting procedure in `l10n_dk_reports` (now depends on `documents_account`), following the strucure from Danish government's documentation task-id: 3531476 Forward-Port-Of: odoo/enter
Original PR description
The Danish Tax Agency and the Danish Business Authority are launching an updated common standard chart of accounts. For the accounting act, we need to provide a way to support the function that users can enter an accounting guide for the individual account This commit adds a fillable PDF file of danish accounting procedure in `l10n_dk_reports` (now depends on `documents_account`), following the strucure from Danish government's documentation task-id: 3531476 Forward-Port-Of: odoo/enterprise#48876