Commit c657810f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2008-10-02 Kazuhiko

* do not use erp5_trade's field as the target field in erp5_base.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23977 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4beb282c
......@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>enabled</string>
<string>editable</string>
......@@ -87,6 +88,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -110,11 +115,11 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity_unit</string> </value>
<value> <string>my_category</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>DeliveryCell_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
......@@ -122,6 +127,10 @@
<list/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Quantity Unit</string> </value>
</item>
</dictionary>
</value>
</item>
......
436
\ No newline at end of file
437
\ 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