[IMP] re-enable XML check on view arch

bzr revid: xmo@openerp.com-20130912124334-skafqdt0hxna7frx
This commit is contained in:
Xavier Morel 2013-09-12 14:43:34 +02:00
parent a61e7b5efa
commit cc187b884b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class view(osv.osv):
return True
_constraints = [
#(_check_xml, 'Invalid XML for View Architecture!', ['arch'])
(_check_xml, 'Invalid XML for View Architecture!', ['arch'])
]
def _auto_init(self, cr, context=None):