Commit 9acc4ad7 authored by Jérome Perrin's avatar Jérome Perrin

Set a title on trade_date categories

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7423c66f
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="Category" module="Products.ERP5Type.Document.Category"/> <tuple>
<tuple/> <string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -41,6 +44,12 @@ ...@@ -41,6 +44,12 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>codification</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>invoice</string> </value> <value> <string>invoice</string> </value>
...@@ -55,6 +64,10 @@ ...@@ -55,6 +64,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Category</string> </value> <value> <string>Category</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Invoice</string> </value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="Category" module="Products.ERP5Type.Document.Category"/> <tuple>
<tuple/> <string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -42,6 +45,12 @@ ...@@ -42,6 +45,12 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>codification</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>order</string> </value> <value> <string>order</string> </value>
...@@ -56,6 +65,10 @@ ...@@ -56,6 +65,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Category</string> </value> <value> <string>Category</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Order</string> </value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="Category" module="Products.ERP5Type.Document.Category"/> <tuple>
<tuple/> <string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -38,9 +41,17 @@ ...@@ -38,9 +41,17 @@
<value> <value>
<tuple> <tuple>
<string>trade_date/packing list</string> <string>trade_date/packing list</string>
<string>trade_date/packing list</string>
<string>trade_date/packing list</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>codification</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>packing list</string> </value> <value> <string>packing list</string> </value>
...@@ -55,6 +66,10 @@ ...@@ -55,6 +66,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Category</string> </value> <value> <string>Category</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Packing List</string> </value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
71 68
\ 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