Compare commits

...

2 commits

Author SHA1 Message Date
GitHub Copilot
1b20142b6f [IMP] stock_picking_batch_custom: add is_collected to detailed operations view
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 16:47:19 +02:00
GitHub Copilot
a6e8c975f2 [IMP] stock_picking_batch_custom: add home_delivery and consumer_group_id to detailed ops view
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 16:46:21 +02:00

View file

@ -54,6 +54,9 @@
</xpath>
<xpath expr="//field[@name='product_id']" position="after">
<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"/>
<field name="is_collected" widget="boolean_toggle" optional="show"/>
</xpath>
<xpath expr="//field[@name='product_uom_id']" position="attributes">
<attribute name="optional">hide</attribute>