Skip to main content

Expose an API-Key authenticated API to get and create dms files.

Project description

Beta License: AGPL-3

This module exposes an API-Key authenticated API to create dms files as attachments in partners and crm leads, focusing on the directory structure given by the inherited module “dms_res_model_root_directory”.

Table of contents

Configuration

To give access to the API to a structure, go to

  • Settings > Technical (debug mode) > Auth API Key

  • Click create and select a user, save.

  • Communicate the API-KEY to those in need to use the API.

Usage

### Create files

Example of curl to create a dms file with two variables to fill: - API_KEY: authorized key from the odoo server’s API-KEY (see previows paragraph) - ODOO_URL: target ODOO server’s URL

Tickets can be created with either one of the following parameters, but not both: - partner_id - crm_lead_id

  • “files” is an array of documents, each one with the following fields: - filename: name of the file - content: base64 encoded file

CONTENT=$(base64 test_pdf.pdf)

curl -X POST \
  -H "accept: application/json" \
  -H "api-key: $APIKEY" \
  -H "Content-Type: application/json" \
  -d "$(jq -n --arg content "$CONTENT" \
        '{
            crm_lead_id: "New Ticket",
            category: "this is an API created ticket",
            attachments: [
              {
                filename: "test_pdf.pdf",
                content: $content,
              }
            ]
          }')" \
  "$ODOO_URL/api/documentation"

Known issues / Roadmap

There are no issues for the moment.

Bug Tracker

Bugs are tracked on GitLab Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • SomIT SCCL

  • Som Connexio SCCL

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odoo12-addon-dms_file_api-12.0.0.1.0.tar.gz (28.0 kB view details)

Uploaded Source

Built Distribution

odoo12_addon_dms_file_api-12.0.0.1.0-py2.py3-none-any.whl (30.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file odoo12-addon-dms_file_api-12.0.0.1.0.tar.gz.

File metadata

File hashes

Hashes for odoo12-addon-dms_file_api-12.0.0.1.0.tar.gz
Algorithm Hash digest
SHA256 3cc2d9395fcc3fa50f476db6a3546a8043dd33095bf38b5e77b7467ef5410f64
MD5 a9ca35c2e837680519cfdb158cc88b43
BLAKE2b-256 398c7fece00c5bceea899ec85f9416b6a0c5fd325b9d5a85a672b1ac2825bcfd

See more details on using hashes here.

File details

Details for the file odoo12_addon_dms_file_api-12.0.0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for odoo12_addon_dms_file_api-12.0.0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 49e0ffa6112839ed0ede3b65cbc7fd187f6b8dcafb17cdd4b9effa7dcc9b76ef
MD5 cda79e0a303a423b3a11a3e5e2af803d
BLAKE2b-256 5df6ae9577add2040548c383ecfabae2bca443dac039cf68730b51ff42440b46

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page