[IMP] mrp_production_note: add name attr for view inheritance

This commit is contained in:
Christian Santamaria
2023-08-31 12:23:25 +02:00
committed by Du-ma
parent e0d2dbe8e8
commit 1d3dcf91ae

View File

@@ -6,7 +6,7 @@
<field name="inherit_id" ref="mrp.mrp_production_form_view" />
<field name="arch" type="xml">
<notebook>
<page string="Notes">
<page string="Notes" name="notes">
<field name="notes" nolabel="1" />
</page>
</notebook>