Merge lp:~openerp-dev/openobject-addons/trunk-description-readonly into lp:openobject-addons

Proposed by Vishmita Jadeja (openerp)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-description-readonly
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
fetchmail/fetchmail.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-description-readonly
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+145546@code.launchpad.net

Description of the change

Hello,

     In incoming mail server form view, if you choose localhost, a description appear.
the text of description should be readonly.

Thanks.

To post a comment you must log in.

Unmerged revisions

8523. By Vishmita Jadeja (openerp)

[Fix]In incoming mail server form view, if you choose localhost, a description appear. the text should be readonly.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'fetchmail/fetchmail.py'
2--- fetchmail/fetchmail.py 2012-12-10 11:16:54 +0000
3+++ fetchmail/fetchmail.py 2013-01-30 05:46:21 +0000
4@@ -78,7 +78,7 @@
5 'priority': fields.integer('Server Priority', readonly=True, states={'draft':[('readonly', False)]}, help="Defines the order of processing, "
6 "lower values mean higher priority"),
7 'message_ids': fields.one2many('mail.mail', 'fetchmail_server_id', 'Messages', readonly=True),
8- 'configuration' : fields.text('Configuration'),
9+ 'configuration' : fields.text('Configuration',readonly=True),
10 'script' : fields.char('Script', readonly=True, size=64),
11 }
12 _defaults = {

Subscribers

People subscribed via source and target branches

to all changes: