From b9e49bb83f1514872b12a00f2d33112419c09c12 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 9 Oct 2023 16:43:43 +0700 Subject: add field industry in partner --- import_partner.ktr | 74 +++++++++++++++++++++++++++++------------------------- import_user.ktr | 2 +- 2 files changed, 41 insertions(+), 35 deletions(-) diff --git a/import_partner.ktr b/import_partner.ktr index 5a53a4d..f2a5de9 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -430,7 +430,7 @@ 2023/10/09 13:57:23.583 - 2023/10/09 13:57:23.583 - + H4sIAAAAAAAAAAMAAAAAAAAAAAA= N @@ -544,39 +544,6 @@ Y - - Table input - TableInput - - Y - - 1 - - none - - - erp indoteknik production (localhost) - select id, name, display_name, active, email from res_partner where write_date >= (now() - '5 days'::interval) - 0 - - N - N - N - N - - - - - - - - - - 176 - 128 - Y - - Insert / update InsertUpdate @@ -625,6 +592,11 @@ email Y + + industry_id + industry_id + Y + @@ -640,6 +612,40 @@ Y + + Table input + TableInput + + Y + + 1 + + none + + + erp indoteknik production (localhost) + select id, name, display_name, active, email from res_partner --where write_date >= (now() - '5 days'::interval) + 0 + + N + N + N + N + + + + + + + + + + + 176 + 128 + Y + + diff --git a/import_user.ktr b/import_user.ktr index 2b669f1..7727c33 100644 --- a/import_user.ktr +++ b/import_user.ktr @@ -556,7 +556,7 @@ erp indoteknik production (localhost) - select * from res_users --where write_date >= (now() - '5 days'::interval) + select * from res_users where write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3