Thursday, August 31, 2023
2 changes · master
New functionality added to Odoo
Adds a new Odoo module to support Argentina electronic invoicing requirements in Point of Sale. This helps businesses operating in Argentina collect the right customer details and process compliant sales documents directly from POS workflows.
Original PR description
latam task 247
Enhancements to existing features
Rental dates are now set once on the sales order or ecommerce cart instead of separately on each product line. This simplifies rental workflows, enables easier cart and catalog use for rental products, and prepares stronger integration with inventory management.
Original PR description
Before this commit, the period of rental was defined on each line of a sale order. This allows more flexibility but comes along a complexity restraining to develop further (as a deep integration with the stock logic). After this commit, the rental period will be defined on the sale order, hence implying all listed rented products to be rented on the same dates. task-3074645 See also: - https://github.com/odoo/odoo/pull/117379 - https://github.com/odoo/upgrade/pull/4686