summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-27 08:21:56 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-27 08:21:56 +0700
commit4e942ec974303d0df73eecb270f2bcf127eaf2a7 (patch)
tree1d14272365995278c2141403fd40fd1c7f88de50 /indoteknik_custom
parentc0d30564d32210b9edb4c523ca8632e86de0f0a2 (diff)
add qty stock vendor to product non altama
Diffstat (limited to 'indoteknik_custom')
-rwxr-xr-xindoteknik_custom/models/user_activity_log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/user_activity_log.py b/indoteknik_custom/models/user_activity_log.py
index cf40258f..9630e3ab 100755
--- a/indoteknik_custom/models/user_activity_log.py
+++ b/indoteknik_custom/models/user_activity_log.py
@@ -162,7 +162,6 @@ class UserActivityLog(models.Model):
activity_logs = self.env['user.activity.log'].search([
('url', 'ilike', '%/shop/product/%'),
('update_product', '!=', True),
- ('url', 'not ilike', 'shopping'),
], limit=1000, order='create_date DESC')
for activity_log in activity_logs: