From 4988c230b5796c029047e62d6d603e3aecf5c052 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 22 Aug 2022 11:25:33 +0700 Subject: temporary comment sales approval --- indoteknik_custom/views/sale_order.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index e0b4ab4d..82058837 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -7,10 +7,10 @@ -- cgit v1.2.3 From 77abcebaa3c7532107c4dd3ba3854b25a3dc03e3 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 22 Aug 2022 14:10:16 +0700 Subject: add customer and salesperson in sale order monitoring --- indoteknik_custom/views/sale_monitoring.xml | 4 ++++ indoteknik_custom/views/sale_monitoring_detail.xml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_monitoring.xml b/indoteknik_custom/views/sale_monitoring.xml index 15b55e2e..e4139677 100755 --- a/indoteknik_custom/views/sale_monitoring.xml +++ b/indoteknik_custom/views/sale_monitoring.xml @@ -7,6 +7,8 @@ + + @@ -32,6 +34,8 @@ + + + + @@ -33,6 +35,8 @@ + + Date: Mon, 22 Aug 2022 15:08:41 +0700 Subject: add feature close fixed asset --- indoteknik_custom/views/account_asset_views.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 indoteknik_custom/views/account_asset_views.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_asset_views.xml b/indoteknik_custom/views/account_asset_views.xml new file mode 100644 index 00000000..90c53623 --- /dev/null +++ b/indoteknik_custom/views/account_asset_views.xml @@ -0,0 +1,18 @@ + + + + + Account Asset + account.asset.asset + + + + + + + \ No newline at end of file -- cgit v1.2.3