summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-08-16 04:51:14 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-08-16 04:51:14 +0000
commita73c0825a264fc002e7496b07f238f79efd93086 (patch)
tree04b170cc3860f82d936b5dcb83451b963c524f95 /indoteknik_custom/views
parent3a954e59343d2d3a3df5436297f7007008ae62e8 (diff)
parent021f7ccc9f7b026e330352d34e695993116bdd99 (diff)
Merged in production (pull request #98)
Production
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/crm_lead.xml3
-rw-r--r--indoteknik_custom/views/mail_template_po.xml8
2 files changed, 7 insertions, 4 deletions
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 @@
<field name="message_bounce" position="after">
<field name="order_id"/>
</field>
+ <field name="lang_id" position="after">
+ <field name="reason"/>
+ </field>
</field>
</record>
</data>
diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml
index 410520b3..02053767 100644
--- a/indoteknik_custom/views/mail_template_po.xml
+++ b/indoteknik_custom/views/mail_template_po.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" ?>
<odoo>
- <data noupdate="0">
+ <data>
<record id="mail_template_po_sync_price" model="mail.template">
<field name="name">PO: Sync Unit Price Purchase Pricelist</field>
<field name="model_id" ref="model_purchase_order" />
<field name="subject">Your PO ${object.name}</field>
<field name="email_from"></field>
- <field name="email_to">darren@indoteknik.co.id</field>
+ <field name="email_to">darren@indoteknik.co.id, tyas@indoteknik.com, azkan4elll@gmail.com</field>
<field name="body_html" type="html">
<table border="0" cellpadding="0" cellspacing="0"
style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;">
@@ -45,13 +45,13 @@
<tr>
<td valign="top" style="font-size: 13px;">
<div>
- Dear Stefanus Darren,
+ Dear Stefanus Darren &amp; Tyas K Putra,
<br/><br/>
Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya.
<br/><br/>
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
<ul>
<li>Nama Produk: ${line.product_id.name}</li>
<li>Harga Unit dalam PO: Rp ${'{:,.2f}'.format(line.price_unit)}</li>