Commit 5b8144f4 authored by Jérome Perrin's avatar Jérome Perrin

Update some comments

parent 13e0b85f
......@@ -52,7 +52,7 @@
<key> <string>_body</string> </key>
<value> <string>"""Send a mail message.\n
\n
This script is used by notification tool, that\'s why it is in erp5_base.\n
This script is also used by notification tool, that\'s why it is in erp5_base.\n
"""\n
\n
from email.utils import formataddr\n
......
1057
\ No newline at end of file
1058
\ No newline at end of file
......@@ -98,12 +98,11 @@ class Event(Movement, EmailDocument, AcknowledgeableMixin):
of the interface between the ERP and third parties.
Events have a start and stop date.
Events may contain files and local role definitions.
"""
meta_type = 'ERP5 Event'
portal_type = 'Event'
# XXX this is hack so we can search event by delivery.start_date
isDelivery = ConstantGetter('isDelivery', value=True)
# Declarative security
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment