Daily updates from Odoo
Monday, August 19, 2019
2 changes · master
Code cleanup and technical improvements
The calendar view code was reorganized so the popover shown for calendar items can be customized more easily, especially for mobile experiences in the enterprise edition. This is an internal cleanup that supports better mobile behavior without changing day-to-day functionality for most users.
Original PR description
This commit move some code to be able to override Bootstrap popover in web_enterprise for mobile. Task ID : 2052506 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo Studio now uses the shared field selection records introduced in the core platform. This keeps Studio aligned with the underlying system model and should make future maintenance more consistent without changing day-to-day user workflows.
Original PR description
web_studio: use ir.model.fields.selection Following odoo/odoo#30228