[FIX] sale order: fix order lines in form

bzr revid: rco@openerp.com-20120831100535-1awx1kj0ezrzw38d
This commit is contained in:
Raphael Collet 2012-08-31 12:05:35 +02:00
parent a652cc9ef0
commit 5426eb7508
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
<field name="product_uos" string="UoS" groups="product.group_uos"/>
<field name="discount" groups="sale.group_discount_per_so_line"/>
<field name="price_unit"/>
<field name="tax_id"/>
<field name="tax_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]"/>
<field name="price_subtotal"/>
</tree>
</field>