diff options
| -rw-r--r-- | indoteknik_custom/views/mail_template_po.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <?xml version="1.0" ?> <odoo> - <data noupdate="1"> + <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" /> @@ -45,7 +45,7 @@ <tr> <td valign="top" style="font-size: 13px;"> <div> - Dear Stefanus Darren & Tyas K Putra, + Dear Stefanus Darren & Tyas K Putra, <br/><br/> Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya. <br/><br/> |
