-
-
Notifications
You must be signed in to change notification settings - Fork 247
/
__manifest__.py
26 lines (25 loc) · 1003 Bytes
/
__manifest__.py
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
# Copyright 2016-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# Copyright 2018-2021 CampToCamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Cut-off Start End Dates",
"version": "14.0.1.1.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Cutoffs based on start/end dates",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/account-closing",
"depends": ["account_cutoff_base", "account_invoice_start_end_dates"],
"external_dependencies": {"python": ["openupgradelib"]},
"data": ["views/account_cutoff.xml"],
"images": [
"images/prepaid_revenue_draft.jpg",
"images/prepaid_revenue_journal_entry.jpg",
"images/prepaid_revenue_done.jpg",
],
"installable": True,
"application": True,
"pre_init_hook": "module_migration",
}