2
0
account-financial-tools/account_template_active/__manifest__.py
Sylvain LE GAL da416248ac [MIG] account_template_active from 14.0 to 16.0
- use new web_ribbon widget to display archived items on form views
- change inheritance from account to account_usability regarding views that disappeared in V16
2023-01-19 17:24:20 +01:00

25 lines
843 B
Python

# 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.0",
"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,
}