From 9fe4b646f1b1cda3d704a66dfbca3e935e38d96b Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 2 Oct 2023 16:45:07 +0700 Subject: Group by brand, sync to solr when validate stock picking, add new name function solr queue --- indoteknik_custom/__manifest__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/__manifest__.py') diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 48434845..6ae60345 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -97,6 +97,7 @@ 'views/account_move_line.xml', 'views/sale_orders_multi_update.xml', 'views/quotation_so_multi_update.xml', + 'views/stock_move_line.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', -- cgit v1.2.3