Skip to content

uchqunusmonov/odoo-docker-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-env

Getting started

Requirements

python3 -m pip install --user pipx
pipx install invoke
pipx install git-aggregator
pipx install pre-commit
pipx ensurepath

Usage

Create folders

  • src/local
  • src/addons
  • songs
  • src/addons/custom

Create workspace file

invoke develop

Get Odoo and addons code with:

gitaggregate -c repos.yaml

Build image

invoke img-build --pull

Initialize a new empty database with:

invoke resetdb

Start Odoo with:

invoke start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.3%
  • Shell 35.4%
  • Dockerfile 4.0%
  • JavaScript 0.3%