Daily updates from Odoo
Monday, July 17, 2023
2 changes
Enhancements to existing features
Subscription sales now behave more predictably when users create quotes, send emails, or manage order lines. The update keeps subscription quotations visible when appropriate, requires recurrence details for recurring products before emailing, and limits deletions on confirmed subscriptions to recurring lines only.
Original PR description
Form view : - Remove the "quick create" in the subscription template dropdown of the Subscription but keep the "create and edit". - Make "recurrence field" mandatory when clicking on Send by email if the SO contains any recurring product. - Only recurring line can be deleted from a Subscription with Sale order state : sale order (done) List View: - Then a quotation is created from Subscription, it should stay visible in the list of subscription quotations even if it does not contain any recurrence. The subscription state "Subscription quotation" should not be removed while the SO status is quotation but when the SO is sent or confirmed, if recurrence is empty (and no recurring product), it should no longer be consider as a subscription (subscription state should be empty). task-id : 3339772
This update adds automated checks for the task Gantt view in Project Enterprise. It helps ensure scheduling and planning screens continue to work as expected when future changes are made.
Original PR description
This PR adds different tests for the gantt view of tasks, in project_enterprise. task-3338313