I'm using Odoo 15! When I try "self.env.company" I get the same result as when I try "self.env.user.company_id". In other words, regardless of what company I choose in my Odoo environment, it picks the default company of my current user.
What could be the possible issue?