Merge lp:~openerp-dev/openobject-addons/trunk-bug-1105548-jco into lp:openobject-addons

Proposed by Josse Colpaert (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1105548-jco
Merge into: lp:openobject-addons
Diff against target: 21 lines (+2/-2)
1 file modified
stock/stock_view.xml (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1105548-jco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+146605@code.launchpad.net

Description of the change

Change =? search operator for serial numbers to = in stock_view.xml

To post a comment you must log in.

Unmerged revisions

8532. By Josse Colpaert (OpenERP)

[FIX] Changed =? operator in =

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/stock_view.xml'
2--- stock/stock_view.xml 2012-12-14 16:07:36 +0000
3+++ stock/stock_view.xml 2013-02-05 10:35:29 +0000
4@@ -1263,7 +1263,7 @@
5 <div groups="stock.group_production_lot">
6 <field name="prodlot_id"
7 context="{'location_id':location_id, 'product_id':product_id}"
8- domain="[('product_id','=?',product_id)]" class="oe_inline"
9+ domain="[('product_id','=',product_id)]" class="oe_inline"
10 on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)"/>
11 <button name="%(track_line)d"
12 states="draft,waiting,confirmed,assigned"
13@@ -1337,7 +1337,7 @@
14 <div>
15 <field name="prodlot_id" groups="stock.group_production_lot"
16 context="{'location_id':location_id, 'product_id':product_id}"
17- domain="[('product_id','=?',product_id)]"
18+ domain="[('product_id','=',product_id)]"
19 on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" class="oe_inline"/>
20 <button name="%(track_line)d"
21 groups="stock.group_tracking_lot"

Subscribers

People subscribed via source and target branches

to all changes: