From 720cf3a1e3c2bbb2c67a7dac9307a9779c575ceb Mon Sep 17 00:00:00 2001 From: oihane Date: Thu, 13 Nov 2014 11:13:52 +0100 Subject: [PATCH] [FIX] Pylint fixing --- stock_inventory_preparation_filters/models/stock_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_preparation_filters/models/stock_inventory.py b/stock_inventory_preparation_filters/models/stock_inventory.py index 82b31963d..c616586d0 100644 --- a/stock_inventory_preparation_filters/models/stock_inventory.py +++ b/stock_inventory_preparation_filters/models/stock_inventory.py @@ -50,7 +50,7 @@ class StockInventory(orm.Model): def _get_available_filters(self, cr, uid, context=None): """This function will return the list of filter allowed according to - the options checked in 'Settings\Warehouse'. + the options checked in 'Settings/Warehouse'. :return: list of tuple """