bzr revid: ced-3df51fcf205c0065aa27dde1aef0c5610f79f170
This commit is contained in:
ced 2007-01-09 08:40:23 +00:00
parent f806df9f52
commit 95fab07a5f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if not cr.rowcount:
for line in (
"ALTER TABLE ir_module_module ADD demo BOOLEAN DEFAULT False",
"delete from ir_values where value like '%,False'",
"DELETE FROM ir_values WHERE VALUE LIKE '%,False'",
"""UPDATE ir_ui_view set arch='<?xml version="1.0"?><tree string="Menu" toolbar="1"><field icon="icon" name="name"/></tree>' where name='ir.ui.menu.tree' and type='tree' and field_parent='child_id'""",
):
cr.execute(line)