Daily updates from Odoo
Thursday, February 19, 2026
8 changes
2 changes
New functionality added to Odoo
This update adds a new module to automatically send CFDI XML and PDF documents with payslips to employees in Mexico. This fulfills a requirement for compliant payroll reporting, streamlining the process and ensuring accurate record-keeping for Mexican businesses using Odoo Enterprise.
Original PR description
Introduce a new module to enable sending CFDI XML with payslips. task: 5114611 Forward-Port-Of: odoo/enterprise#102692
This update introduces support for JoFotara's Point of Sale (POS) system within Odoo. It allows for the generation of electronic invoices (UBL format) directly from POS orders, streamlining the invoicing process for JoFotara businesses. This enhances integration and simplifies compliance with local regulations.
Original PR description
This commit adds support to JoFotara for pos.order model. task-4213323 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243844
1 change
New functionality added to Odoo
This update introduces support for JoFotara's Point of Sale system within Odoo. It allows for the generation of UBL (Universal Business Language) invoices and credit notes directly from POS orders, streamlining the invoicing process for JoFotara users. This enhancement ensures compliance with local regulations and improves data exchange with accounting systems.
Original PR description
This commit adds support to JoFotara for pos.order model. task-4213323 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243844
3 changes
New functionality added to Odoo
This update introduces improved timesheet reporting features designed to align with business targets and provide more granular insights. The changes include dynamic charts, new reporting sheets, and adjustments to calculations, ultimately helping managers track employee performance against goals and billing targets more effectively.
Original PR description
- make the employees/departments section adjust to targets - handles the sorting of lists if target indicator is applied - adjust the baseline of scoreboards - create 2 sheets 1 for the targets and the other for normal billing - create another 2 shetes one for `Days` encoding and the other for `Hours` encoding - switch between sheets when the billing target or timesheet encoding unit is selected - add billing target to the `timesheet.analysis.report` to calculate it - adjust the billable vs target column chart to adapt dynamically to the current year - adjust the timesheet overtime indicator when `Billable` is selected to adapt to targets --- Task-4969380
This update adds automated calculations for severance pay, severance provision, and remaining annual leave pay when an employee departs. These calculations comply with Turkish labor law and accounting regulations, ensuring accurate payroll processing and tax reporting for terminated employees.
Original PR description
This PR introduces the implementation related to employee termination payment computations according to labor law and common practices. 1. Severance Pay: - Automatically calculated when an employee leaves the company. - Excludes unpaid leave days from total service time. - Not part of income tax but included in stamp tax. - Monthly pay ceiling applied (currently 46,655.43 TRY). 2. Severance Provision: - Calculates the monthly EOS provision for active employees. - Not calculated if the employee leaves during that month. - Excludes unpaid or out-of-contract days. 3. Remaining Annual Leave Pay: - Pays for unused annual leave when an employee depart from company. - Uses the configured “Annual Leave Time-off Type” in payroll settings. - Included in both income tax and stamp tax calculations. Task-4938014
This update adds a new module that automatically sends CFDI XML and PDF documents alongside payslips via email. This fulfills a requirement for Mexican businesses to electronically transmit payroll information, improving compliance and streamlining payroll processes. It's part of ongoing efforts to support key regional accounting standards.
Original PR description
Introduce a new module to enable sending CFDI XML with payslips. task: 5114611 Forward-Port-Of: odoo/enterprise#102692
1 change
New functionality added to Odoo
This update adds a new module that automatically sends CFDI XML and PDF files alongside payslips via email. This simplifies compliance with Mexican tax regulations by streamlining the delivery of required payroll documents, improving efficiency and reducing manual effort.
Original PR description
Introduce a new module to enable sending CFDI XML with payslips. task: 5114611
1 change
New functionality added to Odoo
This update adds support for JoFotara's Point of Sale system within Odoo. It enables the generation of UBL (Universal Business Language) invoices and credit notes directly from PoS orders, streamlining the invoicing process for JoFotara users. This enhancement improves integration and reporting capabilities.
Original PR description
This commit adds support to JoFotara for pos.order model. task-4213323 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr