Skip to content

Commit

Permalink
[FIX] stock: duplicated xmlid
Browse files Browse the repository at this point in the history
Half-Cherry-Pick of e9fc0e2

closes odoo#28629
  • Loading branch information
KangOl committed Nov 13, 2018
1 parent 46b296d commit 4a26aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/stock/views/stock_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<field name="act_window_id" ref="stock_move_action"/>
</record>

<record model="ir.actions.act_window.view" id="action_stock_move_graph_all">
<record model="ir.actions.act_window.view" id="action_stock_move_kanban_all">
<field name="sequence" eval="4"/>
<field name="view_mode">kanban</field>
<field name="view_id" ref="view_move_kandan"/>
Expand Down

0 comments on commit 4a26aa2

Please sign in to comment.