ACCOUNT: remove active on account.account and add new type closed

bzr revid: ced-c42b7428ed8b60a76f9530f1e1ca0a6e19f750b0
This commit is contained in:
ced 2007-05-14 10:40:57 +00:00
parent 0d82aa7ffc
commit 750d07ff6e
1 changed files with 7 additions and 0 deletions

View File

@ -101,5 +101,12 @@ cr.commit()
cr.execute("delete from ir_ui_menu where (id not in (select parent_id from ir_ui_menu where parent_id is not null)) and (id not in (select res_id from ir_values where model='ir.ui.menu'))")
cr.commit()
# -------------------------------- #
# remove active to account_account #
# -------------------------------- #
cr.execute("alter table account_account drop active")
cr.commit()
cr.close()