Daily updates from Odoo
Wednesday, November 26, 2025
7 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 update enhances Odoo's support for Argentina's tax regulations by adding necessary tax accounts and definitions. This ensures businesses using the l10n_ar module comply with local laws and accurately report their taxes, minimizing accounting errors.
Original PR description
Description of the issue/feature this PR addresses: On the AFIP portal, there are specific tax values and scenarios when registering purchase invoices that are not currently supported by the l10n_ar…
Description of the issue/feature this PR addresses: On the AFIP portal, there are specific tax values and scenarios when registering purchase invoices that are not currently supported by the l10n_ar module. Desired behavior after PR is merged: This improvement adds the required tax accounts and definitions for Argentina localization. It ensures legal compliance and proper fiscal reporting for companies using l10n_ar. Key changes: Added new tax account templates for various Argentine tax scenarios, including “Otros Impuestos” and “Impuestos Internos”. Updated and extended tax definitions to align with AFIP and ARCA requirements. Improved mapping between tax codes and accounts for accurate reporting. These changes make it easier for users to configure and use Odoo with accurate fiscal settings for Argentina, reducing the risk of accounting errors and improving compliance with local regulations. --- 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 streamlines the product and payment screens by removing the left-side cart and simplifying the guest count setting on the payment screen. These changes enhance the user experience and improve the visual clarity of key sales processes. The update also includes minor UI refinements for category selection and time slot presets.
Original PR description
After this commit, the cart on the left side of the product screen is removed. - Category cards have now border when selected. - The VAT summary on the product with attributes is now removed. - On the payment screen, there is now a small light grey button under the price summary to set the number of guests at any moment. - Small change on the preset time slot button. Task : 5145441 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update ensures that all admin users in Odoo have access to the full suite of accounting features. Previously, access was limited, which created a restriction on administrative capabilities. This change improves administrative efficiency and consistency.
Original PR description
CMON it is the **** admin not just Marc Demo
This 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
This update enhances the bank reconciliation process by providing a clearer display of transaction details and statement line information. It also introduces features like a cooldown for chat messages and allows users to expand payment references for full visibility, streamlining the reconciliation workflow.
Original PR description
See commits' description