account-closing/account_cutoff_start_end_dates/__manifest__.py
2021-10-24 02:10:26 +00:00

27 lines
1016 B
Python

# Copyright 2016-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# 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": "2.0.1.0.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://gitlab.com/flectra-community/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",
}