Wednesday, November 26, 2025
3 changes · 19.0
Enhancements to existing features
This update adds necessary account settings for Slovak tax groups within Odoo. Specifically, it incorporates tax payable and receivable account IDs, ensuring accurate accounting for Slovak VAT reporting. This change supports compliance with Slovak tax regulations.
Original PR description
This commit adds tax_payable_account_id and tax_receivable_account_id to all tax groups in Slovak tempalte. opw-5264511 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request adds comprehensive Hoot tests for the UrbanPiper integration, ensuring its functionality is thoroughly validated. Additionally, several minor fixes were implemented, including improvements to receipt printing, timer display, and data handling within the ticket screen, enhancing the overall stability and accuracy of the system.
Original PR description
## 1. Hoot test
in this commit:
- add HOOT tests for components, model, screen, and service
- added test for methods in `order_info_popup` and `order_display`
- include tests for `pos_order`, `ticket_screen`, and `pos_store`
- add utility to generate UrbanPiper-filled order
## 2. minor fixes
in this commit:
- kept serialized data for receipt printing
- ensure timer does not display negative values
- correct variable usage in ticket screen to fetch proper props for display order
- revamp `getTime` method to use l10n time format
task: 5048312
Forward-Port-Of: odoo/enterprise#93780This update simplifies the bank matching interface for users primarily working with invoicing. It removes unnecessary account codes from the display name and adds a more user-friendly search option that utilizes account descriptions, making it easier for users to quickly find the correct bank accounts without needing extensive accounting knowledge.
Original PR description
See commits' description --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr