Thursday, February 14, 2019
2 changes
New functionality added to Odoo
Administrators can now reset modified views and website templates back to their original definitions without reinstalling modules. This makes it faster to recover from broken customizations and improves reliability when working with developer XML mode.
Original PR description
Allow to restore user-modified views to their original state by RPC or with a button available in ir.ui.view form view (debug mode) Task: https://www.odoo.com/web#id=39930&view_type=form&model=project.task&menu_id=
The mobile app now offers a barcode scanner button for fields that link to another record. This lets users scan barcodes with the device's native scanner instead of manually searching or typing, speeding up mobile workflows and reducing entry errors.
Original PR description
After this commit a new widget will be available FieldMany2OneBarcode. When user touch this button the native app will open the native barcode scanner. Task ID: 1924766