From 1dd8c35064b339055f8bbb10b351f1e91b07885e Mon Sep 17 00:00:00 2001 From: Bhavesh Odedra Date: Mon, 2 Dec 2019 20:04:35 +0530 Subject: [PATCH] Update stock_picking_auto_print/__manifest__.py Co-Authored-By: Maxime Chambreuil --- stock_picking_auto_print/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_picking_auto_print/__manifest__.py b/stock_picking_auto_print/__manifest__.py index b3001b9..a8c07ac 100644 --- a/stock_picking_auto_print/__manifest__.py +++ b/stock_picking_auto_print/__manifest__.py @@ -11,7 +11,6 @@ 'category': 'Generic Modules/Base', 'website': 'http://www.opensourceintegrators.com', 'depends': [ - 'stock', 'sale_stock', 'base_report_to_printer', ],