2015-10-06 11:10:40 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
2016-12-13 12:57:06 +01:00
|
|
|
# License AGPL-3: Tecnativa S.L. - Antonio Espinosa
|
2015-10-06 11:10:40 +02:00
|
|
|
# See README.rst file on addon root folder for more details
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': "Optional validation of VAT via VIES",
|
|
|
|
'category': 'Accounting',
|
|
|
|
'version': '8.0.1.0.0',
|
|
|
|
'depends': [
|
|
|
|
'base_vat',
|
|
|
|
],
|
|
|
|
'external_dependencies': {
|
|
|
|
'python': ['vatnumber'],
|
|
|
|
},
|
|
|
|
'data': [
|
|
|
|
'views/res_partner_view.xml',
|
|
|
|
],
|
|
|
|
'author': 'Antiun Ingeniería S.L., '
|
2016-12-13 12:57:06 +01:00
|
|
|
'Tecnativa,'
|
2015-10-06 11:10:40 +02:00
|
|
|
'Odoo Community Association (OCA)',
|
2016-12-13 12:57:06 +01:00
|
|
|
'website': 'http://www.tecnativa.com',
|
2015-10-06 11:10:40 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'images': [],
|
|
|
|
'installable': True,
|
|
|
|
}
|