IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security
parent
1e0f8301ca
commit
128e0f5fde
|
@ -35,7 +35,6 @@ class TestActivityStatement(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)],
|
||||
|
|
|
@ -32,7 +32,6 @@ class TestOutstandingStatement(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)],
|
||||
|
|
Loading…
Reference in New Issue