-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathREADME.md.jinja
More file actions
38 lines (30 loc) · 2.28 KB
/
README.md.jinja
File metadata and controls
38 lines (30 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{%- import "_macros.jinja" as macros -%}
[](https://github.com/Tecnativa/doodba)
[ }}-informational)](https://github.com/Tecnativa/doodba-copier-template/tree/{{ _copier_answers._commit }})
[](https://github.com/odoo/odoo/tree/{{ odoo_version }})
{%- if gitlab_url %}
[]({{ gitlab_url }}/commits/{{ odoo_version }})
[]({{ gitlab_url }}/commits/{{ odoo_version }})
{%- endif %}
{%- if domains_prod %}
[|replace('-', '--') }}-green)](http://{{ macros.first_main_domain(domains_prod) }})
{%- endif %}
{%- if domains_test %}
[|replace('-', '--') }}-yellow)](http://{{ macros.first_main_domain(domains_test) }})
{%- endif %}
{%- if project_license != "no_license" %}
[ }}-{%- if project_license in ["OEEL-1.0", "OPL-1.0"] %}critical{%- else %}success{%- endif %}})](LICENSE)
{%- endif %}
[](https://pre-commit.com/)
# {{ project_name }} - a Doodba deployment
This project is a Doodba scaffolding. Check upstream docs on the matter:
- [General Doodba docs](https://github.com/Tecnativa/doodba).
- [Doodba copier template docs](https://github.com/Tecnativa/doodba-copier-template)
- [Doodba QA docs](https://github.com/Tecnativa/doodba-qa)
# Credits
This project is maintained by:
{%- if project_author == "Tecnativa" %}
[](https://www.tecnativa.com/r/bb4)
Also, special thanks to
[our dear community contributors](https://github.com/Tecnativa/doodba-copier-template/graphs/contributors).
{%- else %} {{ project_author }}{% endif %}