[Erp5-report] r8136 - /erp5/trunk/products/ERP5/Document/Delivery.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 22 12:59:28 CEST 2006


Author: jerome
Date: Thu Jun 22 12:59:27 2006
New Revision: 8136

URL: http://svn.erp5.org?rev=8136&view=rev
Log:
Add Price propertysheet, for really simple case we may want to set price
globally on a delivery (this adds the necessary price_currency category as
well)


Modified:
    erp5/trunk/products/ERP5/Document/Delivery.py

Modified: erp5/trunk/products/ERP5/Document/Delivery.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Delivery.py?rev=8136&r1=8135&r2=8136&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Delivery.py (original)
+++ erp5/trunk/products/ERP5/Document/Delivery.py Thu Jun 22 12:59:27 2006
@@ -63,6 +63,7 @@
                       , PropertySheet.Movement
                       , PropertySheet.Delivery
                       , PropertySheet.Reference
+                      , PropertySheet.Price
                       )
 
     security.declareProtected(Permissions.AccessContentsInformation, 'isAccountable')




More information about the Erp5-report mailing list