commit
588932052c
|
@ -543,9 +543,7 @@ class AuditLogRuleTestForUserFields(TransactionCase):
|
||||||
def test_02_AuditlogFull_field_exclude_write_log(self):
|
def test_02_AuditlogFull_field_exclude_write_log(self):
|
||||||
# Checking fields_to_exclude_ids
|
# Checking fields_to_exclude_ids
|
||||||
self.testpartner1.with_context(tracking_disable=True).write(
|
self.testpartner1.with_context(tracking_disable=True).write(
|
||||||
{
|
{"phone": "1234567890", "name": "abc"}
|
||||||
"phone": "1234567890",
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
# Checking log is created for testpartner1
|
# Checking log is created for testpartner1
|
||||||
write_log_record = self.auditlog_log.search(
|
write_log_record = self.auditlog_log.search(
|
||||||
|
|
Loading…
Reference in New Issue