forked from OCA/account-closing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
23 lines (22 loc) · 898 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
# Copyright 2013-2021 Akretion France (http://www.akretion.com)
# @author Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Cut-off Accrual Picking",
"version": "14.0.1.1.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Accrued expense & accrued revenue from pickings",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/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,
}