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.
copier copy --trust --vcs-ref=master gh: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 copier update --trust -f, or copier update --trust if you want to change
the answers to some questions.
See the generated README.