Friday, July 5, 2019
3 changes · master
Enhancements to existing features
The hardware driver now informs the Odoo instance when devices are disconnected as well as when they are connected. This helps keep the system’s view of attached hardware accurate while reducing duplicate update messages when several devices change at once.
Original PR description
Before this commit, we only sent the list of connected devices to
the odoo instance (thanks to `self.send_alldevices`) when a device
is newly connected. Now, we also send this list when a device is
disconnected. We also try to call this method once if multiple devices
are connected/disconnected during an iteration.
task: 1939338
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prSeveral form screens now use a consistent sheet-style layout, improving readability and alignment for users working with tax reports, bank accounts, marketing campaigns, and customer tags. This is a small usability improvement with no expected change to business workflows or data behavior.
Original PR description
Task : https://www.odoo.com/web?debug=assets#id=2026283&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.359e824ecd23908f065bd4eb8fdf108b I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The budget and customer follow-up form screens now use a standard sheet layout. This gives users a more consistent and polished experience when viewing or editing these records.
Original PR description
Task : https://www.odoo.com/web?debug=assets#id=2026283&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.359e824ecd23908f065bd4eb8fdf108b