Comment 14 for bug 1043234

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote : Re: [Bug 1043234] Re: AttributeError: 'Field name not found in browse_record(ir.module.category, 2)'

never came across this problem so I do not know what happens in that
case. Can you post the output of the following database query?

select ir_module_module.name, ir_module_category.name from
ir_module_module, ir_module_category where category_id = 2 and
category_id = ir_module_category.id;