[IMP]purchase:Fixed=>Untraslated string

bzr revid: ron@tinyerp.com-20110519131228-jo83ruqiatv5c1oo
This commit is contained in:
ron@tinyerp.com 2011-05-19 18:42:28 +05:30
parent 588f222074
commit 9ec33a9c7e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class purchase_order_group(osv.osv_memory):
return {
'domain': "[('id','in', [" + ','.join(map(str, allorders.keys())) + "])]",
'name': 'Purchase Orders',
'name': _('Purchase Orders'),
'view_type': 'form',
'view_mode': 'tree,form',
'res_model': 'purchase.order',