Sunday, September 3, 2023
2 changes · master
Enhancements to existing features
Manufacturing users now receive a clear error message when they try to use a locked work center. This helps teams understand why an action cannot proceed and reduces confusion during production operations.
Original PR description
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
Miscellaneous changes
Bug === Since odoo/odoo@e8567dadbdaaec6e5be8f66f12e2b02da321f999 , it's not possible to upload images in comments, in social. Now, the file data is supposed to be managed in the onChange event, and we can not rely on the input value. Allow to post an image without text in comments. Task-3339389 Forward-Port-Of: odoo/enterprise#45117
Original PR description
Bug === Since odoo/odoo@e8567dadbdaaec6e5be8f66f12e2b02da321f999 , it's not possible to upload images in comments, in social. Now, the file data is supposed to be managed in the onChange event, and we can not rely on the input value. Allow to post an image without text in comments. Task-3339389 Forward-Port-Of: odoo/enterprise#45117