I want to get the name of the currently used module in ODOO.
suppose there are different module named A,B,C,D. And each module has the same models like accounts, crm, hr, payroll, etc.
so I want to make changes in the payroll model of A module without affecting the inherited payroll model of other Modules.
so I want to get currently using the module/app name. Is there any code in python odoo