From d69b6197ba99999ff0000b70483df52df3d2d9e9 Mon Sep 17 00:00:00 2001 From: santiky Date: Sat, 11 Sep 2021 17:47:35 +0200 Subject: [PATCH] =?UTF-8?q?Crea=20un=20warehouse=20para=20los=20dep=C3=B3s?= =?UTF-8?q?itos=20de=20salida.=20El=20addon=20necesita=20tener=20las=20opc?= =?UTF-8?q?iones=20generales=20Multi-location=20y=20Multi-warehouse=20en?= =?UTF-8?q?=20la=20configuraci=C3=B3n=20de=20inventario.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stock_picking_deposito/__manifest__.py | 1 + stock_picking_deposito/data/data.xml | 27 +++++++++++++++++-- .../views/stock_picking.xml | 14 ++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 stock_picking_deposito/views/stock_picking.xml diff --git a/stock_picking_deposito/__manifest__.py b/stock_picking_deposito/__manifest__.py index 7589105..1199864 100644 --- a/stock_picking_deposito/__manifest__.py +++ b/stock_picking_deposito/__manifest__.py @@ -16,6 +16,7 @@ "account", ], "data": [ + "views/stock_picking.xml", "views/view_res_partner.xml", "data/data.xml", "views/res_config_settings_views.xml", diff --git a/stock_picking_deposito/data/data.xml b/stock_picking_deposito/data/data.xml index 73609cd..b94905d 100644 --- a/stock_picking_deposito/data/data.xml +++ b/stock_picking_deposito/data/data.xml @@ -1,16 +1,39 @@ + + + + Depósito Salidas + DEPOU + + + + + + + + + Depósitos Entradas - internal + view Depósitos Salidas internal - + + diff --git a/stock_picking_deposito/views/stock_picking.xml b/stock_picking_deposito/views/stock_picking.xml new file mode 100644 index 0000000..57e33fb --- /dev/null +++ b/stock_picking_deposito/views/stock_picking.xml @@ -0,0 +1,14 @@ + + + + Operation Types inherit + + stock.picking.type + + + + + + + +