[FIX] Default view arch corrected

lp bug: https://launchpad.net/bugs/594324 fixed

bzr revid: jvo@tinyerp.com-20100615060847-l327rbpvkl0dtj1x
This commit is contained in:
Jay (Open ERP) 2010-06-15 11:38:47 +05:30
parent ac7f58e1d2
commit c121703c6d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class view(osv.osv):
method=True),
}
_defaults = {
'arch': '<?xml version="1.0"?>\n<tree string="Unknwown">\n\t<field name="name"/>\n</tree>',
'arch': '<?xml version="1.0"?>\n<tree string="My view">\n\t<field name="name"/>\n</tree>',
'priority': 16
}
_order = "priority"