Skip to content
Snippets Groups Projects
Commit 80e8222f authored by Francesco Ballerini's avatar Francesco Ballerini
Browse files

[FIX] mrp: fix typo in mrp_immediate_production_views


Typo error detected on `/mrp/wizard/mrp_immediate_production_views.xml`.
It doesn't cause any issue on module installation or updates, but
it's probably gonna cause issue on view inheritance.

If you can confirm this is unintended typo I will edit commit msg.
I also detected this on version 15.0 and 16.0.

closes odoo/odoo#134070

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent 43763618
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
</group>
<field name="show_productions" invisible="1"/>
<field name="immediate_production_line_ids" nolabel="1" attrs="{'invisible': [('show_productions', '=', False)]}">>
<field name="immediate_production_line_ids" nolabel="1" attrs="{'invisible': [('show_productions', '=', False)]}">
<tree create="0" delete="0" editable="top">
<field name="production_id"/>
<field name="to_immediate" widget="boolean_toggle"/>
......
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