16
16
<field name="composition_list_id" domain="[('composition_product_id', '=', product_id), ('state', '=', 'completed'), ('composition_type', '=', 'real')]"
17
17
attrs="{'readonly': [('kit_mem_check', '=', False)]}" />
18
18
<field name="kit_mem_check" invisible="True" />
20
20
<field name="quantity" />
21
21
<field name="product_uom" readonly="True" string="UOM" />
22
22
<field name="prodlot_id" string="Batch Number"