Daily updates from Odoo
Saturday, December 13, 2025
8 changes
3 changes
Enhancements to existing features
This update adds a message to the Account Online link, allowing users to easily revoke consent for the Basiq provider widget. This provides greater control and transparency regarding data sharing, aligning with our commitment to user privacy.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801
PayPal has requested a unique identifier be added to Odoo transactions processed through their payment method. This change improves PayPal's ability to track transactions originating from Odoo, leading to better reconciliation and reporting. This update ensures seamless integration and collaboration with PayPal.
Original PR description
PayPal requested that we add an identifier so that they know which transactions are coming from Odoo for better trackability. task-5358321 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#239750 Forward-Port-Of: odoo/odoo#237336
This update enhances the formatting of tax amounts in invoices for the Co-dian localization module. It standardizes the float format used in account_edi_common, ensuring accurate tax calculations and reporting for this specific region. This change improves the reliability of financial data related to Co-dian transactions.
Original PR description
Forward-Port-Of: odoo/enterprise#101999 Forward-Port-Of: odoo/enterprise#101288
1 change
Enhancements to existing features
This update adds a message to the Account Online link, allowing users to easily revoke consent for the Basiq provider widget. This provides greater control over data sharing and aligns with privacy best practices. It redirects users to a dedicated Odoo page for managing their Basiq consent.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801
1 change
Enhancements to existing features
This update adds a message to the Account Online link, allowing users to easily revoke consent for the Basiq provider. This provides greater control over data sharing and aligns with privacy best practices. The change redirects users to a dedicated page with a clear revocation button.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801
1 change
Enhancements to existing features
This update adds a message within the Account Online link chatter, specifically for users utilizing the Basiq provider. This allows users to easily revoke their consent for the Basiq widget through a redirect to a dedicated Odoo page, enhancing control over data sharing.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801
2 changes
Enhancements to existing features
This update adds a message to the Account Online link, allowing users to easily revoke consent for the Basiq widget. This provides greater control over data sharing and aligns with privacy best practices. It redirects users to a dedicated page with a clear revocation button.
Original PR description
This commit will add a message on the account online link chatter for the basiq provider. This message will allow the user to be redirected to an odoofin page with a button to revoke his consent on a basiq widget task-5187621 Forward-Port-Of: odoo/enterprise#101972 Forward-Port-Of: odoo/enterprise#101801
This update streamlines the bank reconciliation process by automatically triggering reconciliation when records are created through the Kanban or List views, rather than relying solely on manual posting. It also centralizes the auto-processing logic, improving efficiency and reducing manual steps. This change enhances the user experience and simplifies bank statement integration.
Original PR description
this pr will do multiple things: - Remove the calls to the cron when posting the move, now adding through the kanban or list view will trigger the try_auto_reconcile from the create with the auto_statement_processing context key - Tries to unify the auto processing in the create (except in account online sync where we kept the logic since we need the start time to compute the cron limit) no task id