From 1641ce147735a3548ddef2982dfb6873955dfebc Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 Jan 2023 10:30:07 +0700 Subject: add manufacture in sales > product pricelist item --- indoteknik_custom/views/product_pricelist_item.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml index 94ba9e4f..80cf426b 100755 --- a/indoteknik_custom/views/product_pricelist_item.xml +++ b/indoteknik_custom/views/product_pricelist_item.xml @@ -33,5 +33,17 @@ parent="sale.product_menu_catalog" sequence="2" action="product_pricelist_item_action"/> + + + product.pricelist.item.tree.view.inherit + product.pricelist.item + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From b12be84e1f8f4b0082a4c77e25b3dc68434b1ebc Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 Jan 2023 13:23:02 +0700 Subject: add manufacture in product pricelist item --- indoteknik_custom/views/product_pricelist_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml index 80cf426b..2b70f1e1 100755 --- a/indoteknik_custom/views/product_pricelist_item.xml +++ b/indoteknik_custom/views/product_pricelist_item.xml @@ -44,6 +44,6 @@ - + \ No newline at end of file -- cgit v1.2.3 From e1a19093f74222251280bf598a6256d6766dc4a2 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 Jan 2023 16:54:57 +0700 Subject: add reklas for uang muka penjualan --- indoteknik_custom/views/account_move.xml | 4 ++++ indoteknik_custom/views/invoice_reklas.xml | 31 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 indoteknik_custom/views/invoice_reklas.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index b3e9fb8c..c315bb1c 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -6,6 +6,10 @@ account.move + diff --git a/indoteknik_custom/views/invoice_reklas.xml b/indoteknik_custom/views/invoice_reklas.xml new file mode 100644 index 00000000..126ba71e --- /dev/null +++ b/indoteknik_custom/views/invoice_reklas.xml @@ -0,0 +1,31 @@ + + + + Invoice Reklas + invoice.reklas + +
+

+ Invoices will be created in draft so that you can review + them before validation. +

+ + + + +
+
+
+
+
+ + + Create Reklas + ir.actions.act_window + invoice.reklas + form + new + + +
-- cgit v1.2.3 From aff29db4fe020684f83e5e6449bf0a4061d77036 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 11 Jan 2023 09:26:02 +0700 Subject: add custom mail marketing --- indoteknik_custom/views/custom_mail_marketing.xml | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 indoteknik_custom/views/custom_mail_marketing.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/custom_mail_marketing.xml b/indoteknik_custom/views/custom_mail_marketing.xml new file mode 100644 index 00000000..d460a41d --- /dev/null +++ b/indoteknik_custom/views/custom_mail_marketing.xml @@ -0,0 +1,82 @@ + + + + custom.mail.marketing.tree + custom.mail.marketing + + + + + + + + + + + + + + + + + + custom.mail.marketing.form + custom.mail.marketing + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + custom.mail.marketing.list.select + custom.mail.marketing + + + + + + + + + + + + + + + + + + + Custom Mail Marketing + ir.actions.act_window + custom.mail.marketing + + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 0f8fbe56e89ec285c6fbcdd2bed5a67f62bcfe59 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 11 Jan 2023 11:59:54 +0700 Subject: add reklas uang muka pembelian feature --- indoteknik_custom/views/invoice_reklas.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/invoice_reklas.xml b/indoteknik_custom/views/invoice_reklas.xml index 126ba71e..e807dca5 100644 --- a/indoteknik_custom/views/invoice_reklas.xml +++ b/indoteknik_custom/views/invoice_reklas.xml @@ -6,10 +6,10 @@

- Invoices will be created in draft so that you can review - them before validation. + Reklas Uang Muka Penjualan / Pembelian akan terbuat Draft, mohon dicek kembali

+ -- cgit v1.2.3