Commit f3313e74 authored by Jérome Perrin's avatar Jérome Perrin

Add order on actions for Organisation, Person and Bank Account.

Make 'transactions' optional on Person.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4893 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e586337
......@@ -153,7 +153,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -218,7 +218,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -283,7 +283,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>99.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -348,7 +348,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>100.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -175,7 +175,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -305,7 +305,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>20.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -370,7 +370,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>40.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -435,7 +435,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>50.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -500,7 +500,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>99.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -565,7 +565,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>100.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -630,7 +630,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -695,7 +695,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <int>10</int> </value>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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