From 9a97cf1790f913a9fcb9ea4744154305d6ca1ced Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 18 Aug 2022 11:42:50 +0700 Subject: sales order approval --- indoteknik_custom/views/sale_order.xml | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 indoteknik_custom/views/sale_order.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml new file mode 100755 index 00000000..e0b4ab4d --- /dev/null +++ b/indoteknik_custom/views/sale_order.xml @@ -0,0 +1,41 @@ + + + + + Sale Order + sale.order + + + + + + + + + + + + + + + + + + + + Sale Order + sale.order + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 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 b18cc1ec5c6ecb7529f0f87d359f4bb09b5a50f8 Mon Sep 17 00:00:00 2001 From: stephanchrst 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