@api.model
def create(self, vals):
********def****** res = super(ResPartner, self).create(vals)
I am trying to overwrite the create function in the inherited model,
once I save it
raise TypeError(f"unsupported operand types in: {self} + {arg!r}") TypeError: unsupported operand types in: res.partner() + None
Can someone help me to resolve this please?