Friday, September 6, 2024
5 changes
Enhancements to existing features
This update streamlines India-specific accounting, asset, and GST report screens by removing unnecessary hidden fields from the interface setup. It helps keep these business forms easier to maintain without changing day-to-day workflows for users.
Original PR description
see https://github.com/odoo/odoo/pull/178572
Odoo Enterprise modules were updated so test-only code is no longer loaded during normal operation. This keeps runtime startup cleaner while leaving test execution to the testing framework, with no expected change for everyday users.
Original PR description
There is no need to import the module `tests`, it will be done by the testing framework and we do not need it during runtime. odoo/odoo#177671
The favorite button in marketing automation mailings has been moved from the subject field to the form header. This makes the control easier to find and keeps the subject area focused on message content.
Original PR description
Purpose ======= Move the favorite button from the subject field to the header. Task-3877116
This update prevents temporary record identifiers from being used in filtering logic, reducing the risk of errors while editing or creating records. It helps make HR contracts, payroll payslips, employee signing flows, and field service reports behave more reliably before records are fully saved.
Original PR description
odoo/odoo#177331
This update aligns several Odoo Enterprise apps with a newer shared way of searching records by display name. It should keep search behavior consistent across accounting, documents, knowledge, sign, WhatsApp, and localization features while reducing future maintenance work.
Original PR description
odoo/odoo#174967