Friday, December 16, 2022
3 changes · master
Enhancements to existing features
The event form now displays the responsible person with an avatar, making it easier for users to recognize who owns an event at a glance. This is a small usability improvement that adds visual context without changing event workflows.
Original PR description
This commit adds the avatar widget to the responsible field in the event form view. Task-3100951 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unnecessary content from several app manifest files and adds an automated check to keep them concise in the future. It helps maintainers more easily spot meaningful custom behavior and reduces future cleanup work, with no expected impact on day-to-day users.
Employee contract forms in the Belgian payroll fleet module now show the vehicle fuel type. This helps HR and payroll teams see relevant fleet information directly on the contract, reducing the need to look it up elsewhere.
Original PR description
This commit adds the fuel type in the form view of hr.contract. task-3092624
Original PR description
Keep the manifests as light as possible, to easily see custom behavior/content. Complete the work of previous commits cleaning the manifests content: * https://github.com/odoo/odoo/commit/42bad1a6d21e086e3bb766f9813d65902b3c232a * https://github.com/odoo/odoo/commit/ef7005f52416912a9efab5ec2767432c4181fb4d and make sure this kind of cleanup commit is not necessary in the future because it is now automatically verified by a dedicated test. Enterprise PR: https://github.com/odoo/enterprise/pull/34903 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr