Merge PR #3153 into 17.0

Signed-off-by pedrobaeza
pull/3187/head
OCA-git-bot 2024-12-27 19:05:35 +00:00
commit 588932052c
1 changed files with 1 additions and 3 deletions

View File

@ -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(