Skip to content

Commit

Permalink
[16.0][IMP] stock_analytic: add analytic distribution to move tree re…
Browse files Browse the repository at this point in the history
…ceipt picking view
  • Loading branch information
ThiagoMForgeFlow authored and SergiCForgeFlow committed Aug 9, 2023
1 parent 9785206 commit 6c8e28b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions stock_analytic/views/stock_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,21 @@
</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_distribution"
widget="analytic_distribution"
groups="analytic.group_analytic_accounting"
/>
</xpath>
</field>
</record>
</odoo>

0 comments on commit 6c8e28b

Please sign in to comment.