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 @@ ...@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>items</string> <string>items</string>
<string>enabled</string> <string>enabled</string>
<string>editable</string> <string>editable</string>
...@@ -87,6 +88,10 @@ ...@@ -87,6 +88,10 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -110,11 +115,11 @@ ...@@ -110,11 +115,11 @@
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_quantity_unit</string> </value> <value> <string>my_category</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>DeliveryCell_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
...@@ -122,6 +127,10 @@ ...@@ -122,6 +127,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Quantity Unit</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
436 437
\ No newline at end of file \ 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