Files
cookiecutter-odoo/cookiecutter.yml
2023-12-06 14:52:38 +01:00

19 lines
541 B
YAML

context:
name:
help: "Module name (ie: sale_trinkets)"
regex: '[a-zA-Z0-9_]+'
author:
help: "Author Name (ie: John Doe)"
regex: '.+'
email:
help: "Author email (ie: john.doe@example.com)"
regex: '[a-zA-Z0-9_.]+@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+'
summary:
help: Short description of your module
category:
help: "Module category (ie: Hidden, Tools, Website, ...)"
license_years:
help: "License Years (ie: 2022, or 2021-2022)"
regexp: '[0-9,-]+'
version:
help: "Module Version (ie: 0.1)"