Commit 97e514f4 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Klaus Wölfel

trade: customize packing list worklist for psa buce:

Purchase Orders are created in draft state and must be confirmed by psa user
parent 2fd22f4b
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<key> <string>actbox_category</string> </key> <key> <string>actbox_category</string> </key>
<value> <string>global</string> </value> <value> <string>global</string> </value>
</item> </item>
<item>
<key> <string>actbox_icon</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Purchase Packing List to Confirm (%(count)s)</string> </value> <value> <string>Purchase Packing List to Confirm (%(count)s)</string> </value>
...@@ -55,6 +59,8 @@ purchase_packing_list_module/view?simulation_state=draft&portal_type=Purchase+Pa ...@@ -55,6 +59,8 @@ purchase_packing_list_module/view?simulation_state=draft&portal_type=Purchase+Pa
<key> <string>roles</string> </key> <key> <string>roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string>
<string>Assignee</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
</value> </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