[IMP]Solved the traceback issues of settings:From Incoming mail server options open messages

bzr revid: dhr@tinyerp.com-20121127091829-1z7e9fi5lh4icz5c
This commit is contained in:
dhr 2012-11-27 14:48:29 +05:30
parent f9cad34005
commit 8705820fd7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
<act_window
context="{'search_default_server_id': active_id, 'default_fetchmail_server_id': active_id}"
id="act_server_history" name="Messages" domain="[('email_from', '!=', False), ('fetchmail_server_id', '=', active_id)]"
res_model="mail.message" src_model="fetchmail.server"/>
res_model="mail.mail" src_model="fetchmail.server"/>
</data>
</openerp>