diff --git a/addons/mrp/wizard/mrp_immediate_production_views.xml b/addons/mrp/wizard/mrp_immediate_production_views.xml
index d078e46f9c906e942b517759ba91cbbc77b4ec33..8b562c21fbeb667f6a133402396d1115d88bacee 100644
--- a/addons/mrp/wizard/mrp_immediate_production_views.xml
+++ b/addons/mrp/wizard/mrp_immediate_production_views.xml
@@ -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"/>