forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
24 lines (23 loc) · 843 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 (C) 2019 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Disable Account Template Items",
"version": "16.0.1.0.1",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Allow to disable / enable account template items"
" (tax, fiscal position, account)",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/account-financial-tools",
"depends": [
"account_usability",
],
"data": [
"views/view_account_account_template.xml",
"views/view_account_fiscal_position_template.xml",
"views/view_account_tax_template.xml",
],
"installable": True,
}