Friday, July 19, 2019

odoo.exceptions.UserError: ("No inverse field None found for '_unknown'", '')

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

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...