Daily updates from Odoo
Thursday, February 6, 2025
2 changes · 18.0
New functionality added to Odoo
Odoo can now connect sales products to Gelato templates, automatically creating matching product variants from Gelato attributes. When customers order those variants, Odoo can forward the order to Gelato for printing and dropshipping, reducing manual fulfillment work.
Original PR description
This commit adds the possibility to fetch attributes of a template configured on Gelato to automatically create the corresponding variants in Odoo. When such variant is included in a sales order, the order is forwarded to Gelato to trigger the printing and dropshipping of the product. task-3935688 See also: - https://github.com/odoo/enterprise/pull/77839 - https://github.com/odoo/documentation/pull/11823
Odoo now automatically suggests the correct Dutch VAT payment reference when users pay VAT settlements from the dashboard. This reduces manual lookup work for accounting firms and helps ensure payments use the expected reference for each return.
Original PR description
…nt reference for Dutch users The VAT payment reference in the Netherlands changes with each return and can be computed using a specific formula. This commit enables Odoo to automatically generate and propose the correct reference by default when users pay their VAT settlement from the dashboard. This feature streamlines the process for accounting firms, reducing the need to repeatedly log in to the Dutch Tax Authorities portal. task-4063832