Skip to content

Commit

Permalink
[15.0][IMP] stock_analytic: add analytic account to move tree receipt…
Browse files Browse the repository at this point in the history
… picking view
  • Loading branch information
ThiagoMForgeFlow authored and SergiCForgeFlow committed Jul 20, 2023
1 parent c841a52 commit a72f2a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stock_analytic/views/stock_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,17 @@
</xpath>
</field>
</record>
<record
id="view_move_tree_receipt_picking_inherit_analytic_account"
model="ir.ui.view"
>
<field name="name">stock.move.tree2 - Analytic Account</field>
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_move_tree_receipt_picking" />
<field name="arch" type="xml">
<xpath expr="//field[@name='location_dest_id']" position="after">
<field name="analytic_account_id" />
</xpath>
</field>
</record>
</odoo>

0 comments on commit a72f2a9

Please sign in to comment.