diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 16:48:32 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 16:48:32 +0700 |
| commit | 0ceba75b02d3c892faf4c94536dd74dbbf32d02f (patch) | |
| tree | 94765defaa49f2affe0195b24b748b44ba01d24b /import_partner.ktr | |
| parent | b9e49bb83f1514872b12a00f2d33112419c09c12 (diff) | |
add
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 f2a5de9..acb7c40 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -624,7 +624,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, industry_id from res_partner --where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
