IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security

pull/1106/head
Sergio Teruel 2019-11-27 13:51:59 +01:00 committed by Miquel Raïch
parent cead6d101d
commit c433b6d4fa
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{
'name': 'Partner Statement',
'version': '12.0.1.0.1',
'version': '12.0.1.0.2',
'category': 'Accounting & Finance',
'summary': 'OCA Financial Reports',
'author': "Eficent, Odoo Community Association (OCA)",

View File

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

View File

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