Wednesday, February 5, 2025
3 changes
2 changes
Enhancements to existing features
The Indian payroll contract form now has improved help text for TDS-related fields. This makes it easier for HR and payroll users to understand the field purpose and enter the correct information.
Original PR description
task-4529300
The Brazilian AvaTax module now marks NCM tax classification codes as protected during installation instead of handling them again during later module updates. This reduces the risk of update-related disruption while preserving the intended tax code data setup.
Original PR description
This is a follow-up for a bug fix made in stable [1]. In master we can remove the init() hook on the model, which ran on module update, and instead rely on the post_init_hook during module installation. task-4374334 [1] https://github.com/odoo/enterprise/pull/77805
1 change
Enhancements to existing features
Preparation tickets in Point of Sale now show ordered products and notes in a larger text size. This makes kitchen or preparation staff tickets easier to read, helping reduce mistakes and speed up order handling.
Original PR description
This commit increases the text size of the ordered product and notes on the preparation ticket, ensuring better readability. task-4535901