Skip to content

AnizR/acsone-odoo-project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ACSONE Odoo project template

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.

⚠️ This project is meant for ACSONE internal use. Things may change without notice. Feel free to draw inspiration. Feedback is welcome in discussions. ⚠️

How to use this template

Initializing a new project

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.

Updating an existing project

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.

How to use the generated project

See the generated README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 89.8%
  • Python 7.7%
  • Shell 1.5%
  • JavaScript 1.0%