From 0f3132ffb296dd64015581ba7bbf13f1f6761d7c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Feb 2024 14:52:22 +0700 Subject: Add promotion product view --- indoteknik_custom/__manifest__.py | 1 + .../views/promotion/promotion_product.xml | 45 ++++++++++++++++++++++ .../views/promotion/promotion_program_line.xml | 1 + 3 files changed, 47 insertions(+) create mode 100644 indoteknik_custom/views/promotion/promotion_product.xml diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 9c505916..6d1ca7b0 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -77,6 +77,7 @@ 'views/brand_vendor.xml', 'views/promotion/promotion_program.xml', 'views/promotion/promotion_program_line.xml', + 'views/promotion/promotion_product.xml', 'views/requisition.xml', 'views/landedcost.xml', 'views/product_sla.xml', diff --git a/indoteknik_custom/views/promotion/promotion_product.xml b/indoteknik_custom/views/promotion/promotion_product.xml new file mode 100644 index 00000000..eac42a45 --- /dev/null +++ b/indoteknik_custom/views/promotion/promotion_product.xml @@ -0,0 +1,45 @@ + + + Promotion Product Tree + promotion.product + + + + + + + + + + Promotion Product Form + promotion.product + +
+ + + + + + + + + +
+
+
+ + + Promotion Product + ir.actions.act_window + promotion.product + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/promotion/promotion_program_line.xml b/indoteknik_custom/views/promotion/promotion_program_line.xml index 346a08c9..280bdfba 100644 --- a/indoteknik_custom/views/promotion/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion/promotion_program_line.xml @@ -21,6 +21,7 @@ + -- cgit v1.2.3