Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-868271-ksa into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #868271 in OpenERP Addons: "Found Error when "Upstream Traceability" and 
"Downstream Traceability" Perform"
  https://bugs.launchpad.net/openobject-addons/+bug/868271

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-868271-ksa/+merge/78795

view mode for upstream and downstream traceability
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-868271-ksa/+merge/78795
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-868271-ksa.
=== modified file 'stock/wizard/stock_traceability.py'
--- stock/wizard/stock_traceability.py	2011-07-11 16:09:56 +0000
+++ stock/wizard/stock_traceability.py	2011-10-10 06:44:24 +0000
@@ -52,6 +52,7 @@
             'domain': "[('id','in',["+','.join(map(str, ids))+"])]",
             'name': ((type1=='move_history_ids2') and _('Upstream Traceability')) or _('Downstream Traceability'),
             'view_type': 'tree',
+            'view_mode': 'tree',
             'res_model': 'stock.move',
             'field_parent': type1,
             'view_id': (view_id,'View'),

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to