|
@ -26,7 +26,7 @@ |
|
|
<button name="copy_qty" string="Copy Move Line Quantity" states="partially_available,assigned" type="object" class="oe_highlight" |
|
|
<button name="copy_qty" string="Copy Move Line Quantity" states="partially_available,assigned" type="object" class="oe_highlight" |
|
|
attrs="{'invisible': ['|', ('picking_type_code', '!=', 'incoming')]}"/> |
|
|
attrs="{'invisible': ['|', ('picking_type_code', '!=', 'incoming')]}"/> |
|
|
</button> |
|
|
</button> |
|
|
<xpath expr="//field[@name='product_id']" position="attributes"> |
|
|
|
|
|
|
|
|
<xpath expr="//field[@name='move_ids_without_package']//field[@name='product_id']" position="attributes"> |
|
|
<attribute name="domain">[('main_seller_id', '=', parent.partner_id)]</attribute> |
|
|
<attribute name="domain">[('main_seller_id', '=', parent.partner_id)]</attribute> |
|
|
</xpath> |
|
|
</xpath> |
|
|
</field> |
|
|
</field> |
|
|