[FIX] Module 'auditlog' - Unit tests, do not create users with the 'notify_email' field
parent
d245f23c98
commit
39ce0d01cb
|
@ -96,9 +96,7 @@ class TestAuditlog(TransactionCase):
|
||||||
user = self.env['res.users'].create({
|
user = self.env['res.users'].create({
|
||||||
'name': 'testuser_inheritedfield',
|
'name': 'testuser_inheritedfield',
|
||||||
'login': 'testuser.inheritedfield@company.com',
|
'login': 'testuser.inheritedfield@company.com',
|
||||||
# fields inherited from 'res.partner'
|
'lang': 'en_US', # field inherited from 'res.partner'
|
||||||
'lang': 'en_US',
|
|
||||||
'notify_email': 'none',
|
|
||||||
})
|
})
|
||||||
self.assertTrue(auditlog_log.search([
|
self.assertTrue(auditlog_log.search([
|
||||||
('model_id', '=', users_model_id),
|
('model_id', '=', users_model_id),
|
||||||
|
|
Loading…
Reference in New Issue