diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-09-09 15:33:02 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-09-09 15:33:02 +0700 |
| commit | dc4cb7c9f3b0efb817212c782004b9712bac40ef (patch) | |
| tree | 0cd91c6698514bf11348642a07c5b1649e528caa /import_partner_one_time.ktr | |
| parent | 29ef9f26173c8ac2fcbdf1dae184829d3cd14223 (diff) | |
add pareto status is not null
Diffstat (limited to 'import_partner_one_time.ktr')
| -rw-r--r-- | import_partner_one_time.ktr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import_partner_one_time.ktr b/import_partner_one_time.ktr index 650ed89..e99f884 100644 --- a/import_partner_one_time.ktr +++ b/import_partner_one_time.ktr @@ -678,7 +678,8 @@ <sql>select id, name, display_name, active, email, industry_id, state_id, kota_id, kecamatan_id, kelurahan_id, is_potential, parent_id, email, phone, mobile, pareto_status, group_partner_id from res_partner ---where write_date >= (now() - '5 days'::interval)</sql> +--where write_date >= (now() - '5 days'::interval) +where pareto_status is not null</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
