[ADD] stock_picking_batch_custom: product summary

This commit is contained in:
snt 2026-03-05 20:29:02 +01:00
parent 9c14e1dc1a
commit ad8b759643
11 changed files with 348 additions and 10 deletions

View file

@ -11,6 +11,9 @@
<xpath expr="//field[@name='picking_id']" position="after">
<field name="picking_partner_id" optional="hide"/>
</xpath>
<xpath expr="//field[@name='quantity']" position="after">
<field name="is_collected" optional="show" widget="boolean_toggle"/>
</xpath>
</field>
</record>
</odoo>