diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-01 18:18:19 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-01 18:18:19 +0700 |
| commit | 7880be96b110b68c0c88fd7363f16a2764cd2c31 (patch) | |
| tree | bdf7c913b738596c1999d7eee1245efca82d4f4e | |
| parent | 46742d881f0b2fabfbaaf5e823cea113625dbfa3 (diff) | |
back to original
| -rw-r--r-- | import_brand.ktr | 2 | ||||
| -rw-r--r-- | import_product_product.ktr | 2 | ||||
| -rw-r--r-- | import_purchase_order.ktr | 2 | ||||
| -rw-r--r-- | import_purchase_pricelist.ktr | 2 | ||||
| -rw-r--r-- | insert_update_pricelist.ktr | 4 | ||||
| -rw-r--r-- | insert_update_pricelist1.ktr | 4 | ||||
| -rw-r--r-- | insert_update_pricelist2.ktr | 4 | ||||
| -rw-r--r-- | insert_update_pricelist3.ktr | 4 | ||||
| -rw-r--r-- | insert_update_pricelist4.ktr | 4 | ||||
| -rw-r--r-- | insert_update_pricelist5.ktr | 4 |
10 files changed, 16 insertions, 16 deletions
diff --git a/import_brand.ktr b/import_brand.ktr index 122b864..1a16fb7 100644 --- a/import_brand.ktr +++ b/import_brand.ktr @@ -559,7 +559,7 @@ <sql>select id, x_name, x_manufacture_level, (select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent, pricing_group from x_manufactures xm ---where xm.write_date >= (now() - '15 days'::interval)</sql> +where xm.write_date >= (now() - '15 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> diff --git a/import_product_product.ktr b/import_product_product.ktr index c5dbfc6..0942694 100644 --- a/import_product_product.ktr +++ b/import_product_product.ktr @@ -566,7 +566,7 @@ pt.website_description as description, pt.weight from product_product pp join product_template pt on pt.id = pp.product_tmpl_id ---where pp.write_date >= (now() - '5 days'::interval)</sql> +where pp.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> diff --git a/import_purchase_order.ktr b/import_purchase_order.ktr index e548fbd..7262513 100644 --- a/import_purchase_order.ktr +++ b/import_purchase_order.ktr @@ -567,7 +567,7 @@ get_quarter(to_char(pol.write_date::timestamp with time zone, 'MM'::text)) from purchase_order po join res_partner rp on rp.id = po.partner_id join purchase_order_line pol on pol.order_id = po.id ---where pol.write_date >= (now() - '5 days'::interval)</sql> +where pol.write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> diff --git a/import_purchase_pricelist.ktr b/import_purchase_pricelist.ktr index 2ab9f29..5e869ca 100644 --- a/import_purchase_pricelist.ktr +++ b/import_purchase_pricelist.ktr @@ -560,7 +560,7 @@ pp.system_price, pp.system_last_update, pp.human_last_update from purchase_pricelist pp join res_partner rp on rp.id = pp.vendor_id ---where pp.write_date >= (now() - '10 days'::interval)</sql> +where pp.write_date >= (now() - '10 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> diff --git a/insert_update_pricelist.ktr b/insert_update_pricelist.ktr index 482819a..6ce28c7 100644 --- a/insert_update_pricelist.ktr +++ b/insert_update_pricelist.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update base pl</from> <to>base solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>base solr flag pt</from> <to>base solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> diff --git a/insert_update_pricelist1.ktr b/insert_update_pricelist1.ktr index 660fa8e..1cd5c8f 100644 --- a/insert_update_pricelist1.ktr +++ b/insert_update_pricelist1.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update tier1</from> <to>pl1 solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>pl1 solr flag pt</from> <to>pl1 solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> diff --git a/insert_update_pricelist2.ktr b/insert_update_pricelist2.ktr index 461b15c..ad2aedb 100644 --- a/insert_update_pricelist2.ktr +++ b/insert_update_pricelist2.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update tier2</from> <to>pl2 solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>pl2 solr flag pt</from> <to>pl2 solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> diff --git a/insert_update_pricelist3.ktr b/insert_update_pricelist3.ktr index e1cc183..a726d11 100644 --- a/insert_update_pricelist3.ktr +++ b/insert_update_pricelist3.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update tier3</from> <to>pl3 solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>pl3 solr flag pt</from> <to>pl3 solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> diff --git a/insert_update_pricelist4.ktr b/insert_update_pricelist4.ktr index 79f9d0e..2b6b468 100644 --- a/insert_update_pricelist4.ktr +++ b/insert_update_pricelist4.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update tier4</from> <to>pl4 solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>pl4 solr flag pt</from> <to>pl4 solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> diff --git a/insert_update_pricelist5.ktr b/insert_update_pricelist5.ktr index ae14135..6465f04 100644 --- a/insert_update_pricelist5.ktr +++ b/insert_update_pricelist5.ktr @@ -572,12 +572,12 @@ <hop> <from>p Insert / update tier5</from> <to>pl5 solr flag pt</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> <hop> <from>pl5 solr flag pt</from> <to>pl5 solr flag pp</to> - <enabled>N</enabled> + <enabled>Y</enabled> </hop> </order> <step> |
