Sanjay Gohel (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-message-sub-type-apa-improvement-sgo 
into lp:~openerp-dev/openobject-addons/trunk-message-sub-type-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-message-sub-type-apa-improvement-sgo/+merge/123483

Hello,

     I have changed help of subtype name.

Thank You.
SGO
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-message-sub-type-apa-improvement-sgo/+merge/123483
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-message-sub-type-apa.
=== modified file 'mail/mail_message_subtype.py'
--- mail/mail_message_subtype.py	2012-09-05 09:32:55 +0000
+++ mail/mail_message_subtype.py	2012-09-10 06:04:21 +0000
@@ -27,8 +27,8 @@
     _name = 'mail.message.subtype'
     _description = 'mail_message_subtype'
     _columns = {
-                'name': fields.char(' Message Subtype ', size = 128,
-                        required = True, help = 'Subtype Of Message'),
+                'name': fields.char('Message Subtype ', size = 128,
+                        required = True, help = 'Message subtype, gives a more precise type on the message, especially for system notifications. For example, it can be a notification related to a new record (New), or to a stage change in a process (Stage change). Message subtypes allow to precisely tune the notifications the user want to receive on its wall.'),
                 'model_ids': fields.many2many('ir.model',
                                               'mail_message_subtyp_message_rel',
                                               'message_subtype_id', 'model_id', 'Model',

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to