Friday, August 16, 2019
3 changes
New functionality added to Odoo
Customers can now pay invoices, quotations, and online orders using SEPA Direct Debit with online mandate signing. This enables recurring payments and automates payment creation, reconciliation, and order confirmation once bank payment is received.
Original PR description
New payment method allowing customers to pay documents and launch recurring payments online with SDD e-Mandates. The customer signs the mandate online and receives it by email. Optional authentication with SMS (Odoo IAP service) A SDD Mandate is saved automatically after payment confirmation A payment is created and validated, to be added to a batch payment and printed out in the SDD xml file. The payment is automatically reconciled with the invoice. Journal entries can be posted after bank reconciliation, in order to avoid posting entries until the payment is not received. Pay eCommerce orders or quotations: the order is confirmed automatically when the payment is received from the bank and reconciled. Task 1870363
Adds SEPA Direct Debit as an online payment option, letting customers sign e-mandates and pay invoices, orders, quotations, and subscriptions through bank debit. This streamlines recurring payment collection, automates mandate creation and invoice matching, and improves related mandate screens and customer-facing wording.
Original PR description
New payment method allowing customers to pay documents and launch recurring payments online with SDD e-Mandates. The customer signs the mandate online and receives it by email. Optional authentication with SMS (Odoo IAP service) A SDD Mandate is saved automatically after payment confirmation A payment is created and validated, to be added to a batch payment and printed out in the SDD xml file. The payment is automatically reconciled with the invoice. Journal entries can be posted after bank reconciliation, in order to avoid posting entries until the payment is not received. Pay eCommerce orders or quotations: the order is confirmed automatically when the payment is received from the bank and reconciled. All subscription payment flows are compatible (manual, automatic: create invoice after successful bank reconciliation, trigger payment from invoice). Subscriptions not paid in automatic payment are automatically set as to RENEW. Task 1870363
Odoo can now connect with Amazon to import orders from multiple seller accounts and marketplaces. It helps businesses manage Amazon sales, deliveries, cancellations, stock tracking, and shipment notifications directly from Odoo, including both Amazon-fulfilled and merchant-fulfilled flows.
Original PR description
* Import orders from multiple accounts and marketplaces
* Orders are matched with Odoo products based on their internal reference (SKU in Amazon)
* Deliveries and cancellations made in Odoo are synchronized in Amazon
* Support for both Fulfilment by Amazon (FBA) and Fulfilment by Merchant (FBM):
* FBA: Monitoring of the stock in Amazon Fulfilment Centers is done with a stock location and stock moves
* FBM: Delivery notifications are sent to Amazon for each confirmed picking
Task ID : 19575
Community PR : https://github.com/odoo/odoo/pull/35120