Skip to content
Snippets Groups Projects
Commit 8d851e4a authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] mrp_repair: repair fee lines without product_id filled

It's impossible to add a repair fee line without a product because the
product uom is required.

opw:1833233
parent d8053541
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@
</group>
</form>
<tree string="Fees" editable="bottom">
<field name="product_id" domain="[('type','=','service')]"/>
<field name="product_id" domain="[('type','=','service')]" required="True"/>
<field name='name'/>
<field name="product_uom_qty" string="Quantity"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment