forked from dhongu/deltatech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
31 lines (30 loc) · 1.04 KB
/
__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
27
28
29
30
31
# © 2015-2020 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "Stock Inventory",
"summary": "Inventory Old Method",
"version": "15.0.2.2.3",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"category": "Warehouse",
"depends": ["deltatech_stock_date", "stock", "stock_account"],
"license": "LGPL-3",
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"data/data.xml",
"views/stock_inventory_views.xml",
"views/product_view.xml",
"views/stock_quant_view.xml",
"views/report_stockinventory.xml",
# "views/stock_requests_count_view.xml",
"wizard/stock_confirm_inventory_view.xml",
# "wizard/stock_change_product_qty_view.xml",
"wizard/stock_inventory_merge.xml",
],
"images": ["images/main_screenshot.png"],
"installable": True,
"development_status": "Production/Stable",
"maintainers": ["dhongu"],
}