2021-12-07 12:58:04 +01: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": "Account - Missing Menus & Saxon Accounting",
|
2023-02-13 19:35:03 +01:00
|
|
|
"version": "16.0.1.0.3",
|
2021-12-07 12:58:04 +01:00
|
|
|
"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": [
|
2022-10-10 00:17:49 +02:00
|
|
|
"data/ir_module_category.xml",
|
|
|
|
"security/res_groups.xml",
|
2021-12-07 12:58:04 +01:00
|
|
|
"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",
|
2022-10-10 00:17:49 +02:00
|
|
|
"views/view_account_chart_template.xml",
|
|
|
|
"views/view_account_account_template.xml",
|
2021-12-07 12:58:04 +01:00
|
|
|
"views/view_account_tax_template.xml",
|
2022-10-10 00:17:49 +02:00
|
|
|
"views/view_account_fiscal_position_template.xml",
|
2023-02-10 13:07:53 +01:00
|
|
|
"views/view_account_move_line.xml",
|
2021-12-07 12:58:04 +01:00
|
|
|
],
|
|
|
|
"demo": ["demo/res_groups.xml"],
|
|
|
|
"installable": True,
|
|
|
|
}
|