Commit 5af17f35 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

builder: Add possibility to specify from date for test purpose

parent d683dae7
......@@ -300,6 +300,7 @@ class BuilderMixin(XMLObject, Amount, Predicate):
**kw):
from Products.ERP5Type.Document import newTempMovement
portal = self.getPortalObject()
if not from_date:
from_date = DateTime().earliestTime()
# Initiate Conditions taken from Yusei T. Original Script
......
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