Tuesday, March 24, 2026
3 changes · master
New functionality added to Odoo
This update adds a new setting within the CRM to connect with Markethub, a platform for managing marketplace advertising. By enabling this integration, users can automatically capture leads generated from their online ad campaigns directly into the CRM, streamlining lead management and sales processes. This enhances the ability to track and convert leads from marketplace marketing efforts.
Original PR description
Introduced a new setting to enable Markethub integration from CRM configuration. This allows users to connect their marketplace accounts and automatically capture leads from ad campaigns.
This update introduces a new EC Sales list report specifically tailored for Hungary, providing more detailed sales data. The report groups transactions by key tax codes (B, C, K, R, V) and transaction status, offering a more granular view of sales activity. This change also includes supporting data and workflows for accurate reporting.
Original PR description
This commit implement the EC Sales list for Hungary This report is a bit different from the main EC Sales list, instead of just grouping the lines on partner_id, we need to group on specifics fields on account.move: - l10n_hu_transaction_type: B, C, K, R or V This field represente the type of Intra Community Transaction, it's a selection field with all the legal possible values. We leave the field blank for normal transactions. - l10n_hu_transaction_state: U or T Represent if the transaction is a new one (U) or a correction (T) The grouping of the report works like this: groupby partner_id, l10n_hu_transaction_type, l10n_hu_transaction_state Linked:https://github.com/odoo/odoo/pull/234962 [task-4950959](https://www.odoo.com/odoo/project/967/tasks/4950959)
This update introduces a new model for managing UrbanPiper store settings, streamlining the process and providing more flexibility for food delivery configurations. Key improvements include support for provider pricing, tax settings, and customizable order notifications, enhancing the UrbanPiper integration within the system.
Original PR description
*: pos_urban_piper_enhancements, l10n_in_pos_urban_piper, Added a dedicated `pos.urbanpiper.store` model to manage UrbanPiper store configurations for food delivery. Configuration fields previously stored on `pos.config` are now moved to this new model. Each POS configuration is linked to an UrbanPiper store, allowing for easier management of additional fields and providing a simpler, more streamlined UI. Additional Features: - Support for provider-based pricelists - Tax type configuration (inclusive or exclusive) - Customizable UrbanPiper order notification sound - “Flush & Sync Menu” operation Task-4977992 Upgrade PR: https://github.com/odoo/upgrade/pull/8330