[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 68b8286d5f
This commit is contained in:
Denis Ledoux 2015-02-26 17:38:39 +01:00
parent 25bf2674d5
commit d4f41a18a6
1 changed files with 1 additions and 1 deletions

View File

@ -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>