Skip to content

Commit

Permalink
Updated Version and image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
odoo-mvds committed Sep 21, 2020
1 parent 5191ffb commit 3da65e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## [13.0.0.1] - 2020-09-18
## [13.0.1.1] payment_mollie_official - 2020-09-18
### Added
- Added new module written from scratch.
2 changes: 1 addition & 1 deletion payment_mollie_official/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
'name': 'Mollie Payments',
'version': '13.0.0.1',
'version': '13.0.1.1',
'category': 'eCommerce',
'license': 'LGPL-3',
'author': 'Mollie',
Expand Down
2 changes: 1 addition & 1 deletion payment_mollie_official/data/payment_acquirer_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<record id="payment_acquirer_mollie" model="payment.acquirer">
<field name="name">Mollie</field>
<field name="image_128" type="base64" file="payment_mollie_official/static/description/mollie_icon.png"/>
<field name="image_128" type="base64" file="payment_mollie_official/static/description/icon.png"/>
<field name="provider">mollie</field>
<field name="company_id" ref="base.main_company"/>
<field name="view_template_id" ref="mollie_payment_form"/>
Expand Down

0 comments on commit 3da65e6

Please sign in to comment.