Daily updates from Odoo
Wednesday, November 26, 2025
6 changes
1 change
New functionality added to Odoo
This pull request adds comprehensive Hoot tests for the UrbanPiper integration, ensuring its functionality is thoroughly validated. Additionally, several minor fixes have been implemented to improve stability and data accuracy related to receipt printing and timer display within the UrbanPiper workflow.
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#937801 change
New functionality added to Odoo
This update adds demo data and sample orders specifically designed for online food delivery providers using the Urban Piper integration. This allows users to easily test and understand how the system handles online orders from these providers, improving the onboarding process and demonstration capabilities.
Original PR description
Following this commit: - Demo data and demo pos. orders will now be available for online food delivery providers. task-5025350
3 changes
New functionality added to Odoo
This update introduces basic localization support for Mauritania within the Odoo accounting system. It includes translations for key financial reports and data formats, allowing Odoo to correctly handle transactions and reporting requirements specific to Mauritanian regulations. This expands Odoo's reach to a new market and ensures compliance for businesses operating in Mauritania.
Original PR description
task-4236158 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#211906
This pull request updates the Arabic translation files for both the core Odoo application and the Odoo Point of Sale module. These updates ensure accurate and localized Arabic support for users in the Middle East and North Africa region, improving the overall user experience.
Original PR description
ADHOC Task 44224 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update incorporates new translations for the Arabic VAT (e-invoice) functionality within the Odoo Enterprise system. This ensures accurate and compliant reporting for our Arabic-speaking customers, aligning with local regulations and improving the user experience.
Original PR description
Task 44224
1 change
New functionality added to Odoo
This update introduces new tests for the 'get_contacts' function within the VoIP module. These tests ensure the accuracy and reliability of contact data retrieval, which is crucial for seamless VoIP communication. The addition of these tests improves the overall stability and quality of the VoIP system.
Original PR description
Task-4646694