[FIX]Stock : Fix the Tracebility error Up & Down Server Error

bzr revid: mma@tinyerp.com-20121018102220-x3jlqe126elzah1g
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-18 15:52:20 +05:30
parent 4f51b5074f
commit 8c47c971c5
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ class action_traceability(osv.osv_memory):
value = {
'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,