Amit Dodiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-576697-ado into
lp:openobject-addons/6.1.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576697-ado/+merge/114366
Hello,
[FIX]: Add body_html field in Send Mail wizard (Side bar wizard)
The wizard "Compose mail" not contains the "Body(Rich/HTML)" tab.
Steps:
1). Install email_template
2). Goto : Settings/Configuration/Email/Templates
3). Open any template for eg: Automated Purchase Order Notification Mail ,
click on Add side bar button , so the action will ne appear on Purchase order
4). Now click on above created action, you will find the "Send Mail" wizard
when you click on that you will find "Compose mail" wizard.
The wizard not contains the Body with "Body(Rich/HTML)".
Regards,
Amit Dodiya
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576697-ado/+merge/114366
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-576697-ado.
=== modified file 'mail/wizard/mail_compose_message_view.xml'
--- mail/wizard/mail_compose_message_view.xml 2012-05-16 12:53:01 +0000
+++ mail/wizard/mail_compose_message_view.xml 2012-07-11 09:19:26 +0000
@@ -21,9 +21,12 @@
<field name="message_id" invisible="1"/>
</group>
<notebook colspan="4">
- <page string="Body">
+ <page string="Body (Text)">
<field name="body_text" colspan="4" nolabel="1" height="300" width="300"/>
</page>
+ <page string="Body (Rich/HTML)">
+ <field name="body_html" nolabel="1" colspan="4" height="300" width="300"/>
+ </page>
<page string="Attachments">
<field name="attachment_ids" colspan="4" nolabel="1" context="{'search_default_my_attachments':True}"/>
</page>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp