2020-10-11 00:22:05 +02:00
|
|
|
# Copyright 2013-2020 Akretion France (https://akretion.com/)
|
2019-01-31 23:21:17 +01:00
|
|
|
# @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).
|
|
|
|
|
|
|
|
{
|
2020-10-11 00:23:33 +02:00
|
|
|
"name": "Account Fiscal Position VAT Check",
|
2023-01-26 10:40:17 +01:00
|
|
|
"version": "16.0.1.1.0",
|
2020-10-11 00:23:33 +02:00
|
|
|
"category": "Invoices & Payments",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"summary": "Check VAT on invoice validation",
|
|
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
|
|
"depends": ["account", "base_vat"],
|
|
|
|
"data": [
|
|
|
|
"views/account_fiscal_position.xml",
|
2022-06-02 17:06:57 +02:00
|
|
|
"views/res_partner.xml",
|
2016-10-11 12:09:26 +02:00
|
|
|
],
|
2020-10-11 00:23:33 +02:00
|
|
|
"installable": True,
|
2016-10-11 12:09:26 +02:00
|
|
|
}
|