Commit c6b82eda authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp: fix can't jump to production order

parent 57fcbfe0
Pipeline #22440 failed with stage
in 0 seconds
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>portal_type</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -77,6 +79,21 @@ ...@@ -77,6 +79,21 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewMRPFieldLibrary</string> </value> <value> <string>Base_viewMRPFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
<string>Manufacturing Order</string>
<string>Manufacturing Order</string>
</tuple>
<tuple>
<string>Production Order</string>
<string>Production Order</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</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