diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:21:46 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:21:46 +0700 |
| commit | c45fee220d1a7dc65b111f7c21af9ccb8502eb95 (patch) | |
| tree | 5605ff43da7e7af686eb92680b2b98465d2fb5cf /import_partner.ktr | |
| parent | 319e3e1be3a4452b49717976c96347147d2b821f (diff) | |
add import industry
Diffstat (limited to 'import_partner.ktr')
| -rw-r--r-- | import_partner.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_partner.ktr b/import_partner.ktr index 3eea8cc..f8c49be 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -556,7 +556,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select id, name, display_name, active, email from res_partner --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select id, name, display_name, active, email from res_partner where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
