I am developing a custom module and facing an issue like inheriting the Method without super call , and the flow of super breaks.
while in other module i have done the same and override without super some other method but it called the method from other modules that have extended the same
So can anyone explain the sequence of method calling in odoo , i dont understand if i inherit a method without super , in one case it does not call any super method and in other case it calls , why ?????