2020-05-04 15:17:28 +02:00
|
|
|
# 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",
|
2021-05-24 13:43:30 +02:00
|
|
|
"version": "14.0.1.0.0",
|
2020-05-04 15:17:28 +02:00
|
|
|
"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": [
|
2021-05-24 13:43:30 +02:00
|
|
|
"account_menu",
|
2020-05-04 15:17:28 +02:00
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
"views/view_account_account_template.xml",
|
|
|
|
"views/view_account_fiscal_position_template.xml",
|
|
|
|
"views/view_account_tax_template.xml",
|
|
|
|
],
|
|
|
|
"installable": True,
|
|
|
|
}
|