Tuesday, February 18, 2020
3 changes
Resolved issues and error corrections
This fixes a display issue that prevented users from selecting fields when setting conditional visibility on one-to-many fields in Studio. Users can now access the field selector as expected, making form customization smoother and less frustrating.
Original PR description
previously when we click on the conditional visibility of one2many field, we were unable to access the field selector due to overlay issue in this commit we have changed the z-index value to fix the above issue. Task 2187354
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
Custom backgrounds on the Odoo home screen now stay centered and are cropped appropriately on smaller screens. This prevents stretched images and gives users a cleaner, more consistent visual experience across devices.
Original PR description
Pad: https://pad.odoo.com/p/r.78f247cd2c20df951ac33e45387a0c7a Task: https://www.odoo.com/web#id=1997621&action=327&model=project.task&view_type=form&menu_id=4720