[Erp5-report] r14185 - /erp5/trunk/products/ERP5/Document/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 24 17:32:20 CEST 2007
Author: romain
Date: Tue Apr 24 17:32:19 2007
New Revision: 14185
URL: http://svn.erp5.org?rev=14185&view=rev
Log:
Rename CalendarPeriod to PresencePeriod.
Added:
erp5/trunk/products/ERP5/Document/PresencePeriod.py
- copied, changed from r13865, erp5/trunk/products/ERP5/Document/CalendarPeriod.py
Removed:
erp5/trunk/products/ERP5/Document/CalendarPeriod.py
Copied: erp5/trunk/products/ERP5/Document/PresencePeriod.py (from r13865, erp5/trunk/products/ERP5/Document/CalendarPeriod.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PresencePeriod.py?p2=erp5/trunk/products/ERP5/Document/PresencePeriod.py&p1=erp5/trunk/products/ERP5/Document/CalendarPeriod.py&r1=13865&r2=14185&rev=14185&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/CalendarPeriod.py (original)
+++ erp5/trunk/products/ERP5/Document/PresencePeriod.py Tue Apr 24 17:32:19 2007
@@ -37,14 +37,14 @@
from Products.ERP5.Document.Movement import Movement
from Products.ERP5Type.DateUtils import addToDate
-class CalendarPeriod(Movement, PeriodicityMixin):
+class PresencePeriod(Movement, PeriodicityMixin):
"""
- Calendar Period is used to add available time of the user in a
+ Presence Period is used to add available time of the user in a
period of Time
"""
- meta_type = 'ERP5 Calendar Period'
- portal_type = 'Calendar Period'
+ meta_type = 'ERP5 Presence Period'
+ portal_type = 'Presence Period'
# Declarative security
security = ClassSecurityInfo()
More information about the Erp5-report
mailing list