Vishmita Jadeja (openerp) has proposed merging lp:~openerp-dev/openobject-addons/trunk-description-readonly into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-description-readonly/+merge/145546 Hello, In incoming mail server form view, if you choose localhost, a description appear. the text of description should be readonly. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-description-readonly/+merge/145546 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-description-readonly.
=== modified file 'fetchmail/fetchmail.py' --- fetchmail/fetchmail.py 2012-12-10 11:16:54 +0000 +++ fetchmail/fetchmail.py 2013-01-30 05:46:21 +0000 @@ -78,7 +78,7 @@ 'priority': fields.integer('Server Priority', readonly=True, states={'draft':[('readonly', False)]}, help="Defines the order of processing, " "lower values mean higher priority"), 'message_ids': fields.one2many('mail.mail', 'fetchmail_server_id', 'Messages', readonly=True), - 'configuration' : fields.text('Configuration'), + 'configuration' : fields.text('Configuration',readonly=True), 'script' : fields.char('Script', readonly=True, size=64), } _defaults = {
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp