get_document
Fetch a document from Dolibarr by providing the module and original file path; returns the file content encoded in base64.
Instructions
Télécharger/obtenir un document (retourne base64)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modulepart | Yes | Module: 'invoice', 'proposal', 'order', etc. | |
| original_file | Yes | Chemin du fichier (obtenu via list_documents) |