Commit 7bc56f85 authored by Titouan Soulard's avatar Titouan Soulard

erp5_trade: REVIEW add Inventory Offset Line and Cell to inventory movement group

I am unsure if they should not instead be in the delivery movement group, that way we might be able to discard my change to ERP5Site and get rid completely of this inventory movement thing.
parent c046d2a1
......@@ -20,6 +20,14 @@
<none/>
</value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>inventory_movement</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Inventory Offset Cell</string> </value>
......
......@@ -20,6 +20,14 @@
<none/>
</value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>inventory_movement</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Inventory Offset Line</string> </value>
......
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