90
90
<field name="product_ids" nolabel="1" colspan="4" mode="tree">
91
91
<tree string="Products" editable="top">
92
92
<field name="product_id" on_change="product_change(product_id)" domain="[('list_ids', '=', parent.sublist_id), ('type', 'not in', ['service', 'service_recep', 'consu'])]" />
93
<field name="uom_id" domain="[('uom_by_product', '=', product_id)]" on_change="onchange_uom_qty(uom_id, safety_stock)" />