mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-17 00:47:45 +01:00
17 lines
766 B
Markdown
17 lines
766 B
Markdown
odoo_extractor.py ← Point d’entrée principal (CLI)
|
||
│
|
||
├── odoo/
|
||
│ ├── retrieve_ticket.py ← Extraction d’un ticket unique
|
||
│ ├── retrieve_tickets_batch.py ← Extraction par lots
|
||
│ ├── ticket_manager.py ← Orchestrateur principal de l’extraction d’un ticket
|
||
│ ├── message_manager.py ← Gestion et nettoyage des messages
|
||
│ ├── attachment_manager.py ← Gestion des pièces jointes
|
||
│ └── auth_manager.py ← Authentification à Odoo
|
||
│
|
||
├── formatters/
|
||
│ └── clean_html.py ← Nettoyage HTML des messages
|
||
│
|
||
├── output/
|
||
│ └── ticket_Txxxx/ ← Dossier généré avec fichiers JSON/MD
|
||
|