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