Comment 6 for bug 799378

Revision history for this message
Stéphane Bidoul (Acsone) (sbi) wrote : Re: Error reading fields of an object inherited by prototyping

Hello,

I believe I have ve encountered a variant of this issue. I was trying to add a field to res.partner.address (by creating a module and using _inherit = 'res.partner.address').

The new field was correctly created in the database, but when trying to add it to inherited views that did not work (the error was "Can't find field in the following view parts composing the view...").

When declaring my module as dependent of "crm", the problem went away.

Best regards,

-sbi