|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # © 2016 Alessandro Camilli <alessandro.camilli@openforce.it> |
3 | 2 | # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
4 | 3 | { |
5 | | - 'name': 'Banking SEPA Italian Credit Transfer CBI', |
6 | | - 'version': '8.0.1.0.1', |
7 | | - 'category': 'Banking', |
8 | | - 'author': |
9 | | - 'Openforce di Alessandro Camilli, Odoo Community Association (OCA)', |
10 | | - 'website': 'http://www.openforce.it', |
11 | | - 'license': 'AGPL-3', |
12 | | - 'depends': [ |
13 | | - 'account_banking_pain_base', |
| 4 | + "name": "Banking SEPA Italian Credit Transfer CBI", |
| 5 | + "version": "8.0.1.0.1", |
| 6 | + "category": "Banking", |
| 7 | + "author": "Openforce di Alessandro Camilli, Odoo Community Association (OCA)", |
| 8 | + "website": "https://github.com/OCA/l10n-italy", |
| 9 | + "license": "AGPL-3", |
| 10 | + "depends": [ |
| 11 | + "account_banking_pain_base", |
14 | 12 | ], |
15 | | - 'data': [ |
16 | | - 'wizard/export_sepa_cbi_view.xml', |
17 | | - 'wizard/export_sepa_cbi_estero_view.xml', |
18 | | - 'data/payment_type_sepa_cbi.xml', |
| 13 | + "data": [ |
| 14 | + "wizard/export_sepa_cbi_view.xml", |
| 15 | + "wizard/export_sepa_cbi_estero_view.xml", |
| 16 | + "data/payment_type_sepa_cbi.xml", |
19 | 17 | ], |
20 | | - 'installable': True |
| 18 | + "installable": True, |
21 | 19 | } |
0 commit comments