[FIX] mrp_repair: missiing taxes field in invoicing tab.

Taxes can be applied on the repair fees.
The field was defined in the model, it was just missing
in the view.

In addition, the product_id_change worked already for the
taxes.

opw-632898
This commit is contained in:
Denis Ledoux 2015-04-15 16:00:44 +02:00
parent 3f7d168130
commit 51774f2a45
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@
<field name="product_uom_qty" string="Quantity"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
<field name="price_unit"/>
<field name="tax_id" domain="[('parent_id', '=', False), ('type_tax_use', '=', 'purchase')]" widget="many2many_tags"/>
<field name="to_invoice"/>
<field name="price_subtotal"/>
</tree>