mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_cycle_count: Create test user without password to pass tests with other modules like password_policy
This commit is contained in:
@@ -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)],
|
||||
|
||||
Reference in New Issue
Block a user