2019-01-31 23:21:17 +01:00
|
|
|
# Copyright 2013-2019 Akretion France (https://akretion.com/)
|
|
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
2016-10-11 12:09:26 +02:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Account Fiscal Position VAT Check',
|
2019-01-31 23:21:17 +01:00
|
|
|
'version': '12.0.1.0.0',
|
|
|
|
'category': 'Invoices & Payments',
|
2016-10-11 12:09:26 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'summary': 'Check VAT on invoice validation',
|
|
|
|
'author': "Akretion,Odoo Community Association (OCA)",
|
2019-01-31 23:21:17 +01:00
|
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
2016-10-11 12:09:26 +02:00
|
|
|
'depends': ['account', 'base_vat'],
|
|
|
|
'data': [
|
|
|
|
'views/account_fiscal_position.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|