From 02c2304b242245250177fec6ab3c911d9acba781 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 11 Sep 2023 11:55:47 +0700 Subject: auto sync banner to solr, auto sync ecommerce categories to solr, add field carrier to stock_picking --- indoteknik_custom/views/product_public_category.xml | 9 +++++++++ indoteknik_custom/views/stock_picking.xml | 1 + indoteknik_custom/views/x_banner_banner.xml | 9 +++++++++ 3 files changed, 19 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_public_category.xml b/indoteknik_custom/views/product_public_category.xml index 3a9eb2df..e0161acf 100755 --- a/indoteknik_custom/views/product_public_category.xml +++ b/indoteknik_custom/views/product_public_category.xml @@ -34,4 +34,13 @@ + + + Sync to solr + + + code + model.action_sync_to_solr() + + \ No newline at end of file diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index b099b32c..ebc978aa 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -102,6 +102,7 @@ + diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml index 5e6526e0..be9ae951 100755 --- a/indoteknik_custom/views/x_banner_banner.xml +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -31,6 +31,7 @@ + @@ -54,6 +55,14 @@ + + Sync to solr + + + code + model.action_sync_to_solr() + +