I have a class that extends the other class by providing the _inherit=[helpdesk.team] in odoo. It did not have _name attribute in this class. This class has a method that adds stuff to the parent helpdesk.team. Now, I want to add some more stuff but I don't want to change in existing class and want to add a new class that extends both the above class. is it possible? How can I do it?
Thanks.
from the question what i understood is you want to add some stuff to a existing
modelin odooif I am right then you can do it using
_inheritlike for eg.it will reflect in
helpdesk.team