Daily updates from Odoo
Monday, July 17, 2023
2 changes · master
New functionality added to Odoo
Manufacturing barcode users can now see the quality check action when a production order has pending checks. Validation is blocked until those checks are completed, helping prevent production orders from being finalized before required quality controls are done.
Original PR description
Before this commit ================== Currently, The quality check button was not visible in the barcode when there is quality checks to do for manufacturing orders. After this commit ================= With this commit enable quality check button and disable validation button on production with barcode when there still quality checks to do on the manufacturing order. task - 3358263
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