~openerp-community-leaders/poweremail/poweremail-github-mirror

« back to all changes in this revision

Viewing changes to core.py

  • Committer: Sharoon Thomas
  • Date: 2012-08-06 07:09:24 UTC
  • mfrom: (238.1.1)
  • Revision ID: git-v1:577264d34b4cd39a3233966bed216a09c86ef39b
Merge pull request #27 from eLBati/dev

[FIX] invisible smtppass

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
            },
92
92
        ),
93
93
        'smtppass': fields.char(
94
 
            'Password', size=120, invisible=True,
 
94
            'Password', size=120,
95
95
            required=False, readonly=True, states={
96
96
                'draft':[('readonly', False)]
97
97
            },