55
55
<field name="my_company_id" invisible="1" />
56
56
<field name="supplier" context="{'product_id': product_id, 'choose_supplier': True}" attrs="{'readonly': [('type', '=', 'make_to_stock')]}" domain="[('supplier', '=', True), ('id', '!=', my_company_id)]"/>
59
attrs="{'invisible': [('state', 'in', ('confirmed', 'cancel', 'done', 'exception'))]}"/>
60
62
<field name="product_id" colspan="4" />