I am using v14 and have installed these apps: sale_management, account, website, stock, account_accountant, purchase, website_sale, mass_mailing, mail and contacts.
Is there a way to know where a model is referenced in other models? Take for instance the product.product and/or product.template. If I go to Settings > Technical > Database Structure > Fields I can create these filters:
Relation Field contains "product" and it lists 14 all being Field Type = one2many.
Related Field contains "product" and it lists 158 Field Type being:
binary = 1
boolean = 14
char = 14
float = 7
html = 4
integer = 10
many2many = 11
many2one = 58
one2many = 6
selection = 21
text = 12
Related Model is equal to "product.product" or Related Model is equal to "product.template" and it lists 89 Field Type being:
many2many = 14
many2one = 73
one2many = 2
But most important, what I want to do is figure out what modules do have the reference to product.product and/or product.template and know if there are any records in those related models.