Tuesday, November 29, 2022
3 changes · master
Enhancements to existing features
This update removes repeated default information from many app configuration files. It does not change how the apps work, but makes the configuration easier to read, compare, and maintain.
Original PR description
Remove most values uselessly specified because giving the same value as the default one (see _DEFAULT_MANIFEST in odoo/modules/module.py) auto_install is Falsy by default author is Odoo SA by default summary & description are empty strings by default application is False by default test, demo, depends and data are empty lists by default This will reduce noise/inconsistencies between manifests specifications, simplify analysis of manifests content. Reference to: https://github.com/odoo/odoo/commit/42bad1a6d21e086e3bb766f9813d65902b3c232a Related to: https://github.com/odoo/odoo/pull/106686
Payroll contract screens and related guided flows were updated to match the improved way users move through employee contracts. Demo data was also completed so sample employee contracts avoid missing required responsible person information.
Original PR description
Adapt various tests and tours to adapt to the new way of navigating contracts. task-3056891
Field Service can now automatically create follow-up tasks for regular interventions such as inspections or maintenance. This helps teams avoid missed visits by scheduling the next task based on the previous planned or completion date, with recurrence options controlled from settings.
Original PR description
Task: https://www.odoo.com/web#id=2172156&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.5a4557942508fb61d489bc327019919c