diff --git a/stock_picking_show_linked/__manifest__.py b/stock_picking_show_linked/__manifest__.py index 298d47f78..008544bb8 100644 --- a/stock_picking_show_linked/__manifest__.py +++ b/stock_picking_show_linked/__manifest__.py @@ -11,9 +11,7 @@ "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", - "depends": [ - "stock", - ], + "depends": ["stock",], "data": ["views/stock_picking.xml"], "license": "AGPL-3", "installable": True,