mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
25 lines
799 B
Python
25 lines
799 B
Python
|
# Copyright 2013-2021 Akretion
|
||
|
# Copyright 2018-2021 Camptocamp
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "Account Cut-off Base",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"category": "Accounting & Finance",
|
||
|
"license": "AGPL-3",
|
||
|
"summary": "Base module for Account Cut-offs",
|
||
|
"author": "Akretion,Odoo Community Association (OCA)",
|
||
|
"maintainers": ["alexis-via"],
|
||
|
"website": "https://gitlab.com/flectra-community/account-closing",
|
||
|
"depends": ["account"],
|
||
|
"data": [
|
||
|
"security/account_cutoff_base_security.xml",
|
||
|
"security/ir.model.access.csv",
|
||
|
"views/res_config_settings.xml",
|
||
|
"views/account_cutoff.xml",
|
||
|
"views/account_cutoff_mapping.xml",
|
||
|
"views/account_tax.xml",
|
||
|
],
|
||
|
"installable": True,
|
||
|
}
|