diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-26 12:13:28 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-26 12:13:28 +0700 |
| commit | 315b832420eb8314e809b1c0f549304d423b45f3 (patch) | |
| tree | bf31b1f24ffa511308bec829b7e57ff09eabd294 /indoteknik_custom/views/product_template.xml | |
| parent | 52f4b12c0b211f958c2704346d7da24d1d4767c6 (diff) | |
Create apache solr queue and implement to product.template and website.categories.homepage
Diffstat (limited to 'indoteknik_custom/views/product_template.xml')
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index bbbcc4e1..b2939867 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -82,7 +82,7 @@ <field name="model_id" ref="product.model_product_template"/> <field name="binding_model_id" ref="product.model_product_template"/> <field name="state">code</field> - <field name="code">model.sync_to_solr()</field> + <field name="code">model.action_sync_to_solr()</field> </record> </data> </odoo>
\ No newline at end of file |
