From 649bba1da5161f93821ffddc37f08743fc7f8204 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 9 Oct 2023 17:02:03 +0700 Subject: add where --- import_partner.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_partner.ktr') diff --git a/import_partner.ktr b/import_partner.ktr index acb7c40..6c425ba 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -624,7 +624,7 @@ erp indoteknik production (localhost) - select id, name, display_name, active, email, industry_id from res_partner --where write_date >= (now() - '5 days'::interval) + select id, name, display_name, active, email, industry_id from res_partner where write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3