forked from OCA/account-fiscal-rule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (23 loc) · 880 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Multi Vat",
"summary": """
Allows setting multiple VAT numbers on any partner and select the right one
depending on the fiscal position and delivery address of the invoice.""",
"version": "14.0.1.0.1",
"development_status": "Beta",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["ThomasBinsfeld"],
"website": "https://github.com/OCA/account-fiscal-rule",
"depends": ["account", "base_vat", "partner_identification"],
"data": [
"views/account_tax.xml",
"data/res_partner_id_category.xml",
"views/account_move.xml",
"views/res_partner.xml",
"views/account_fiscal_position.xml",
"views/report_invoice.xml",
],
}