Commit d3fccfa8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-10-19 yo

* Specify Acquisition Portal Types to industrial_phase.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39310 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08a03a46
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="BaseCategory" module="Products.ERP5Type.Document.BaseCategory"/>
<tuple/>
</tuple>
<global name="BaseCategory" module="Products.ERP5Type.Document.BaseCategory"/>
</pickle>
<pickle>
<dictionary>
......@@ -38,7 +35,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: []</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalModelPathTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
2010-10-19 yo
* Specify Acquisition Portal Types to industrial_phase.
2010-07-20 yusuke
* Supply Cell must be inherit start_date range from the parent.
......
519
\ No newline at end of file
521
\ No newline at end of file
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