[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:
parent
5eea3e2a23
commit
5eb8274192
1 changed files with 1 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue