Skip to content

Commit d499c47

Browse files
author
Martijn Smit
committed
Rename the plugin and update the content
1 parent 2bc16d8 commit d499c47

33 files changed

+71
-117
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ http://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html#
99
Go to Invoicing section -> Payments -> Payment Acquirers -> Mollie.
1010
Add API Keys (test and/or live) from your Mollie Account.
1111

12-
![alt text](/mollie-payments-plugin/images/odoo_configuration.png "Odoo mollie configuration example")
12+
![alt text](/payment_mollie_official/static/description/crm_sc_02.png "Odoo mollie configuration example")
1313

1414
When Mollie acquirer is configured correctly, you can see Mollie payment option at the time of checkout.
1515

1616
Shopper will then be redirected to the Mollie payment method selection screen.
1717

1818
After a succesfull payment, a confirmation is shown to the shopper:
1919

20-
![alt text](/mollie-payments-plugin/images/payment_confirmation.png "Odoo mollie payment confirmation")
20+
![alt text](/payment_mollie_official/static/description/crm_sc_02.png "Odoo mollie payment confirmation")
-4.82 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
-13.2 KB
Binary file not shown.
-1.98 KB
Binary file not shown.

mollie-payments-plugin/static/description/index.html

Lines changed: 0 additions & 107 deletions
This file was deleted.
-1.98 KB
Binary file not shown.
-1.98 KB
Binary file not shown.
File renamed without changes.

mollie-payments-plugin/__manifest__.py renamed to payment_mollie_official/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
{
3-
'name': 'Mollie Odoo plugin',
4-
'version': '1.0',
3+
'name': 'Mollie Payment Acquirer',
4+
'version': '1.10',
55
'author': 'Mollie & BeOpen',
66
'website': 'http://www.mollie.com',
77
'category': 'eCommerce',

0 commit comments

Comments
 (0)