This is a copier template for use in ACSONE Odoo projects.
The aim of this template is to organize an Odoo project as a regular Python project, using modern Python standards and good practices.
pipx run copier copy git+https://github.com/acsone/acsone-odoo-project-template {project-root-dir}
This will ask questions and create the {project-root-dir}
directory and initialize the
project inside it.
Inside the project root, run pipx run copier update -f
, or pipx run copier update
if you want to
change the answers to some questions.
See the generated README.