How can someone find the source code of a base view in odoo to use its path to extend the view?
I’m trying to apply view inheritance to a base module view which is res.users . I found some examples that uses the same view for inheritance. But I still need the xpath to the specific child element.