3 Commits

Author SHA1 Message Date
b0g
a815176e76 Update __init__.py
should be propagated to other branch !
2024-02-27 17:00:05 +01:00
Stéphan Sainléger
58b73abd6d [IMP] create boris config 2023-12-06 22:56:20 +01:00
Stéphan Sainléger
5ac0ed0caf [IMP] create stephan config 2023-12-06 22:56:20 +01:00
4 changed files with 4 additions and 10 deletions

View File

@@ -2,12 +2,6 @@ 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:

View File

@@ -29,7 +29,7 @@ Credits
Contributors
------------
* `{{author}} <mailto:{{email}}>`
* Boris Gallet - `Email<mailto:boris.gallet@elabore.coop>` - `Github<https://github.com/b0g>`
Funders
-------

View File

@@ -1,4 +1,4 @@
import models
from . import models
# import controllers
# import wizard

View File

@@ -1,4 +1,4 @@
# Copyright {{license_years}} {{author}} ({{company}})
# Copyright {{license_years}} Boris Gallet ({{company}})
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
@@ -6,7 +6,7 @@
"version": "{{version}}",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "{{author}}",
"maintainer": "Boris Gallet",
"license": "AGPL-3",
"category": "{{category}}",
"summary": "{{summary}}",