Commit ac295c2a authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: no need to create open order slowly

There should not be any conflict anymore
parent d6ed626f
...@@ -7,7 +7,6 @@ portal.portal_catalog.searchAndActivate( ...@@ -7,7 +7,6 @@ portal.portal_catalog.searchAndActivate(
causality_state="diverged", causality_state="diverged",
activate_kw={'tag': tag, 'priority': 2}, activate_kw={'tag': tag, 'priority': 2},
activity_count=10, activity_count=10,
packet_size=1, # InstanceTree_trigger_Person_storeOpenSaleOrderJournal
) )
context.activate(after_tag=tag).getId() context.activate(after_tag=tag).getId()
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