Commit ca2b2ab3 authored by Sebastien Robin's avatar Sebastien Robin

erp5_core: InventoryListBrain should also give node_uid in urls

This is needed to take into account the node when looking at the history
of movements
parent 66936bda
......@@ -201,6 +201,7 @@ class InventoryListBrain(ComputedAttributeGetItemCompatibleMixin):
'selection_name': selection_name,
'selection_index': selection_index,
'domain_name': selection_name,
"node_uid": self.node_uid
}
# Add parameters to query_kw
query_kw_update = {}
......
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