I have created model (also views, added menu to it) and want to relate that model to res.partner model.
my code is here
class res_partner(models.Model): |
I dont understand why i`m getting this error:
ProgrammingError: column res_partner.job_title does not exist
LINE 1: ...y","res_partner"."notify_email" as "notify_email","res_partn...
After a module update?
First time yes, after module update, but now if i add some field to res.partner class no matter its a char or many2one after server restart what error ocurs. to other model i can add fields like always. Also with web interface i can add field to res.partner without erros. something weird here..