-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (32 loc) · 990 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
24
25
26
27
28
29
30
31
32
# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Stock - Reception screen",
"summary": "Dedicated screen to receive/scan goods.",
"version": "14.0.1.0.0",
"category": "Stock",
"license": "AGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/wms",
"depends": [
"stock",
"product_expiry",
# OCA/product-attribute
"product_packaging_dimension",
"product_packaging_type_pallet",
# OCA/stock-logistics-workflow
"stock_quant_package_dimension",
# OCA/wms
"stock_storage_type",
],
"data": [
"security/ir.model.access.csv",
"views/assets.xml",
"views/stock_move_line.xml",
"views/stock_picking.xml",
"views/stock_reception_screen.xml",
"views/manual_barcode.xml",
],
"installable": True,
"development_status": "Alpha",
}