Daily updates from Odoo
Thursday, August 27, 2015
4 changes
New functionality added to Odoo
Backend users can now scan barcodes directly in form views to trigger configured actions, including buttons and common form actions such as save, cancel, or create new. This makes barcode-driven workflows faster and easier to automate in operational screens.
Original PR description
- Trigger a button's action by scanning a barcode using the button attribute 'barcode_trigger' - Add an onchange-like mechanism allowing to run server-side code when a barcode is scanned in a form view - Call form view's methods save, cancel and new by scanning barcodes
Adds a new option to display yes/no fields as buttons with labels and confirmation messages that can change based on the current state. This helps teams create clearer actions in forms and improves the user experience around important toggles, including user signup status.
Original PR description
Task : https://www.odoo.com/web#id=7767&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.lFw6dVRQWxXWZUJk Note : Make a button of Boolean field using this widget. Set dynamic string of button on "true and false" state and dynamic confirmation message using options parameter.
Customers can now leave star ratings when commenting on products in the online store. Product pages show an average rating and rating breakdown, helping shoppers make purchasing decisions and giving merchants clearer feedback.
Original PR description
Add the rating in eCommerce Task : https://www.odoo.com/web#id=10298&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.ChlFDleI5gqYz78r
A new configurable button widget lets teams show clearer activate or deactivate actions with custom labels and confirmation messages. This makes status changes in forms easier to understand and helps prevent accidental changes.
Original PR description
…and pass label for button and confirmation message in options value for web-client Task : https://www.odoo.com/web#id=7767&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.lFw6dVRQWxXWZUJk