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
- Host: GitHub
- URL: https://github.com/afiore/odoo-local-dev
- Owner: afiore
- Created: 2024-04-03T18:59:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T20:53:15.000Z (about 2 years ago)
- Last Synced: 2025-03-15T03:33:01.706Z (about 1 year ago)
- Language: Python
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.