Hello. Is it possible to extend a model via _inherit and extend it with a further inheritance?
For instance, i have made a mixin AbstractModel for tracking and other functions. I'd like to extend sale.order so that it inherits my misc-in. Can this be done?