summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>