forked from OCA/account-closing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
27 lines (26 loc) · 926 Bytes
/
Copy path__manifest__.py
File metadata and controls
27 lines (26 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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": "18.0.1.0.0",
"category": "Accounting & Finance",
"summary": "Base module for Account Cut-offs",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/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_line.xml",
"views/account_cutoff_tax_line.xml",
"views/account_cutoff_mapping.xml",
"views/account_tax.xml",
],
"post_init_hook": "company_country_cutoff_setup",
"installable": True,
"license": "AGPL-3",
}