2
0
account-financial-tools/account_usability/__manifest__.py
Sylvain LE GAL a1cac726b5 [MIG] account_usability from 15.0 to 16.0
- account.tax.group views : remove views as there are now included in odoo account module
- account.account.template views : port privatized views in odoo 16.0 from Odoo 15.0 CE.
- account.account.tag views : adapt to V16
- account.fiscal.position.template views : add missing fields
- account.group views : adapt to V16
- account.type views : remove as the model disappeared
- account.chart.template views : port privatized views in odoo 16.0 from Odoo 15.0 CE.
- improve documentation
- FIX : remove useless duplicated fr_FR.po file
- ADD : display again 'Show full accounting features' group that is hidden in CE release
2022-10-19 10:36:31 +02:00

32 lines
1.2 KiB
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": "Account - Missing Menus & Saxon Accounting",
"version": "16.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Adds missing menu entries for Account module and"
" adds the option to enable Saxon Accounting",
"author": "GRAP, Akretion, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
"data": [
"data/ir_module_category.xml",
"security/res_groups.xml",
"views/menu.xml",
"views/res_config_settings_views.xml",
"views/view_account_bank_statement.xml",
"views/view_account_group.xml",
"views/view_account_tag.xml",
"views/view_account_chart_template.xml",
"views/view_account_account_template.xml",
"views/view_account_tax_template.xml",
"views/view_account_fiscal_position_template.xml",
],
"demo": ["demo/res_groups.xml"],
"installable": True,
}