[Erp5-report] r41648 jp - /erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Dec 22 10:49:35 CET 2010
Author: jp
Date: Wed Dec 22 10:49:35 2010
New Revision: 41648
URL: http://svn.erp5.org?rev=41648&view=rev
Log:
Remove inheritance (makes no sense in propertysheets) and consider removing this propertysheet itself.
Modified:
erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py
Modified: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py?rev=41648&r1=41647&r2=41648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py [utf8] Wed Dec 22 10:49:35 2010
@@ -25,10 +25,8 @@
#
##############################################################################
-from Order import Order
-
-class PackingList(Order):
+class PackingList:
"""A property sheet class for packing list.
Packing list can be considered as a kind of small order which does not
More information about the Erp5-report
mailing list