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

accounting: fix a minor typo affecting account module stat columns under rare conditions

When searching accounts by validation state, the stat of number of movements on an account could be wrong
parent 34160094
......@@ -71,7 +71,7 @@ if kw.get(\'stat\'):\n
elif \'title\' in selection_params or \\\n
\'preferred_gap_id\' in selection_params or\\\n
\'id\' in selection_params or \\\n
\'transalated_validation_state_title\' in selection_params:\n
\'translated_validation_state_title\' in selection_params:\n
selection_params[\'ignore_unknown_columns\'] = True\n
# if yes, apply the same filter here\n
kwd[\'stock.node_uid\'] = [x.uid for x in\n
......
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