From a4fee08d8d069142805fb8c9507807611dbede6d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 16 Aug 2023 09:04:55 +0700 Subject: fix mail template --- indoteknik_custom/views/mail_template_po.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index 410520b3..5937f8f2 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -1,12 +1,12 @@ - + PO: Sync Unit Price Purchase Pricelist Your PO ${object.name} - darren@indoteknik.co.id + darren@indoteknik.co.id, tyas@indoteknik.com, azkan4elll@gmail.com @@ -51,7 +51,7 @@

Berikut adalah rincian PO: % for line in object.order_line: - % if line.price_vendor != 0 and line.price_unit != line.price_vendor + % if line.price_unit != line.price_vendor
  • Nama Produk: ${line.product_id.name}
  • Harga Unit dalam PO: Rp ${'{:,.2f}'.format(line.price_unit)}
  • -- cgit v1.2.3 From a14ca5491216591cd1142c11daf681634bff4ac1 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 16 Aug 2023 10:07:31 +0700 Subject: crm lead --- indoteknik_custom/views/crm_lead.xml | 3 +++ indoteknik_custom/views/mail_template_po.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/crm_lead.xml b/indoteknik_custom/views/crm_lead.xml index 58c3987a..9e4a43f2 100755 --- a/indoteknik_custom/views/crm_lead.xml +++ b/indoteknik_custom/views/crm_lead.xml @@ -47,6 +47,9 @@ + + + diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index 5937f8f2..4eca1ab2 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -45,7 +45,7 @@
- Dear Stefanus Darren, + Dear Stefanus Darren & Tyas K Putra,

Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya.

-- cgit v1.2.3 From ed22d99810b085a66110e916c1cead1c6ebf8441 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 16 Aug 2023 11:48:41 +0700 Subject: Refactor API Controller --- indoteknik_custom/views/mail_template_po.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index 4eca1ab2..02053767 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -1,6 +1,6 @@ - + PO: Sync Unit Price Purchase Pricelist @@ -45,7 +45,7 @@
- Dear Stefanus Darren & Tyas K Putra, + Dear Stefanus Darren & Tyas K Putra,

Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya.

-- cgit v1.2.3