forked from akretion/odoo-py3o-report-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request akretion#5 from akretion/12-account_banking_sepa_d…
…irect_debit_py3o Migrate account_banking_sepa_direct_debit_py3o to 12
- Loading branch information
Showing
2 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
# -*- coding: utf-8 -*- | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
===================================== | ||
|
@@ -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, | ||
} |