Monday, June 16, 2025
2 changes · saas-18.3
Enhancements to existing features
Product templates can now use the same enhanced formatted display names already available for product variants. This helps sales and purchase workflows, especially when using the variant matrix, show clearer and more consistent product information.
Original PR description
Following [^1] product.product was updated to use the new formatted_display_name capabilities in 18.3, however, a good number of modules display product templates, as such, sales and purchase with the variant matrix enabled can't utilize the change. This PR applies the same change to product template. [^1]: https://github.com/odoo/odoo/pull/207217
New installations now trigger return generation immediately instead of waiting for the scheduled monthly run. This helps users access their generated returns sooner after installing the accounting reports module.
Original PR description
As the cron generating the returns is scheduled every 3rd of the month, It might be usefull to call it manually on installation. This way the users won't have until the next call to get their returns generated.