Daily updates from Odoo
Tuesday, December 3, 2024
3 changes · 18.0
New functionality added to Odoo
This adds a new Paymob Accept payment provider module, allowing businesses to configure and accept payments through Paymob in Odoo. It includes setup screens, API integration, and customer-facing payment components so merchants can offer an additional payment method.
Original PR description
Added a new module to support a new payment provider. This module includes the necessary configurations, API integrations, and user interface components to facilitate payments through the new provider. 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
Odoo now supports Belvo as a payment provider, allowing customers to create and confirm payment methods through Belvo before using them for future payments. This expands payment options and supports a reusable token-based payment flow for subsequent transactions.
Original PR description
Adds Belvo as payment provider. The flow of using Belvo as payment provider is the following: A payment method is created, which created a payment.token in Odoo. The user agrees to Belvo's terms and conditions. Belvo confirms or cancels the payment method. When confirmed, a payment request is created with the token. The standard flow of payment.transactions is followed with each succesive payment request made with a vaidated token.
Odoo now includes a new Kueski Pay payment provider for Mexican e-commerce businesses. This lets merchants offer Kueski Pay at checkout through Odoo's payment flow, expanding local payment options for customers.
Original PR description
This commit adds new module for Mexican Localization to allow integrate Kueski Pay payment provider into Odoo's payment engine for e-commerce sales Odoo community PR: https://github.com/odoo/odoo/pull/186702 task-3907297