Commit 98538144 authored by Yusei Tahara's avatar Yusei Tahara

2009-12-14 yusei

* Add new group type to each Sale/Purchase/Internal type informations.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31274 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b59754f3
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> A DeliveryCell allows to define specific quantities\n <value> <string> A DeliveryCell allows to define specific quantities\r\n
for each variation of a resource in a delivery line.\n for each variation of a resource in a delivery line.\r\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>internal</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -53,7 +54,9 @@ ...@@ -53,7 +54,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>A Product object holds the information about\n <value> <string>A Product object holds the information about\r\n
a manufactured product, like a pen, a bicycle...</string> </value> a manufactured product, like a pen, a bicycle...</string> </value>
</item> </item>
<item> <item>
...@@ -68,6 +68,7 @@ a manufactured product, like a pen, a bicycle...</string> </value> ...@@ -68,6 +68,7 @@ a manufactured product, like a pen, a bicycle...</string> </value>
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>internal</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -81,7 +82,9 @@ a manufactured product, like a pen, a bicycle...</string> </value> ...@@ -81,7 +82,9 @@ a manufactured product, like a pen, a bicycle...</string> </value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>internal</string>
<string>module</string> <string>module</string>
</tuple> </tuple>
</value> </value>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>A Product object holds the information about\n <value> <string>A Product object holds the information about\r\n
a manufactured product, like a pen, a bicycle...</string> </value> a manufactured product, like a pen, a bicycle...</string> </value>
</item> </item>
<item> <item>
...@@ -49,6 +49,7 @@ a manufactured product, like a pen, a bicycle...</string> </value> ...@@ -49,6 +49,7 @@ a manufactured product, like a pen, a bicycle...</string> </value>
<value> <value>
<tuple> <tuple>
<string>delivery</string> <string>delivery</string>
<string>internal</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -62,7 +63,9 @@ a manufactured product, like a pen, a bicycle...</string> </value> ...@@ -62,7 +63,9 @@ a manufactured product, like a pen, a bicycle...</string> </value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>order_movement</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -47,11 +48,15 @@ ...@@ -47,11 +48,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>order_movement</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -70,7 +71,9 @@ ...@@ -70,7 +71,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>order</string> <string>order</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -70,7 +71,9 @@ ...@@ -70,7 +71,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,7 +52,9 @@ ...@@ -51,7 +52,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,7 +52,9 @@ ...@@ -51,7 +52,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery</string> <string>delivery</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -70,7 +71,9 @@ ...@@ -70,7 +71,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>purchase</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>purchase</string>
<string>supply</string> <string>supply</string>
</tuple> </tuple>
</value> </value>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>order_movement</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -47,11 +48,15 @@ ...@@ -47,11 +48,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>order_movement</string> <string>order_movement</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,7 +52,9 @@ ...@@ -51,7 +52,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>redirect_script</string> </key> <key> <string>redirect_script</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>order</string> <string>order</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -70,7 +71,9 @@ ...@@ -70,7 +71,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>redirect_script</string> </key> <key> <string>redirect_script</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,7 +52,9 @@ ...@@ -51,7 +52,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery_movement</string> <string>delivery_movement</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -51,7 +52,9 @@ ...@@ -51,7 +52,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -60,6 +61,18 @@ ...@@ -60,6 +61,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Sale Packing List Module</string> </value> <value> <string>Sale Packing List Module</string> </value>
</item> </item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<value> <value>
<tuple> <tuple>
<string>delivery</string> <string>delivery</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -70,7 +71,9 @@ ...@@ -70,7 +71,9 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Folders allow to store a large number of documents (1,000,000 should not\n <value> <string>Folders allow to store a large number of documents (1,000,000 should not\r\n
be a problem).</string> </value> be a problem).</string> </value>
</item> </item>
<item> <item>
...@@ -54,6 +54,7 @@ be a problem).</string> </value> ...@@ -54,6 +54,7 @@ be a problem).</string> </value>
<value> <value>
<tuple> <tuple>
<string>module</string> <string>module</string>
<string>sales</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -63,7 +64,15 @@ be a problem).</string> </value> ...@@ -63,7 +64,15 @@ be a problem).</string> </value>
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple>
<string>sales</string>
<string>supply</string> <string>supply</string>
</tuple> </tuple>
</value> </value>
...@@ -66,11 +67,15 @@ ...@@ -66,11 +67,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
2009-12-14 yusei
* Add new group type to each Sale/Purchase/Internal type informations.
2009-12-14 yusei 2009-12-14 yusei
* Add use field to order line view and packing list line view. * Add use field to order line view and packing list line view.
......
802 805
\ 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