Daily updates from Odoo
Friday, December 20, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Point of Sale now includes lot and serial number information for products stored in sub-locations. This helps staff select the correct tracked products during sales and reduces stock visibility issues.
Original PR description
Also display lot/serial numbers products that are located in sub-locations. opw: 4415220 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
This fixes a small issue in the Discuss/mail area where a chat channel might not open as intended when the system explicitly asks it to. It helps ensure users are taken directly to the relevant conversation instead of seeing it folded or hidden.
Original PR description
Following 17fa8a4531df0cd7281962211797ba60df06f775, `force_open` was introduced as a parameter to the function, but the condition to set the folding state references `open` (python's default function to open a file), not `force_open` (the parameter), probably a typo. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr