[Erp5-report] r30614 - /erp5/trunk/products/ERP5/PropertySheet/Ticket.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 13 23:36:45 CET 2009


Author: jp
Date: Fri Nov 13 23:36:45 2009
New Revision: 30614

URL: http://svn.erp5.org?rev=30614&view=rev
Log:
Pseudo-code for IDivergenceController implementation. This shows in particular how the interface implementation will evolve from 100% ad-hoc (urgent) to fully generic.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Ticket.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Ticket.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Ticket.py?rev=30614&r1=30613&r2=30614&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Ticket.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Ticket.py [utf8] Fri Nov 13 23:36:45 2009
@@ -38,4 +38,4 @@
       'mode'        : 'w' },
   )
 
-  _categories = ('specialise', )
+  _categories = ('specialise', ) # Tickets can specialise a trade condition




More information about the Erp5-report mailing list