Daily updates from Odoo
Wednesday, February 18, 2026
4 changes
1 change
Enhancements to existing features
This update switches the GSP provider for Indian GST e-invoices to align with recent integration updates. This change ensures Odoo Enterprise continues to meet regulatory requirements for generating and submitting GST e-invoices in India. It’s a necessary update to maintain compliance.
Original PR description
Update the Indian localization to switch the GST e-invoice GSP (GST Suvidha Provider) configuration to a new provider as required by recent integration updates. This change ensures that GST credentials uses the new GSP configuration and aligns with updated operational requirements. Task: 5379879 Forward-Port-Of: odoo/enterprise#103984
2 changes
Enhancements to existing features
This update adds a convenient button to payruns that allows users to instantly print a test copy of their payslips. Previously, users had to manually select all payslips and navigate through the system to print a test. This streamlines the process and ensures accurate printing before generating final payslips.
Original PR description
-Originally, the user has to manually select all payslips and then navigate to cog menu to print the payslips. -Currently, a button has been added to allow for test printing at the payrun.
This update simplifies the point-of-sale refund process by removing the refund button from the action menu. This change prevents unintended refund actions and streamlines the user experience. The change was driven by a community contribution and a related task.
Original PR description
Removed the refund button from the action menu, so this override will never be called Task-[5145135](https://www.odoo.com/odoo/project/1737/tasks/5145135) Community PR-[#230334](https://github.com/odoo/odoo/pull/230334)
1 change
Enhancements to existing features
This update brings the Owl library, a key component of Odoo's website functionality, to version 2.8.2. This ensures continued compatibility and stability of Odoo's front-end performance and user interface.
Original PR description
Update the OWL lib. Release notes: https://github.com/odoo/owl/releases/tag/v2.8.2 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248976