summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/product_template.xml
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 /indoteknik_custom/views/product_template.xml
parent890be59e4dadafc6e25651fcb9de20e2b24379cc (diff)
change interval type
Diffstat (limited to 'indoteknik_custom/views/product_template.xml')
-rwxr-xr-xindoteknik_custom/views/product_template.xml4
1 files changed, 2 insertions, 2 deletions
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"/>