An open API service indexing awesome lists of open source software.

https://github.com/afiore/odoo-local-dev

Entorno local para experimentar con Odoo
https://github.com/afiore/odoo-local-dev

Last synced: 8 months ago
JSON representation

Entorno local para experimentar con Odoo

Awesome Lists containing this project

README

          

# Odoo local dev setup

A docker-compose file providing the following configuration:
- two containers: one for Odoo itself, the other for the PostgresSQL rdbms.
- bundled addons automatically discovered at startup
- Postgres database and file assets (e.g. uploads) are persisted in the docker volumes.

## Usage

On windows, make sure to install Docker desktop, which ships with the docker-compose executable.
Then, run the `docker-compose` command from the project top-level folder.
Finally, point your browser to http://localhost:8069/ and walk through the Odoo installation wizard.

## Installing the Addons

Once you have gone through the installation wizard, you can proceed to install the bundled Addons.
Navigate to `Apps`, clear all filters in the search bar, then search and install the bundled addons
in the following order:

- `web_widget_x2many_2d_matrix` v13.0.1.1.1 (this is a dependency of the timesheet module).
- `hr_timesheet_sheet` v13.0.1.0.0

You should now be able to log timesheets and associate them to projects and tasks.