← Back to team overview

openerp-india team mailing list archive

[Bug 1103533] [NEW] [v7.0] Cant update account module

 

Public bug reported:

Hello,

I got such error while was updating account module:

  File "/srv/openerp/addons/7.0/account/account_pre_install.yml", line 7, in <module>
    wiz = wizards.browse(cr, uid, ref('account.account_configuration_installer_todo'))
AttributeError: 'bool' object has no attribute 'lower'

I see that account.account_configuration_installer_todo record is loaded
before, so no clue why it didn't find it.

I'm using rev: 8608 version.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1103533

Title:
  [v7.0] Cant update account module

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  I got such error while was updating account module:

    File "/srv/openerp/addons/7.0/account/account_pre_install.yml", line 7, in <module>
      wiz = wizards.browse(cr, uid, ref('account.account_configuration_installer_todo'))
  AttributeError: 'bool' object has no attribute 'lower'

  I see that account.account_configuration_installer_todo record is
  loaded before, so no clue why it didn't find it.

  I'm using rev: 8608 version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1103533/+subscriptions


Follow ups

References