pycharm-odoo
pycharm-odoo copied to clipboard
Extending "Go to symbol... for " feature
This feature:
Is it possible to extend this in order to:
- Search for a specific module. Either like this
product.template
(_name or _inherit) orProduct Template
(_description). - Search for a field. Either using the string attribute or the DB name.
- Search for a field in a specific module.
- Search for a method in a specific module.
- Search for an onchange method.
- Search for an onchange method in a specific module.
- Search for an onchange method for a specific field.
- Search for an onchange method for a specific field in a specific model.