Daily updates from Odoo
Tuesday, May 16, 2023
1 change · master
Features or functions removed from Odoo
Subscription sales order lines no longer keep a separate pricing reference. Subscription duration and units now follow the sales order recurrence, making subscription pricing behavior more consistent and easier to manage.
Original PR description
In this commit, we removed the pricing_id field from the sales order line
model.
Technical:
Duration and Unit will come according to the recurrence of sale order, earlier it
was coming according to the recurrence of pricing_id.
task-3251442