From 295dabd27518f3947994fb7cab39f6448db7aafa Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 3 Aug 2023 13:57:58 +0700 Subject: Update for_week to group_by_week on banner model, view, API --- indoteknik_custom/views/x_banner_banner.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml index 10c762af..5e6526e0 100755 --- a/indoteknik_custom/views/x_banner_banner.xml +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -7,7 +7,7 @@ - + @@ -30,7 +30,7 @@ - + -- cgit v1.2.3 From 46529f2657d18b6c74bd95c013f528de0f687a56 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 3 Aug 2023 15:54:08 +0700 Subject: attribute value --- .../views/product_attribute_value.xml | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 indoteknik_custom/views/product_attribute_value.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_attribute_value.xml b/indoteknik_custom/views/product_attribute_value.xml new file mode 100644 index 00000000..7c33ba7b --- /dev/null +++ b/indoteknik_custom/views/product_attribute_value.xml @@ -0,0 +1,55 @@ + + + + product.attribute.value.tree + product.attribute.value + + + + + + + + + + + + product.attribute.value.form + product.attribute.value + +
+ + + + + + + + + + + + + + + + + +
+
+
+ + + Product Attribute + ir.actions.act_window + product.attribute.value + tree,form + + + +
-- cgit v1.2.3