Thursday, July 30, 2020
3 changes · master
Resolved issues and error corrections
This fixes an issue that prevented users from cancelling and deleting bank statements linked to previously posted journal entries. The system now properly resets the posting information when a statement is moved back to draft, while preserving numbering to avoid gaps in accounting records.
Original PR description
When we tried to cancel a bank statement, we had to reset the statement to new, then delete the linked journal entries. We couldn't do so because the entries have been posted before and kept their sequence number. In order to allow the deletion of a statement, we completely reset the posted information of the linked journal items when we reset the statement to draft. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Reordering images in the website image wall no longer causes the editing options to flicker. This makes arranging gallery images feel smoother and less distracting for website editors.
Original PR description
Before this commit, reordering the images in the image wall was causing a flicker of the snippet options. It was caused by a forced deselection of the snippet (image) that is not necessary since 17e7e75 task-2307083
This fix restores the correct process for registering tracked components during subcontracted manufacturing. It helps businesses keep accurate traceability for both finished products and the components provided to subcontractors, reducing inventory and compliance errors.
Original PR description
After the odoo/odoo#52949 , the registering of tracked component, in case of subcontracting, was broken. Fix and try to mimic the same flow than before. The produce wizard has been replaced by a clean MO form to register component and use backorder mechanisme of MO to manage tracked finished product + tracked component. task-2278147 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr