Files
stock-logistics-warehouse/stock_move_location/__manifest__.py
Jordi Ballester Alomar 0b896aade8 This commit introduces changes to stock_move_location:
- The ability to start the wizard from a picking type in the inventory dasbhoard
- A toggle to edit the origin and destination locations.
2020-01-10 12:26:19 +01:00

24 lines
741 B
Python

# Copyright (C) 2011 Julius Network Solutions SARL <contact@julius.fr>
# Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Move Stock Location",
"version": "12.0.1.1.0",
"author": "Julius Network Solutions, "
"Odoo Community Association (OCA)",
"summary": "This module allows to move all stock "
"in a stock location to an other one.",
"website": "https://github.com/OCA/stock-logistics-warehouse",
'license': 'AGPL-3',
"depends": [
"stock",
],
"category": "Stock",
"data": [
'data/stock_quant_view.xml',
'views/stock_picking_type_views.xml',
'wizard/stock_move_location.xml',
],
}