Commit 12575b0e authored by Jean-Paul Smets's avatar Jean-Paul Smets

Renamed. Still needs full implementation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37495 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83d055b1
...@@ -47,7 +47,7 @@ class DuplicatedPropertyDictKeysError(Exception): pass ...@@ -47,7 +47,7 @@ class DuplicatedPropertyDictKeysError(Exception): pass
class SelectMethodError(Exception): pass class SelectMethodError(Exception): pass
class SelectMovementError(Exception): pass class SelectMovementError(Exception): pass
class OrderBuilder(XMLObject, Amount, Predicate): class DeliveryBuilder(XMLObject, Amount, Predicate):
""" """
Order Builder objects allow to gather multiple Simulation Movements Order Builder objects allow to gather multiple Simulation Movements
into a single Delivery. into a single Delivery.
......
...@@ -34,7 +34,7 @@ from Products.ERP5.Document.OrderBuilder import OrderBuilder, \ ...@@ -34,7 +34,7 @@ from Products.ERP5.Document.OrderBuilder import OrderBuilder, \
from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
from Products.ERP5Type.CopySupport import CopyError, tryMethodCallWithTemporaryPermission from Products.ERP5Type.CopySupport import CopyError, tryMethodCallWithTemporaryPermission
class DeliveryBuilder(OrderBuilder): class SimulatedDeliveryBuilder(OrderBuilder):
""" """
Delivery Builder objects allow to gather multiple Simulation Movements Delivery Builder objects allow to gather multiple Simulation Movements
into a single Delivery. into a single Delivery.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment