Daily updates from Odoo
Tuesday, August 31, 2021
2 changes · master
Resolved issues and error corrections
Barcode scans are now handled only when the barcode lines are visible in the app. This prevents accidental processing when users are viewing another screen, reducing errors during warehouse quality control and stock operations.
Social Marketing users can now publish posts without encountering an error when clicking the Post button. The fix corrects how post data is handled so the publishing flow works reliably.
Original PR description
PURPOSE Not able to post in social media via social marketing, it throws traceback while click on Post button. SPECIFICATION Traceback while click on Social Marketing > New post > Post traceback should not occur while posting through social marketing. The traceback occured due to the wrong argument type is passed to the function, so the goal of this commit is to pass the proper argument type to the function, this is solved by converting the argument type to string while passing to the function. LINKS PR #20502 Task 2628586