Monday, September 26, 2022
5 changes · master
Enhancements to existing features
Appointment types now have an improved card-style view that can be used in the website content manager. This makes appointment-related website content easier to browse and manage from the same place as other website pages.
Original PR description
The goal of this PR is to tweak the `"appointment.type"` kanban view and use it on website content manager. Related to https://github.com/odoo/odoo/pull/98941 task-2889981
Belgian employee salary setup now includes a private license plate field where relevant. This helps payroll and HR teams capture vehicle-related employee information directly during salary configuration, reducing follow-up data collection.
Original PR description
Add private_license_plate to the salary configurator. task-2936873
The salary configurator now captures an employee's private vehicle license plate as part of personal information. This improves Belgian payroll and salary contract setup by ensuring vehicle-related details are available where needed.
Original PR description
…ry configurator Add private_license_plate to the salary configurator. task-2936873
This update makes it cleaner for developers to adjust the context used by the timesheet grid. It does not change day-to-day user behavior, but it improves maintainability and makes future customizations safer and faster.
Original PR description
Before this commit modifying the context is not very clean. By making it a subfunction we can do a short & clean `super()` call to modify the context :)
The Peruvian localization now includes Balance Sheet and Profit and Loss report definitions and has been updated to work with Odoo’s newer reporting framework. This helps businesses in Peru access the required financial statements through the standard reporting experience.
Original PR description
[IMP] l10n_pe_reports: reportalypse Due to the major changes between 15.0, and the post-reportalypse. This converts the reports to the new reportalypse system