[FIX] web_test_demo: make test model a TransientModel. This avoid a warning about the lack of access rules

bzr revid: chs@openerp.com-20131108214255-cgx1r7x8sx1ak4ea
This commit is contained in:
Christophe Simonis 2013-11-08 22:42:55 +01:00
parent 3f73f59b15
commit f42ac76068
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from openerp.osv import orm, fields
class TestObject(orm.Model):
class TestObject(orm.TransientModel):
_name = 'web_tests_demo.model'
_columns = {