Skip to content

Commit

Permalink
Merge 5993fc6 into e666325
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerther committed Oct 16, 2019
2 parents e666325 + 5993fc6 commit d7f395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_analytic/views/stock_move_views.xml
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 d7f395b

Please sign in to comment.