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