[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 Heliconia Solutions
parent 8d0bd76872
commit 6db0b806e9

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>