From 553ddb705044ec7ebe75361a0963564e6cde6b7b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:03:43 +0700 Subject: fix approval sales order with super --- indoteknik_custom/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/__manifest__.py') diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 5120c057..61b51eed 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -16,8 +16,8 @@ 'views/product_template.xml', 'views/purchase_order.xml', 'views/purchase_pricelist.xml', - # 'views/sale_monitoring.xml', - # 'views/sale_monitoring_detail.xml', + 'views/sale_monitoring.xml', + 'views/sale_monitoring_detail.xml', 'views/user_activity_log.xml', 'views/vit_kelurahan.xml', 'views/vit_kecamatan.xml', @@ -30,7 +30,7 @@ 'views/x_product_tags.xml', 'views/stock_vendor.xml', 'views/crm_lead.xml', - # 'views/sale_order.xml', + 'views/sale_order.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', -- cgit v1.2.3