[IMP]stock:remove a context in view file for fix ValueError: Invalid field in domain expression

bzr revid: mma@tinyerp.com-20120109093343-r6ymxvslfwcmro1d
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-01-09 15:03:43 +05:30
parent d68dd46a65
commit 4155bb1458
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@
<group col="2" colspan="2">
<separator string="Traceability" colspan="4"/>
<button name="action_traceability" icon="gtk-go-up" string="Upstream traceability" type="object"
context="{'type': '','field': ''}" colspan="2"/>
colspan="2"/>
<button name="action_traceability" icon="gtk-go-down" string="Downstream traceability" type="object"
context="{'type': 'move_history_ids','field': ''}" colspan="2"/>
context="{'type': 'move_history_ids'}" colspan="2"/>
</group>
<notebook colspan="4">
<page string="Stock Moves">