Commit f3c8843e authored by Jérome Perrin's avatar Jérome Perrin

core: describe a limitation of SimulationTool.getAllInventoryList

parent 1d45a963
Pipeline #9989 passed with stage
in 0 seconds
......@@ -1658,6 +1658,11 @@ class SimulationTool(BaseTool):
Performs 1 SQL request for each simulation state, and merge the results.
Rename relevant columns with a '${simulation}_' prefix
(ex: 'total_price' -> 'current_total_price').
Warning: this method is not convered by any test and does not return actual
InventoryListBrain ( because mergeZRDBResults does not support them ), so
the available attribute on result items are different from a traditional
getInventoryList result.
"""
columns = ('total_quantity', 'total_price', 'converted_quantity')
......
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