[IMP] elabore customization

This commit is contained in:
Stéphan Sainléger
2023-11-06 16:32:39 +01:00
parent 447a85494f
commit ed829c0c75
23 changed files with 779 additions and 203 deletions

View File

@@ -2,26 +2,18 @@ context:
name:
help: "Module name (ie: sale_trinkets)"
regex: '[a-zA-Z0-9_]+'
email:
help: "Author email (ie: john.doe@example.com)"
regex: '[a-zA-Z0-9_.]+@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+'
author:
help: "Author Name (ie: John Doe)"
regex: '.+'
website:
help: "Website (ie: http://www.yourwebsite.com)"
default:
regex: '[^ ]+'
description:
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
default: "{{name}} OpenERP/Odoo module."
category:
help: "Module category (ie: Hidden, Tools, Website, ...)"
default: Tools
license_years:
help: "License Years (ie: 2015, or 2012-2014)"
regexp: '[0-9,- ]+'
help: "License Years (ie: 2022, or 2021-2022)"
regexp: '[0-9,-]+'
version:
help: "Module Version (ie: 0.1)"
default: "0.1"
help: "Module Version (ie: 0.1)"