[IMP] stock_cycle_count: Create test user without password to pass tests with other modules like password_policy

This commit is contained in:
Sergio Teruel
2019-11-14 15:34:14 +01:00
committed by Lois Rilo
parent 1e51051b7a
commit f25fe9152e

View File

@@ -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)],