Tuesday, August 4, 2020
5 changes
Enhancements to existing features
The Documents app now keeps the last selected search panel category only where that behavior is intended. This prevents other search panels from unexpectedly remembering choices, making navigation more predictable for users.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/55049 Task: 2284207
Appointment invitation emails now include the appointment record name in the header, giving recipients more context when booking online. This makes invitations easier to recognize and reduces confusion for customers and staff.
Original PR description
This PR is linked to https://github.com/odoo/odoo/pull/49201 It adds some useful information in header of the invitation mail being sent while booking an online appointment. TaskID - 2199620 Closes https://github.com/odoo/enterprise/pull/9935
Gantt views now evaluate row information using the same date-aware context as other Odoo screens. This makes date-based values such as today and now available consistently, reducing surprises in planning and scheduling views.
Original PR description
The evaluation context used in the gantt row widgets now uses the same base context as the BasicModel (pyUtils.pycontext()) to access the new date keys "today" and "now". Community PR: https://github.com/odoo/odoo/pull/54438
Employee, contract, payroll, expense, leave, and timesheet forms have been lightly reorganized to make them easier to read and use. These usability improvements help HR and payroll teams find key information more quickly without changing business processes.
Original PR description
Improve slightly the layout of some forms related to employee and contracts. Modified modules: hr hr_expense hr_holidays timesheet_grid hr_contract_salary hr_payroll_account Task ID 2277298
When creating an invoice from a field service task with no invoiceable lines, Odoo now preselects the percentage-based down payment option. This makes the invoicing flow clearer and faster for users who need to request an upfront payment.
Original PR description
Select "Down Payment (Percentage)" by default when creating an invoice if there are no invoiceable lines. TaskID: 2181453