[IMP] sort stock picking by id, no percent label for tax amount
authorMartin Trigaux <mat@openerp.com>
Tue, 28 May 2013 11:58:11 +0000 (13:58 +0200)
committerMartin Trigaux <mat@openerp.com>
Tue, 28 May 2013 11:58:11 +0000 (13:58 +0200)
bzr revid: mat@openerp.com-20130528115811-klv4spx00srr4vqb

1  2 
addons/account/account_view.xml
addons/stock/stock.py

                                  <label for="type"/>
                                  <div>
                                      <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 between 0-1" attrs="{'invisible':[('type','&lt;&gt;','percent')]}"/>
++                                    <field name="amount" attrs="{'invisible':[('type','in',('none', 'code', 'balance'))]}"/>
                                  </div>
                                  <field name="python_compute" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>
                                  <field name="python_compute_inv" attrs="{'invisible':[('type','!=','code')],'required':[('type','=','code')]}"/>
Simple merge