Commit eed4313d authored by Aurel's avatar Aurel

when cataloging in stock, check not isInventoryMovement at filter level thus...

when cataloging in stock, check not isInventoryMovement at filter level thus avoiding deleting temporary line of inventory

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17486 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87e36d96
......@@ -6,7 +6,7 @@
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python: isMovement</value>
<value>python: isMovement and not isInventoryMovement</value>
</item>
<item key="_filter_type_archive" type="tuple">
</item>
......
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