diff --git a/stock_move_line_removal_date/__manifest__.py b/stock_move_line_removal_date/__manifest__.py index 9aa9aea7..06b07754 100644 --- a/stock_move_line_removal_date/__manifest__.py +++ b/stock_move_line_removal_date/__manifest__.py @@ -2,12 +2,12 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { "name": "Stock Move Line Removal Date", - "version": "12.0.1.0.1", + "version": "12.0.1.1.0", "author": "Quartile Limited", "website": "https://www.quartile.co", "category": "Stock", "license": "LGPL-3", "depends": ["product_expiry"], - "data": ["views/stock_move_line_views.xml"], + "data": ["views/stock_move_line_views.xml", "views/stock_picking_views.xml"], "installable": True, } diff --git a/stock_move_line_removal_date/views/stock_picking_views.xml b/stock_move_line_removal_date/views/stock_picking_views.xml new file mode 100644 index 00000000..9608de45 --- /dev/null +++ b/stock_move_line_removal_date/views/stock_picking_views.xml @@ -0,0 +1,13 @@ + + + + stock.picking.form + stock.picking + + + + + + + +