How can I add a new column inside delivery orders (stock.picking) under "Detailed Operation Tab" and "Operations" tab. Can I be provided with a piece of code regarding this issue? This is the code I am using to add a new column under "Detailed Operation Tab" but nothing is added:
id="view_stock_move_line_detailed_operation_tree_mrp" model="ir.ui.view">
name="name">stock.move.line.operations.tree.mrp
name="model">stock.move.line
name="inherit_id" ref="stock.view_stock_move_line_detailed_operation_tree"/>
name="arch" type="xml">
expr="//field[@name='product_id']" position="after">
name="alternative_delivery_item" optional="show"/>