Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
account_fiscal_position_vat_check/__manifest__.py
Executable file
19
account_fiscal_position_vat_check/__manifest__.py
Executable file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2020 Akretion France (https://akretion.com/)
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Account Fiscal Position VAT Check",
|
||||
"version": "18.0.1.0.0",
|
||||
"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",
|
||||
"views/res_partner.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user