Commit 2fc28650 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

No need to have a Manager proxy role in simulation select method.

because it is called from unrestricted method : builder._searchMovementList().
parent f6ae22f1
......@@ -66,14 +66,6 @@ return context.portal_catalog(**kw)\n
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>DeliveryBuilder_getOpenSaleOrderRelatedSimulationMovementList</string> </value>
......
......@@ -67,14 +67,6 @@ return context.portal_catalog(**kw)\n
<key> <string>_params</string> </key>
<value> <string>src__=0, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Task_selectMovement</string> </value>
......
......@@ -67,14 +67,6 @@ return context.portal_catalog(**kw)\n
<key> <string>_params</string> </key>
<value> <string>src__=0, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>InternalOrder_selectMovement</string> </value>
......
......@@ -67,14 +67,6 @@ return context.portal_catalog(**kw)\n
<key> <string>_params</string> </key>
<value> <string>src__=0, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>PurchaseOrder_selectMovement</string> </value>
......
......@@ -67,14 +67,6 @@ return context.portal_catalog(**kw)\n
<key> <string>_params</string> </key>
<value> <string>src__=0, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SaleOrder_selectMovement</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