We are not to connect any modules with odoo, Please review and do the needfull as soon as possible
Thanks

We are not to connect any modules with odoo, Please review and do the needfull as soon as possible
Thanks

Best answer by SamB
Hey there
This seems to be the same issue as the bug being discussed on the Community topic over here:
There’s a workaround mentioned on that other topic which I wanted to share here in case it helps:
Simplest way to fix this problem is edit /opt/odoo17/odoo/models.py
on line 1600 need to found the line:
def search(self, domain, offset=0, limit=None, order=None):
and replace with
def search(self, domain, offset=0, limit=None, order=None, anything=None):
Since we already have one topic discussing that bug I’m going to close this one so that folks can follow along with any updates in a single place. Feel free to reach out on the main topic if you have any follow up questions in the meantime.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.