[FIX]Re-fixed the usability issues.
authorMohammed Shekha <msh@openerp.com>
Mon, 11 Feb 2013 05:23:02 +0000 (10:53 +0530)
committerMohammed Shekha <msh@openerp.com>
Mon, 11 Feb 2013 05:23:02 +0000 (10:53 +0530)
bzr revid: msh@openerp.com-20130211052302-ts83esshx1v419ll

1  2 
addons/account/account_view.xml

                                      <field name="type"/>
                                      <field name="amount" class="oe_inline"
                                          attrs="{'invisible':[('type','in',('none', 'code', 'balance'))]}"/>
-                                     <label string="%%" attrs="{'invisible':[('type','&lt;&gt;','percent')]}"/>
 -                                    <label string="%% Ratio" attrs="{'invisible':[('type','&lt;&gt;','percent')]}"/>
++                                    <label string="%% ratio between 0-1" attrs="{'invisible':[('type','&lt;&gt;','percent')]}"/>
                                  </div>
                                  <field name="python_compute" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>
                                  <field name="python_compute_inv" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>