[Erp5-report] r33323 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/Simulation.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 3 11:53:41 CET 2010
Author: kazuhiko
Date: Wed Mar 3 11:53:36 2010
New Revision: 33323
URL: http://svn.erp5.org?rev=33323&view=rev
Log:
use mapping category in Simulation Movement so as to store which Mapped Property is used.
Modified:
erp5/trunk/products/ERP5/PropertySheet/Simulation.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Simulation.py?rev=33323&r1=33322&r2=33323&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Simulation.py [utf8] Wed Mar 3 11:53:36 2010
@@ -65,5 +65,4 @@
'mode' : 'w' },
)
- _categories = ('order', 'delivery', 'delivery_mode', 'incoterm', 'payment_mode', 'solver', 'specialise')
-
+ _categories = ('order', 'delivery', 'delivery_mode', 'incoterm', 'payment_mode', 'solver', 'specialise', 'mapping')
More information about the Erp5-report
mailing list