Skip to content

Commit

Permalink
[ADD] Account Payment Return Import SEPA PAIN: missing return reasons…
Browse files Browse the repository at this point in the history
… refs OCA#226
  • Loading branch information
ThomasBinsfeld committed Feb 25, 2019
1 parent 9a35a78 commit 303f1c7
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 87 deletions.
4 changes: 2 additions & 2 deletions account_payment_return_import_sepa_pain/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
'name': 'Account Payment Return Import SEPA Pain',
'category': 'Accounting',
'version': '12.0.1.0.0',
'version': '12.0.1.0.1',
'summary': 'Module to import SEPA Direct Debit Unpaid Report File Format '
'PAIN.002.001.03',
'license': 'AGPL-3',
Expand All @@ -19,7 +19,7 @@
'account_payment_order',
],
'data': [
'data/unpaid_reason_codes.xml'
'data/payment.return.reason.csv'
],
'installable': True,
}
Loading

0 comments on commit 303f1c7

Please sign in to comment.