| name | source_read_odoo_file |
| aliases | ["read_odoo_file"] |
| label | Lire un fichier source |
| label_en | Read a source file |
| kind | tool |
| group | src |
| builtin | false |
| read_only | true |
| risk_level | low |
| description | Lire un fichier précis des sources Odoo standard (Community ou Enterprise) de la version courante, avec citation des lignes : modèle, méthode, vue XML brute, rapport QWeb, manifest. Utiliser après source_search_odoo pour confirmer une implémentation standard. Ne pas utiliser pour la version cible d'une migration (migration_read_target_file) ni pour le dépôt projet client custom (repo_read_file). |
| description_en | Read a precise file from current-version standard Odoo sources (Community or Enterprise) with line references: model, method, raw XML view, QWeb report, manifest. Use after source_search_odoo to confirm a standard implementation. Do not use for a migration target version (migration_read_target_file) or the client custom project repo (repo_read_file). |
| requirement | Sources Odoo téléchargées |
| requirement_en | Downloaded Odoo sources |
| version | 1.0.0 |
| author | Le Goff Benoît - Camptocamp SA |
| modes | ["assistant","migration","creator"] |
| keywords | ["fichier source","source file","sources odoo","odoo sources","from odoo sources","fichier standard odoo","standard odoo file","lis fichier","lis le fichier","lire le fichier","read the file","ouvre le fichier","open the file","contenu de","content of","implémentation standard","standard implementation",".py odoo","odoo/addons","report template","standard report"] |
| permissions | {"filesystem":"read","network":false,"scripts":false,"odoo":"none"} |
| code_path | skills/source-read-odoo-file/scripts/handler.py |
| references_auto_load | [{"file":"source_tree_map.md","triggers":["organisation sources","source tree","community vs enterprise","odoo/addons"]}] |