# Odoo Post Install Configuration

* Once the Odoo server is up, log in as admin. And enter `debug mode` on odoo.
* Go to *Settings* -> *Technical* -> *System Parameters*.
  * Configure `web.base.url` to your required base URL.
  * Create another system parameter, with the name `web.base.url.freeze`, and value `True`.
  * Create another system parameter, with the name `auth_oauth.authorization_header`, and value `True`.
* Go to the *Apps* sections on UI, and click on the *Update Apps List* action on top.
* Search through and install required G2P Apps & Modules.
* After all, apps are installed, proceed to create users and assign roles.
* Do not use the `admin` user after this step. Log back in as a regular user.
* Configure `ID Types` on `Registry` -> `Configuration`.
* WIP.


---

# 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/deployment/deployment-guide/odoo-post-install-configuration.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.
