Kuldeep Joshi(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-900239-kjo into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #900239 in OpenERP Addons: "[Trunk][Email Template]: In Menu 
Settings/Configuration/Email/Templates SMTP Server Group by Button is Not 
Working."
  https://bugs.launchpad.net/openobject-addons/+bug/900239

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900239-kjo/+merge/84567

Change the tree and search view by adding the mail_server_id field  
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-900239-kjo/+merge/84567
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-900239-kjo.
=== modified file 'email_template/email_template_view.xml'
--- email_template/email_template_view.xml	2011-11-05 01:59:22 +0000
+++ email_template/email_template_view.xml	2011-12-06 06:21:06 +0000
@@ -110,6 +110,7 @@
             <field name="arch" type="xml">
                 <tree string="Templates">
                     <field name="model_id"/>
+                    <field name="mail_server_id"/>
                     <field name="name"/>
                     <field name="subject"/>
                     <field name="email_from"/>
@@ -138,7 +139,7 @@
                     </group>
                     <newline/>
                     <group expand="0" string="Group by...">
-                        <filter string="SMTP Server" domain="[]" context="{'group_by':'smtp_server_id'}" icon="terp-folder-orange"/>
+                        <filter string="SMTP Server" domain="[]" context="{'group_by':'mail_server_id'}" icon="terp-folder-orange"/>
                         <separator orientation="vertical"/>
                         <filter string="Model" domain="[]" context="{'group_by':'model_id'}" icon="terp-accessories-archiver"/>
                     </group>

_______________________________________________
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

Reply via email to