Commit 978ab5c1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Add delivery_solver base category that is used to specify available delivery...

* Add delivery_solver base category that is used to specify available delivery solver portal types per target solver portal type.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 199eba8d
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="BaseCategory" module="Products.ERP5Type.Document.BaseCategory"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_folders_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>delivery_solver</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>delivery_solver</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Delivery Solver</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-07-06 kazuhiko
* Add delivery_solver base category that is used to specify available delivery solver portal types per target solver portal type.
2010-07-05 kazuhiko
* Move Solver Process related actions from the experimental erp5_simulation business template to the erp5_base business template.
......
796
\ No newline at end of file
797
\ No newline at end of file
......@@ -6,6 +6,7 @@ conflicting_solver
contributor
currency_exchange_type
delivery_builder
delivery_solver
destination_carrier
destination_referral
destination_region
......
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