blob: 5fea31829f85f52f47e97ddf009cce1d4a48e09a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- coding: utf-8 -*-
{
'name' : 'Import/Export invoices with Factur-X',
'version' : '1.0',
'category': 'Accounting/Accounting',
'depends' : ['account_edi'],
'data': [
'data/account_edi_data.xml',
'data/facturx_templates.xml',
],
'installable': True,
'application': False,
'auto_install': True,
'license': 'LGPL-3',
}
|