method_overrides
Identify all modules that override a specific Odoo method, listed in MRO order with source locations.
Instructions
Get all modules that override a method, in MRO order, with source locations.
Args: project_path: Path to the Odoo project root model_name: Dotted model name, e.g. 'sale.order' method_name: Method name, e.g. '_compute_tax_totals' addons_paths: Optional explicit addons paths (auto-detected if omitted) exclude_modules: Optional list of module names to skip loading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | ||
| method_name | Yes | ||
| addons_paths | No | ||
| project_path | Yes | ||
| exclude_modules | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |