sobjects/notification.py
changeset 4930 9fcc9ae2aebe
parent 4835 13b0b96d7982
parent 4926 626d31035662
child 5421 8167de96c523
equal deleted inserted replaced
4929:84684417beb9 4930:9fcc9ae2aebe
   128     * set id and __select__ attributes to match desired events and entity types
   128     * set id and __select__ attributes to match desired events and entity types
   129     * set a content attribute to define the content of the email (unless you
   129     * set a content attribute to define the content of the email (unless you
   130       override call)
   130       override call)
   131     """
   131     """
   132     __abstract__ = True
   132     __abstract__ = True
   133     id = 'notif_entity_updated'
   133     __regid__ = 'notif_entity_updated'
   134     msgid_timestamp = False
   134     msgid_timestamp = False
   135     message = _('updated')
   135     message = _('updated')
   136     no_detailed_change_attrs = ()
   136     no_detailed_change_attrs = ()
   137     content = """
   137     content = """
   138 Properties have been updated by %(user)s:
   138 Properties have been updated by %(user)s: