Nimesh Contractor(Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1096946-nco into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1096946 in OpenERP Addons: "[Purchase] dollar sign when sending a request for quotation by email" https://bugs.launchpad.net/openobject-addons/+bug/1096946 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1096946-nco/+merge/142240 Hello, I have removed the extra dollar sign when sending a request for quotation by email. Thanks, NCO. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1096946-nco/+merge/142240 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1096946-nco.
=== modified file 'purchase/edi/purchase_order_action_data.xml' --- purchase/edi/purchase_order_action_data.xml 2012-12-14 09:10:57 +0000 +++ purchase/edi/purchase_order_action_data.xml 2013-01-08 05:57:27 +0000 @@ -30,7 +30,7 @@ <field name="body_html"><![CDATA[ <div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "> - <p>Hello$ ${object.partner_id.name},</p> + <p>Hello ${object.partner_id.name},</p> <p>Here is a ${object.state in ('draft', 'sent') and 'request for quotation' or 'purchase order confirmation'} from ${object.company_id.name}: </p>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp