Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
erp5
Commits
33d27b15
Commit
33d27b15
authored
Dec 20, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comments
parent
8d71e780
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/MailMessage_send.xml
...nTemplateItem/portal_skins/erp5_base/MailMessage_send.xml
+1
-1
bt5/erp5_base/bt/revision
bt5/erp5_base/bt/revision
+1
-1
product/ERP5/Document/Event.py
product/ERP5/Document/Event.py
+1
-2
No files found.
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/MailMessage_send.xml
View file @
33d27b15
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<key>
<string>
_body
</string>
</key>
<key>
<string>
_body
</string>
</key>
<value>
<string>
"""Send a mail message.\n
<value>
<string>
"""Send a mail message.\n
\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
\n
\n
from email.utils import formataddr\n
from email.utils import formataddr\n
...
...
bt5/erp5_base/bt/revision
View file @
33d27b15
1055
1059
\ No newline at end of file
\ No newline at end of file
product/ERP5/Document/Event.py
View file @
33d27b15
...
@@ -98,12 +98,11 @@ class Event(Movement, EmailDocument, AcknowledgeableMixin):
...
@@ -98,12 +98,11 @@ class Event(Movement, EmailDocument, AcknowledgeableMixin):
of the interface between the ERP and third parties.
of the interface between the ERP and third parties.
Events have a start and stop date.
Events have a start and stop date.
Events may contain files and local role definitions.
"""
"""
meta_type
=
'ERP5 Event'
meta_type
=
'ERP5 Event'
portal_type
=
'Event'
portal_type
=
'Event'
# XXX this is hack so we can search event by delivery.start_date
isDelivery
=
ConstantGetter
(
'isDelivery'
,
value
=
True
)
isDelivery
=
ConstantGetter
(
'isDelivery'
,
value
=
True
)
# Declarative security
# Declarative security
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment