Skip to content
Snippets Groups Projects
Commit d4f41a18 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] sale: sales count button on variants

The button was no more redirecting to the
sales order lines list view,
following a distraction error introduced during 68b8286d
parent 25bf2674
Branches
Tags
No related merge requests found
......@@ -503,7 +503,7 @@
<field name="arch" type="xml">
<xpath expr="//div[@name='buttons']" position="inside">
<button class="oe_inline oe_stat_button" name="action_view_sales"
type="action" icon="fa-strikethrough">
type="object" icon="fa-strikethrough">
<field string="Sales" name="sales_count" widget="statinfo" />
</button>
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment