summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-12 16:22:54 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-12 16:22:54 +0700
commit038ebd6474ddf370fb5e0e6708d61e394a55fb44 (patch)
treeaaebfa47d6cacfa6b5f26c27b7d08aae04fa254b
parent890be59e4dadafc6e25651fcb9de20e2b24379cc (diff)
change interval type
-rw-r--r--indoteknik_custom/views/product_product.xml4
-rwxr-xr-xindoteknik_custom/views/product_template.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/views/product_product.xml b/indoteknik_custom/views/product_product.xml
index 9dd1f0a4..8194f92c 100644
--- a/indoteknik_custom/views/product_product.xml
+++ b/indoteknik_custom/views/product_product.xml
@@ -24,8 +24,8 @@
<data noupdate="1">
<record id="cron_variant_solr_flag_solr" model="ir.cron">
<field name="name">Sync Variant To Solr: Solr Flag 2</field>
- <field name="interval_number">10</field>
- <field name="interval_type">minutes</field>
+ <field name="interval_number">1</field>
+ <field name="interval_type">hours</field>
<field name="numbercall">-1</field>
<field name="doall" eval="False"/>
<field name="model_id" ref="model_product_product"/>
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml
index f4e74199..a3a23101 100755
--- a/indoteknik_custom/views/product_template.xml
+++ b/indoteknik_custom/views/product_template.xml
@@ -88,8 +88,8 @@
<data noupdate="1">
<record id="cron_product_solr_flag_solr" model="ir.cron">
<field name="name">Sync Product To Solr: Solr Flag 2</field>
- <field name="interval_number">10</field>
- <field name="interval_type">minutes</field>
+ <field name="interval_number">1</field>
+ <field name="interval_type">hours</field>
<field name="numbercall">-1</field>
<field name="doall" eval="False"/>
<field name="model_id" ref="model_product_template"/>