[IMP] elabore customization
This commit is contained in:
@@ -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)"
|
Reference in New Issue
Block a user