account-closing/account_cutoff_picking/__manifest__.py

24 lines
905 B
Python
Raw Normal View History

2024-05-03 08:29:54 +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 Picking",
"version": "3.0.1.1.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Accrued and prepaid expense/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,
}