Sent on LP
Simon Vass Managing Director E-Tech Uganda Ltd http://www.etech.ug Tel: +256 (0) 312260620 or (0) 312260621 email: [email protected] skype: e-techservicedesk ----- Original Message ----- From: "Stefan Rijnhart (Therp)" <[email protected]> To: [email protected] Sent: Wednesday, 29 August, 2012 2:21:51 PM Subject: [Bug 1043234] Re: AttributeError: 'Field name not found in browse_record(ir.module.category, 2)' Hi Simon, thank you for reporting this. We need more information to understand why this is happening. Could you post the command line that you run the server with, and the server log with log level 'debug' from a run in which this error occurs? You can send me the log personally through Launchpad if you do not want to run the risk of disclosing sensitive information. Best regards, Stefan. -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1043234 Title: AttributeError: 'Field name not found in browse_record(ir.module.category, 2)' Status in OpenUpgrade Server: New Bug description: When I run the migration script on my 6.0.4 db to update to 6.1 I get. Traceback (most recent call last): File "/opt/openerp/server/openerp-server", line 95, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) File "/opt/openerp/server/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module, pooljobs) File "/opt/openerp/server/openerp/modules/registry.py", line 180, in get update_module, pooljobs) File "/opt/openerp/server/openerp/modules/registry.py", line 202, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/opt/openerp/server/openerp/modules/loading.py", line 471, in load_modules modobj.update_list(cr, 1) File "/opt/openerp/server/openerp/addons/base/module/module.py", line 497, in update_list self._update_category(cr, uid, mod, terp.get('category', 'Uncategorized')) File "/opt/openerp/server/openerp/addons/base/module/module.py", line 551, in _update_category current_category_path.insert(0, current_category.name) File "/opt/openerp/server/openerp/osv/orm.py", line 478, in __getattr__ raise AttributeError(e) AttributeError: 'Field name not found in browse_record(ir.module.category, 2)' To manage notifications about this bug go to: https://bugs.launchpad.net/openupgrade-server/+bug/1043234/+subscriptions -- You received this bug notification because you are a member of OpenUpgrade Committers, which is subscribed to OpenUpgrade Server. https://bugs.launchpad.net/bugs/1043234 Title: AttributeError: 'Field name not found in browse_record(ir.module.category, 2)' Status in OpenUpgrade Server: New Bug description: When I run the migration script on my 6.0.4 db to update to 6.1 I get. Traceback (most recent call last): File "/opt/openerp/server/openerp-server", line 95, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname, update_module=config['init'] or config['update'], pooljobs=False) File "/opt/openerp/server/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module, pooljobs) File "/opt/openerp/server/openerp/modules/registry.py", line 180, in get update_module, pooljobs) File "/opt/openerp/server/openerp/modules/registry.py", line 202, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/opt/openerp/server/openerp/modules/loading.py", line 471, in load_modules modobj.update_list(cr, 1) File "/opt/openerp/server/openerp/addons/base/module/module.py", line 497, in update_list self._update_category(cr, uid, mod, terp.get('category', 'Uncategorized')) File "/opt/openerp/server/openerp/addons/base/module/module.py", line 551, in _update_category current_category_path.insert(0, current_category.name) File "/opt/openerp/server/openerp/osv/orm.py", line 478, in __getattr__ raise AttributeError(e) AttributeError: 'Field name not found in browse_record(ir.module.category, 2)' To manage notifications about this bug go to: https://bugs.launchpad.net/openupgrade-server/+bug/1043234/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

