[IMP] stock_picking_batch_custom: add partner column to detailed operations

Show picking_partner_id after product_id in the detailed operations
list so the destination contact is visible next to the product.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
GitHub Copilot 2026-05-25 12:38:15 +02:00
parent 5eea3e2a23
commit 5eb8274192

View file

@ -53,6 +53,7 @@
<attribute name="context">{'display_default_code': False}</attribute>
</xpath>
<xpath expr="//field[@name='product_id']" position="after">
<field name="picking_partner_id" readonly="1" optional="show"/>
<field name="product_default_code" readonly="1" optional="hide"/>
<field name="home_delivery" readonly="1" widget="boolean_toggle" optional="show"/>
<field name="consumer_group_id" readonly="1" optional="show"/>