2021-04-28 14:52:58 +00:00
|
|
|
# Copyright 2013-2021 Akretion France (http://www.akretion.com)
|
|
|
|
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Cut-off Accrual Picking",
|
2023-05-19 08:19:13 +00:00
|
|
|
"version": "2.0.1.2.0",
|
2021-04-28 14:52:58 +00:00
|
|
|
"category": "Accounting",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"summary": "Accrued expense & accrued revenue from pickings",
|
|
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
|
|
"maintainers": ["alexis-via"],
|
|
|
|
"website": "https://gitlab.com/flectra-community/account-closing",
|
|
|
|
"depends": ["account_cutoff_base", "purchase_stock", "sale_stock"],
|
|
|
|
"data": ["views/res_config_settings.xml", "views/account_cutoff.xml"],
|
|
|
|
"images": [
|
|
|
|
"images/accrued_expense_draft.jpg",
|
|
|
|
"images/accrued_expense_journal_entry.jpg",
|
|
|
|
"images/accrued_expense_done.jpg",
|
|
|
|
],
|
|
|
|
"installable": True,
|
|
|
|
"application": True,
|
|
|
|
}
|