Daily updates from Odoo
Friday, January 13, 2023
2 changes · master
Features or functions removed from Odoo
Bill prediction is now included directly in the Accounting Accountant module instead of a separate module, simplifying setup and maintenance. Product prediction has its own setting, while the unused account prediction setting and old standalone module are removed.
Original PR description
The prediction is now merged into the account_accountant module. The account prediction boolean setting (which was used nowhere) is now replaced by a boolean for product prediction.
Code cleanup and technical improvements
Project and field service screens, portal views, and reports were reorganized for greater consistency with the broader project app changes. Customers using field service portals will see clearer time labels and better handling of field service project context.
Original PR description
*=industry_fsm,industry_fsm_{report,sale},project_holidays,sale_timesheet_enterprise
The main changes of this PR are explained in the community PR. Other changes include:
- Added the `fsm_mode` context key in the portal for fsm projects.
- Changed the label of `portal_effective_hours` and `portal_subtask_effective_hours` in the portal to be consistent with their non-portal counterpart.
---
Community: https://github.com/odoo/odoo/pull/106015
Task-2746370