diff --git a/partner_statement/tests/test_activity_statement.py b/partner_statement/tests/test_activity_statement.py index 56813906..3088a701 100644 --- a/partner_statement/tests/test_activity_statement.py +++ b/partner_statement/tests/test_activity_statement.py @@ -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)], diff --git a/partner_statement/tests/test_outstanding_statement.py b/partner_statement/tests/test_outstanding_statement.py index 9d24ba19..60e88e2f 100644 --- a/partner_statement/tests/test_outstanding_statement.py +++ b/partner_statement/tests/test_outstanding_statement.py @@ -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)],