From 77a6833006f406ffc7ddd5d50308c843cf9133a5 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 5 Oct 2022 08:32:02 +0700 Subject: Update sale_order.xml --- indoteknik_custom/views/sale_order.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 0abbae94..f83b2a6b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -26,11 +26,11 @@ - + - - + + -- cgit v1.2.3 From 14cb30c3f2fb8b15baaf32ab9fca7bb9bda73845 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 5 Oct 2022 15:19:27 +0700 Subject: Update struktur API and fitur API flash sale --- indoteknik_custom/views/product_pricelist.xml | 28 ++++++++++++++++ indoteknik_custom/views/product_pricelist_item.xml | 37 ++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 indoteknik_custom/views/product_pricelist.xml create mode 100755 indoteknik_custom/views/product_pricelist_item.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_pricelist.xml b/indoteknik_custom/views/product_pricelist.xml new file mode 100644 index 00000000..18e9835a --- /dev/null +++ b/indoteknik_custom/views/product_pricelist.xml @@ -0,0 +1,28 @@ + + + + product.pricelist.view.inherit + product.pricelist + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml new file mode 100755 index 00000000..94ba9e4f --- /dev/null +++ b/indoteknik_custom/views/product_pricelist_item.xml @@ -0,0 +1,37 @@ + + + + Product Pricelist Item + product.pricelist.item + tree,form + + + + product.pricelist.item.form.view.inherit + product.pricelist.item + + + + + + + + + + product.pricelist.item.search.inherit + product.pricelist.item + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3