> 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/products/pbms/previous-generation/deployment/installation-of-odoo-modules.md).

# Installation of Odoo Modules

Once the PBMS module is deployed, individual Odoo modules can be installed directly from the Odoo dashboard as required.

## Procedure

1. Open the landing page for your environment (e.g., <https://explore.openg2p.org/>), and log in to the PBMS module using valid credentials available in the Secrets section of the Rancher UI.
2. Once you logged in enable `Activate the developer mode` under **settings -> General Settings -> Developer Tools.**

   <figure><img src="/files/7QFDTTYmdfcSYi7VQts2" alt=""><figcaption></figcaption></figure>
3. Click the main menu icon ![](/files/xKhS7qdJDqpzfMgT2JTm) and select **Apps**.
4. Search G2P modules inside the **Search field** available on the dashboard.

   <figure><img src="/files/eomBhquroyobkUdb3kQr" alt=""><figcaption></figcaption></figure>
5. You can search for a module by name to **Install** it according to your project requirements. And to upgrade an existing module, click the **Upgrade** button to apply the latest version.
6. Click the **Learn More** button to learn about OpenG2P.
7. Click the ![](/files/iUcIVYKUf64zbAGyclik) icon to get Module Information.

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

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/products/pbms/previous-generation/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.
