Commit ef6cd932 authored by Kevin Deldycke's avatar Kevin Deldycke

Minor changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42ed244a
...@@ -146,7 +146,7 @@ return printed\n ...@@ -146,7 +146,7 @@ return printed\n
<string>_print</string> <string>_print</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>pay_sheet</string> <string>pay_sheet</string>
<string>_getitem_</string> <string>_getitem_</string>
<string>str</string> <string>str</string>
......
...@@ -75,7 +75,7 @@ STATE_LIST = [ \'confirmed\'\n ...@@ -75,7 +75,7 @@ STATE_LIST = [ \'confirmed\'\n
, \'planned\'\n , \'planned\'\n
, \'stopped\'\n , \'stopped\'\n
#, \'draft\'\n #, \'draft\'\n
]\n ]\n
AUTO_UPDATE = False\n AUTO_UPDATE = False\n
\n \n
\n \n
......
...@@ -75,7 +75,7 @@ STATE_LIST = [ \'confirmed\'\n ...@@ -75,7 +75,7 @@ STATE_LIST = [ \'confirmed\'\n
#, \'planned\'\n #, \'planned\'\n
, \'stopped\'\n , \'stopped\'\n
#, \'draft\'\n #, \'draft\'\n
]\n ]\n
AUTO = False\n AUTO = False\n
\n \n
print """<html>\n print """<html>\n
......
...@@ -160,7 +160,7 @@ return None\n ...@@ -160,7 +160,7 @@ return None\n
<value> <value>
<tuple> <tuple>
<string>PRIORITY</string> <string>PRIORITY</string>
<string>context</string> <string>context</string>
<string>pay_sheet</string> <string>pay_sheet</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>_getattr_</string> <string>_getattr_</string>
......
...@@ -356,6 +356,10 @@ ...@@ -356,6 +356,10 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
...@@ -225,18 +225,10 @@ ...@@ -225,18 +225,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>input_style</string> </key>
<value> <string>-1234.5</string> </value>
</item>
<item> <item>
<key> <string>not_viewable</string> </key> <key> <string>not_viewable</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>read_only</string> </key> <key> <string>read_only</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -247,7 +239,7 @@ ...@@ -247,7 +239,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Gross Salary</string> </value> <value> <string>Gross Salary (Euros)</string> </value>
</item> </item>
<item> <item>
<key> <string>viewable_expression</string> </key> <key> <string>viewable_expression</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