From 4e942ec974303d0df73eecb270f2bcf127eaf2a7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 27 Jul 2023 08:21:56 +0700 Subject: add qty stock vendor to product non altama --- indoteknik_custom/models/user_activity_log.py | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom') 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: -- cgit v1.2.3 From 091d3159526442a41cc1026a7d54fbf5c2f951f8 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 27 Jul 2023 09:54:51 +0700 Subject: Tambah Source di Sales Order --- indoteknik_custom/views/sale_order.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 4570f43b..ae16f649 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -41,7 +41,7 @@ - + @@ -56,6 +56,10 @@ } + + [('id', 'in', [32, 59, 60, 61])] + 1 +