# G2P Documents Store

### Module name

g2p\_documents

### Module title

G2P Documents Store

### Technology base

[Odoo](https://www.odoo.com/)

### Functionality

1. The G2P Documents Store is a module developed by OpenG2P for managing and storing documents in the G2P system. This module provides functionalities for handling document storage, categorization, and tagging within the G2P application. It is designed to enhance document management capabilities and improve user experience.
2. **Document Storage**

   The G2P Documents Store allows users to store various types of documents within the G2P application. It provides a structured and organized approach to managing documents.

### Dependencies

The G2P Documents Store module depends on the following modules:

* `storage_backend_s3`
* `storage_file`

#### External Python dependencies

The module relies on the following external Python libraries:

* `boto3` (version <=1.15.18)
* `python_slugify`

### User interface

NA

### Configuration

Carefully structure the storage backend configuration (`data/storage_backend.xml`) to seamlessly integrate with the specified backends and to handle various document types.

### Error codes

NA

### Source code

<https://github.com/openg2p/openg2p-documents>

### Installation

Standard Odoo package installation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/1.3/pbms/developer-zone/odoo-modules/openg2p-documents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
