mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
28 lines
841 B
Python
28 lines
841 B
Python
# Copyright 2015 Mikel Arregi - AvanzOSC
|
|
# Copyright 2017 ForgeFlow - Jordi Ballester
|
|
# Copyright 2018 Fanha Giang
|
|
# Copyright 2018 Tecnativa - Vicent Cubells
|
|
# Copyright 2016-2018 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Stock - Manual Quant Assignment",
|
|
"version": "14.0.1.3.1",
|
|
"category": "Warehouse",
|
|
"license": "AGPL-3",
|
|
"author": "AvanzOSC, "
|
|
"Tecnativa, "
|
|
"ForgeFlow, "
|
|
"Fanha Giang, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": ["stock"],
|
|
"data": [
|
|
"wizard/assign_manual_quants_view.xml",
|
|
"views/stock_move_view.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/stock_picking_type_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|