> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.3/pbms/deployment/installation-of-odoo-modules.md).

# Installation of Odoo Modules

This document provides instructions on installing modules applicable to PBMS from the Odoo platform.

## Procedure

1. Use the link [https://pbms.explore.openg2p.org/](https://pbms.explore.openg2p.org/web/login) and login with valid credentials to access the PBMS module.
2. Click the main menu icon ![](/files/jsRVDffM09VtGFJaNGuN) and select ***Apps***.

<figure><img src="/files/Bt1GKXjUu5VR5Hx56FF4" alt=""><figcaption></figcaption></figure>

Apps screen is displayed.

3. Click the ***G2P*** from the ***CATEGORIES*** menu in the left pane.

<figure><img src="/files/6oi8mhJKpnHYnzNxOQjJ" alt=""><figcaption></figcaption></figure>

You can find all the modules applicable for PBMS in the right pane.

4. Choose the module, click the ***Install/Activate*** button to install the module based on your project requirements.

{% hint style="info" %}

* In Odoo 15.0, click the ***Install*** button, and in Odoo 17.0, click the ***Activate*** button to install the module based on your project requirements.
  {% endhint %}

Or

You can enter the module name in the ***Search*** field to choose the module to install based on your project requirements.

5. Click the ***Upgrade*** button to upgrade to the latest version of the module.
6. Click the ***Learn More*** button to learn about OpenG2P.
7. Click the ![](/files/fG6vhXqvA1LOJYIaCRS1) icon

| Feature     | Description                                |
| ----------- | ------------------------------------------ |
| Module Info | It contains the information of the module. |
| Learn More  | It navigates to the OpenG2P website page.  |

* In Odoo 15.0, after the successful installation, the status of the module is changed from Install to Installed.
* In Odoo 17.0, the ***Activate*** button will not be available after the successful installation of the module.

Similarly, you can activate the other modules for PBMS based on your project requirements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/1.3/pbms/deployment/installation-of-odoo-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
