From f25fe9152e6d5832d6ac7a20edc4d1f80aa23cb7 Mon Sep 17 00:00:00 2001 From: Sergio Teruel Date: Thu, 14 Nov 2019 15:34:14 +0100 Subject: [PATCH] [IMP] stock_cycle_count: Create test user without password to pass tests with other modules like password_policy --- stock_cycle_count/tests/test_stock_cycle_count.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_cycle_count/tests/test_stock_cycle_count.py b/stock_cycle_count/tests/test_stock_cycle_count.py index 893fbf9fd..5cf2fc723 100644 --- a/stock_cycle_count/tests/test_stock_cycle_count.py +++ b/stock_cycle_count/tests/test_stock_cycle_count.py @@ -91,7 +91,6 @@ class TestStockCycleCount(common.TransactionCase): user = self.res_users_model.create({ 'name': login, 'login': login, - 'password': 'demo', 'email': 'example@yourcompany.com', 'company_id': company.id, 'company_ids': [(4, company.id)],