Daily updates from Odoo
Friday, July 11, 2025
4 changes · master
Enhancements to existing features
Spreadsheet users can now choose filter matching options such as including, excluding, or containing values depending on the type of filter. This makes spreadsheet analysis more precise and easier to tailor to business questions.
The India payroll payslip report has been improved to show more comprehensive information using the India payslip format. This helps employees and payroll teams review pay details more clearly and consistently.
Original PR description
- customized the standard payslip using the IN: Payslip task-4790769
Payroll payment report details are now cleared when a payslip or payslip batch is moved back to draft, helping avoid outdated payment information being reused by mistake. The update also removes obsolete payroll payment report references, making the process cleaner and less error-prone across supported local payroll modules.
Original PR description
this PR aims to - reset the `payment_report` related fields when the payslip is set to `draft` state. - remove the dead view ID (`hr_payslip_payment_report_view_form`) from the actions. task-4894688
This update changes how Point of Sale data is prepared for India GSTR-1 reporting, especially the product classification totals used in the filing JSON. It reduces unnecessary POS-specific calculation complexity and adds checks to help ensure the exported tax data stays accurate and compliant.
Original PR description
**Remove HSN Computation for POS**: The HSN computation logic for Point of Sale (POS) entries has been removed to streamline the processing and avoid unnecessary complexity in the calculations. Task Id: 4193554