[stock][stock_view] wrong field orderpoint_count

Bug #1317352 reported by hbto [Vauxoo] http://www.vauxoo.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

Wrong field name set in button,

orderpoint_count was set intead of orderpoint_ids

Best regards.

=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2014-05-07 18:29:17 +0000
+++ stock/stock_view.xml 2014-05-08 04:15:46 +0000
@@ -1817,7 +1817,7 @@
                    <button string="Moves" name= "%(act_product_stock_move_open)d" type="action" attrs="{'invisible':[('type', '=', 'service')]}" groups="stock.group_stock_user"/>
                    <button class="oe_inline oe_stat_button" name="%(product_open_orderpoint)d" type="action"
                         attrs="{'invisible':[('type', '=', 'service')]}" icon="fa-pinterest">
- <field string="Order Points" name="orderpoint_count" widget="statinfo" />
+ <field string="Order Points" name="orderpoint_ids" widget="statinfo" />
                    </button>
                 </xpath>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.