[FIX] fetchmail: Corrected typo error.

lp bug: https://launchpad.net/bugs/684527 fixed

bzr revid: uco@tinyerp.com-20101207051233-oboc6s0igti57se6
This commit is contained in:
uco (OpenERP) 2010-12-07 10:42:33 +05:30
parent f6377ddbff
commit 1171c358d8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<field name="model">email.server</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree colors="blue:state in ('draft');black:state in ('wating');gray:state in('done')" string="POP/IMAP Servers">
<tree colors="blue:state in ('draft');black:state in ('waiting');gray:state in('done')" string="POP/IMAP Servers">
<field name="name"/>
<field name="type"/>
<field name="user"/>