ODOO
errors
This error usually happens with relational field when they defined in wrong way for example
student_id = fields.One2many(string="Student")
here I don't defined the relational object for this field , so that will make the same error
No comments:
Post a Comment