forked from camptocamp/stock-logistics-warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
29 lines (28 loc) · 920 Bytes
/
__openerp__.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
# -*- coding: utf-8 -*-
# (c) 2015 Mikel Arregi - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Stock - Manual assignment of quants",
"version": "8.0.1.0.0",
"category": "Warehouse Management",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"contributors": [
"Mikel Arregi <mikelarregi@avanzosc.es>",
"Ana Juaristi Olalde <anajuaristi@avanzosc.es>",
"Pedro Manuel Baeza Romero <pedro.baeza@serviciosbaeza.com>"
"Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>",
],
"depends": [
"stock",
],
"data": [
"wizard/assign_manual_quants_view.xml",
"views/stock_move_view.xml",
],
"installable": False,
}