Relative Content

Tag Archive for pythonodooodoo-15

Why my One2many field gives me an error after upgrading the module and the error disappears when restarting the server?

I have a one2many field that gives me this error: AttributeError: ‘_unknown’ object has no attribute ‘id’ when I try to create a new record, after restart the server the error disapears and only appears again when I update the module , if I restart the server again it disappears again, as far as I can tell it is not a dependencies problem because I use custom models, I will provide the fields I use.