Friday, March 21, 2025
5 changes
4 changes
Enhancements to existing features
Brazilian goods EDI requests now include the unit of measure for each order or invoice line. This makes tax submissions more complete and helps external tax services such as AvaTax receive the product details they need for compliance processing.
Original PR description
Make our goods EDI request a bit more complete by including the UOM per line. task-4117133
The Field Service task search view no longer includes the Archived filter. This simplifies the search options and makes the interface less cluttered for users looking for active field service work.
Original PR description
This commit removes the Archived filter in search view of project.task model in Field Service app as we did in project to reduce the number of filters inside the search view.
The appointment page navigation now better matches the look and structure used on other website pages. This creates a more consistent browsing and search experience for visitors, including using appointment icons in search results.
Original PR description
The goal is to provide visual consistency between sub navigation on website pages. Community PR: https://github.com/odoo/odoo/pull/188504 task-4259418
This update introduces shared tools for handling formatted text in many Enterprise apps, helping screens display rich content more consistently. It mainly improves internal reliability and maintainability for features such as documents, planning, signing, social posts, barcode flows, and website tools, with limited direct change for end users.
1 change
Enhancements to existing features
This update improves Odoo's internal Hoot testing framework and related unit tests, making test results clearer and reducing cases where tests are accidentally skipped or behave inconsistently. These changes are limited to the test ecosystem, helping developers maintain quality without affecting normal business operations.
Original PR description
## Pull Request HOOT (PRHOOT) 29 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. Enterprise: https://github.com/odoo/enterprise/pull/81834 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
**Proof of concept, not yet validated by anyone** Alternative version with separate functions: https://github.com/odoo/enterprise/pull/80163 \* = documents, frontdesk, knowledge, planning, project_enterprise, sale_planning, sign, social, social_twitter, stock_barcode, stock_barcode_mrp, stock_barcode_picking_batch, voip, web_cohort, web_enterprise, web_gantt, web_grid, website_helpdesk_forum, website_studio Enterprise counter-part. https://github.com/odoo/odoo/pull/199394