From 6bdd7839bf740cd670f4af893425b12b8b20c257 Mon Sep 17 00:00:00 2001 From: Juany Davila Date: Fri, 16 Dec 2022 14:03:55 -0500 Subject: [PATCH] [MIG] stock_picking_show_linked: migration to 15.0 --- stock_picking_show_linked/__manifest__.py | 3 +- .../models/stock_picking.py | 1 - .../views/stock_picking.xml | 76 +++++++++---------- 3 files changed, 38 insertions(+), 42 deletions(-) diff --git a/stock_picking_show_linked/__manifest__.py b/stock_picking_show_linked/__manifest__.py index 298d47f78..d3f33c18c 100644 --- a/stock_picking_show_linked/__manifest__.py +++ b/stock_picking_show_linked/__manifest__.py @@ -1,5 +1,4 @@ # Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com) -# Part of ForgeFlow. See LICENSE file for full copyright and licensing details. { "name": "Stock Picking Show Linked", "summary": """ @@ -7,7 +6,7 @@ (in the case of chained routes) through a button in the parent picking view. """, - "version": "14.0.1.0.1", + "version": "15.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", diff --git a/stock_picking_show_linked/models/stock_picking.py b/stock_picking_show_linked/models/stock_picking.py index 227bffe38..7ab8187a8 100644 --- a/stock_picking_show_linked/models/stock_picking.py +++ b/stock_picking_show_linked/models/stock_picking.py @@ -1,5 +1,4 @@ # Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com) -# Part of ForgeFlow. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/stock_picking_show_linked/views/stock_picking.xml b/stock_picking_show_linked/views/stock_picking.xml index 7abd5d9ae..1c26ec347 100644 --- a/stock_picking_show_linked/views/stock_picking.xml +++ b/stock_picking_show_linked/views/stock_picking.xml @@ -1,42 +1,40 @@ - - - stock_picking_show_linked.form - stock.picking - - -
- - - - -
-
-
-
+ + stock_picking_show_linked.form + stock.picking + + +
+ + + + +
+
+