I am trying to use a third party module from odoo apps that inherits from calendar.event
I want the model to inherit from my own model called hms.appointment.
when restarting I got that error, noting that I don't have this field in my own model. Both models inheriting from mail thread.
How can I solve this error in a way that helps me inheriting from both models without issues?