sale_order_add_bom: fix related field definition

This commit is contained in:
Alexis de Lattre
2019-12-02 11:21:59 +01:00
committed by Alexis de Lattre
parent 5a58ae0d9a
commit 9a9459f013
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
<field name="arch" type="xml">
<form string="Add Phantom BOM to the Quotation">
<group name="main">
<field name="bom_id"/>
<field name="bom_id" default_focus="1"/>
<field name="qty"/>
</group>
<footer>