Skip to content

Commit

Permalink
[IMP] Search loaded products + shipment advice on stock operation tree
Browse files Browse the repository at this point in the history
  • Loading branch information
giarve committed Dec 11, 2024
1 parent 9725c8b commit ab2773b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions shipment_advice/views/shipment_advice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
<search string="Shipment Advices">
<field name="name" />
<field name="ref" />
<field name="loaded_move_line_ids" />
<filter
name="incoming"
string="Incoming"
Expand Down
11 changes: 11 additions & 0 deletions shipment_advice/views/stock_move_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,15 @@
</tree>
</field>
</record>

<record id="view_move_line_tree_detailed" model="ir.ui.view">
<field name="name">stock.move.line.tree.inherit</field>
<field name="model">stock.move.line</field>
<field name="inherit_id" ref="stock.view_move_line_tree_detailed" />
<field name="arch" type="xml">
<field name="location_dest_id" position="after">
<field name="shipment_advice_id" widget="many2one" optional="hide" />
</field>
</field>
</record>
</odoo>

0 comments on commit ab2773b

Please sign in to comment.