From 857fbbf8a46c9b933bd3fb13d274fbed2f3fea39 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 27 Aug 2024 10:08:47 +0700 Subject: add required to public_categ_ids product template & variant --- indoteknik_custom/views/product_template.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indoteknik_custom/views/product_template.xml') diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 520af5c8..e3a39412 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -21,6 +21,9 @@ + + 1 + -- cgit v1.2.3 From f4c67f4f8ef9ffc9da3e0406cb08fffb6ba44fd4 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 29 Aug 2024 10:26:52 +0700 Subject: add options no create on product template and variants --- indoteknik_custom/views/product_template.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/product_template.xml') diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index e3a39412..b6155eea 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -8,7 +8,7 @@ - + @@ -24,6 +24,9 @@ 1 + + {'no_create': True} + -- cgit v1.2.3