Commit 7ad1ea4b authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_trade: make quantity editable in InventoryLine_view

parent 0225847e
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>editable</string>
</list>
</value>
</item>
<item>
......@@ -69,6 +71,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_movement_quantity</string> </value>
......
  • @rafael : @tc and I just discussed this. I think you made this local change (maybe it was not you) to be able to enter an inventory of computer immobilisations. In my understanding, setting the items on an inventory line should be enough to know the quantity (using the same Movement_isQuantityEditable logic that in other trade movements) and user should not have to change quantity.

  • Jerome, you are right, this change can be reverted so.

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