Daily updates from Odoo
Friday, April 19, 2024
2 changes · master
Resolved issues and error corrections
Users without marketing-related permissions will no longer see campaign menus or email marketing options they cannot access. This prevents confusing navigation and avoids permission errors when social users open restricted campaign features.
Original PR description
User has only the access rights for social poster and, no access rights for email marketing, marketing automation and sms marketing, is still able to see the email marketing icon similarly this issue is for social manager rights. Which leads to record rule error. In social module the campaigns menu shows without any access rights. this commit solve this issue, i.e. the email marketing icon will not shown if user dont have any access rights. and also campaigns menu is hidden if user dont have any access related to that menu. **TaskID - 2417993**
Manufacturing users can now record partial quantities across work orders without getting stuck or needing to create a backorder just to continue. The tablet view also shows more accurate quantities for remaining work and component consumption, reducing confusion during production.
Original PR description
When processing production across various work orders, if after the first work order, less quantity is produced in any of the work orders, Odoo locks the WO and it is not possible to go back to it and treat the remaining quantity again (as in V12/V13). The only way to treat the remaining quantity is to create a backorder from the source MO. Also a misleading message appears when this under production is recorded : https://drive.google.com/file/d/1NppBavfj30IjkhbCwBcIMrsw_ohDrec1/view?usp=sharing FIX : If the user only records partial quantity, leave the field open and let the user record the rest.