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

[FIX] mrp_workorder: Qualitiy point on Kit


Steps to reproduce the bug:

- Create a BOM kit K with two components C1 and C2

Bug:

It was possible to set an operation on K

PS: Operation is not supported on BOM kit

opw:2393302

closes odoo/odoo#62427

Signed-off-by: default avatarSimon Goffin (sig) <sig@openerp.com>
parent 08b79883
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
</page>
<page string="Operations"
name="operations"
attrs="{'invisible': [('type','not in',('normal','phantom'))]}"
attrs="{'invisible': [('type', '!=', 'normal')]}"
groups="mrp.group_mrp_routings">
<field name="operation_ids"
attrs="{'invisible': [('type','not in',('normal','phantom'))]}"
......
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