mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
- The ability to start the wizard from a picking type in the inventory dasbhoard - A toggle to edit the origin and destination locations.
24 lines
741 B
Python
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',
|
|
],
|
|
}
|