Skip to content

Commit

Permalink
Merge pull request akretion#5 from akretion/12-account_banking_sepa_d…
Browse files Browse the repository at this point in the history
…irect_debit_py3o

Migrate account_banking_sepa_direct_debit_py3o to 12
  • Loading branch information
Alexis de Lattre authored Feb 1, 2021
2 parents c0a54e8 + 770aa1c commit 44673c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
1 change: 0 additions & 1 deletion account_banking_sepa_direct_debit_py3o/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# -*- coding: utf-8 -*-
25 changes: 10 additions & 15 deletions account_banking_sepa_direct_debit_py3o/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# -*- coding: utf-8 -*-
# © 2017 Akretion (Alexis de Lattre <[email protected]>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'SEPA Direct Debit Mandate Py3o Report',
'version': '12.0.1.0.0',
'category': 'Banking',
'license': 'AGPL-3',
'summary': 'Sample py3o SEPA direct debit mandate report',
'description': """
"name": "SEPA Direct Debit Mandate Py3o Report",
"version": "12.0.1.0.0",
"category": "Banking",
"license": "AGPL-3",
"summary": "Sample py3o SEPA direct debit mandate report",
"description": """
SEPA Direct Debit Mandate Py3o Report
=====================================
Expand All @@ -17,12 +16,8 @@
This module has been written by Alexis de Lattre from Akretion
<[email protected]>.
""",
'author': 'Akretion',
'depends': [
'report_py3o',
'base_usability',
'account_banking_sepa_direct_debit',
],
'data': ['report.xml'],
'installable': False,
"author": "Akretion",
"depends": ["report_py3o", "base_usability", "account_banking_sepa_direct_debit"],
"data": ["report.xml"],
"installable": True,
}

0 comments on commit 44673c5

Please sign in to comment.