Tuesday, February 18, 2020
3 changes · master
Enhancements to existing features
Accounting users can now choose whether sales and purchase receipts are available, instead of seeing them by default. This helps organizations that do not use receipt workflows keep their accounting screens simpler and focused on relevant documents.
Original PR description
Purpose: If the user is not using receipt functionality in his organization then it's can be hidden. Current behavior before PR: Sale and purchase receipt by default show when the account module is instaled. Desired behavior after PR is merged: Now users can activate this Sale or purchase receipt from accounting settings. task: 2028813 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event list views now show more useful information, such as seats, tracks, sponsors, and whether an event is online, making events easier to compare and manage. Obsolete minimum seat and registration warning fields were also removed because the related confirmation flow is no longer used.
Original PR description
PURPOSE Update tree view to add optional fields to make it easier to read. SPECIFICATION Modify the event_views files to add some fields (optional or not) It add some more informations about the seats, the tracks and sponsors and if the event is online or not. LINKS Task ID : 2192652 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Intercompany transfers involving lots or serial numbers now avoid reserving stock from transit locations, preventing validation errors when goods move between companies. This makes transfers between company warehouses more reliable and treats receipts from another company like supplier receipts.
Original PR description
When transfer lot/SN products from company a to inter-com transit and then use push rule to create move transfter the products to company b, the two move are chianed and products are reserved from inter-com transit. A multi-company error will be raise when validate the pick and try to move products with lot/SN from company a to company b. This commit unchained moves created from transit locations and do not reserve products from transit locations. 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