Skip to content
Snippets Groups Projects
Commit 8801abec authored by Jay Vora's avatar Jay Vora
Browse files

misc

bzr revid: jvo@tinyerp.com-20090529073038-rz0klt69k2kiydem
parent 1d42a31a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ def init_db(cr):
state = 'uninstallable'
cr.execute('select nextval(\'ir_module_module_id_seq\')')
id = cr.fetchone()[0]
print info.get('name', False)
cr.execute('insert into ir_module_module \
(id, author, website, name, shortdesc, description, \
category_id, state, certificate) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment