a1cac726b5
- 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
32 lines
1.2 KiB
Python
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,
|
|
}
|