Daily updates from Odoo
Tuesday, October 29, 2024
2 changes · 17.0
Resolved issues and error corrections
This update corrects a recent translation of payroll rule codes that was causing errors in salary calculations. The change reverts the translation, ensuring accurate payroll processing for French company structures like 'cadre'. This resolves confusion and improves the reliability of the payroll system.
Original PR description
Steps to reproduce: - Switch to 'FR company' > New employee > New contract (Use defaults) - Payroll app > Payslips > All Payslips - New Payslip for your employee using a french structure (like 'cadre') - Compute sheet > Salary computation tab - (Maybe set 'Salary Journal' in Configuration > Structures if needed) Salary rule codes were translated leading to confusion in the fields to fetch when computing payroll sheets. opw-4240326
This update resolves an issue preventing the correct generation of the 'COA SAT (XML)' report for Mexican companies. The previous XSLT was incorrect, causing validation failures. This fix ensures the report meets SAT requirements and allows for proper filing.
Original PR description
**Steps to reproduce:** - Install l10n_mx_reports - Switch to a Mexican company (e.g. ESCUELA KEMPER URGATE) - Go to "Accounting / Reporting / Audit Reports / Trial Balance" - Download "COA SAT (XML)" - Validate the xml on an online SAT document validator (e.g. https://ceportalvalidacionprod.clouda.sat.gob.mx/) **Issue:** The validation fails because "Sello" attribute is invalid. **Cause:** A wrong XSLT is used to generate the digital stamp for COA SAT (XML). opw-4209089 Forward-Port-Of: odoo/enterprise#72882