[imp] desactivated rng check for views

bzr revid: nicolas.vanhoren@openerp.com-20120327092345-06bhhik1suy3td6p
This commit is contained in:
niv-openerp 2012-03-27 11:23:45 +02:00
parent 6a57cb82eb
commit f5cad0242d
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ class view(osv.osv):
return True
_constraints = [
(_check_xml, 'Invalid XML for View Architecture!', ['arch'])
# desactivate to test the new form views
#(_check_xml, 'Invalid XML for View Architecture!', ['arch'])
]
def _auto_init(self, cr, context=None):