|
|
@ -32,7 +32,7 @@ |
|
|
|
|
|
|
|
<sheet> |
|
|
|
<group> |
|
|
|
<group class="oe_left"> |
|
|
|
<group> |
|
|
|
<field name="supplier_id" /> |
|
|
|
<field name="order_date" /> |
|
|
|
<field name="date_planned"/> |
|
|
@ -54,9 +54,9 @@ |
|
|
|
|
|
|
|
</group> |
|
|
|
|
|
|
|
<field name="order_line_ids" context="{'cpo_seller_id': supplier_id}"> |
|
|
|
<field name="order_line_ids"> <!--context="{'cpo_seller_id': supplier_id}"> --> |
|
|
|
<tree name="order_lines" string="Order Lines" editable='bottom'> |
|
|
|
<field name="product_template_id" domain="[('main_seller_id', '=', cpo_seller_id)]"/> |
|
|
|
<field name="product_template_id"/> <!--domain="[('main_seller_id', '=', cpo_seller_id)]"/> --> |
|
|
|
<field name="qty_available" readonly='1'/> |
|
|
|
<field name="virtual_available" readonly='1'/> |
|
|
|
<field name="uom_id" readonly='1'/> |
|
|
|