Commit ff136425 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_item: fallback on future Tracking List by default

parent b50a14da
......@@ -77,7 +77,7 @@ return affectation_list\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>at_date=None, fallback_on_future=False, **kw</string> </value>
<value> <string>at_date=None, fallback_on_future=1, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
  • @gabriel also knows this

  • @tc, passing fallback_on_future as True, it will consider movements that are still ongoing (for example started)

    With fallback_on_future=False, it consider only movements finished ( stopped )

    In resume, fallback_on_future=1 is good because if you move A to B and the movement is still started, with fallback_on_future=False, it is still in A that is false.

  • @tc Yes, as you suggested, replace 1 by True is OK. thx

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