Skip to content

Commit

Permalink
[12.0] [FIX] stock_analytic: Analytic account field is in wrong page
Browse files Browse the repository at this point in the history
Fixes OCA#257
  • Loading branch information
Jerther authored and Ricardoalso committed Oct 6, 2023
1 parent 14b31c0 commit 898a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_analytic/views/stock_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='move_line_ids_without_package']/tree/field[@name='product_id']" position="after">
<xpath expr="//field[@name='move_ids_without_package']/tree/field[@name='product_id']" position="after">
<field name="analytic_account_id"/>
</xpath>
</field>
Expand Down

0 comments on commit 898a1fb

Please sign in to comment.