Required Apps |
•
eCommerce (website_sale)
• Invoicing (account) • Sales Management (sale) • Website Builder (website) |
Technical Name |
website_sale_autopay |
License | LGPL-3 |
Website | https://it-projects.info |
Also available in version | v 8.0 v 10.0 |
Autopay in eCommerce
Creates invoice after website sale order is payed
Version: v1.0.0
Tested and maintained by
IT Projects Labs
Assitance: apps@itpp.dev

Originally you need to create invoices manually every time after web sales that is not convenient.
That's way when web shop order is payed ...

this module creates corresponding fully filled and confirmed invoice automatically.
Website sale autopay
Installation
- For multi-company support install additional module: https://github.com/OCA/website/tree/8.0/website_sale_order_company
Configuration
- Install payment_ module that you need to use in website shop, e.g. payment_paypal.
- From Settings / Payments / Payment Acquirers create payment acquirers.
- In acquirer configuration select proper payment method
- For multi-company:
- Define company for each of your products.
- Create accounts from Settings / Configuration / Invoicing menu:
- select template
- select currency. WARNING: select the same currency for all companies
- push [Apply] button
- Create payment acquirers for each company you have.
- In acquirer configuration select proper payment method
Usage
- Put some products in your shopping cart from website shop
- Pay for them. You can use test paypal payments for that purpose https://odoo-development.readthedocs.io/en/latest/dev/tests/paypal.html
- From Sale / Sale Order find sale order representing your test shopping
- You can see that the sale order have invoice and it is already in paid state
Please log in to comment on this module