Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/data/readme_tests/addon1/README.expected-acme
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,23 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Contributors
~~~~~~~~~~~~
------------

* contributor1
* contributor2

Other credits
~~~~~~~~~~~~~
-------------

This module has been funded by Acme Corp.

Maintainers
~~~~~~~~~~~
-----------

This module is part of the `acme/server-tools <https://github.com/acme/server-tools/tree/12.0/addon1>`_ project on GitHub.

Expand Down
8 changes: 4 additions & 4 deletions tests/data/readme_tests/addon1/README.expected-oca
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Contributors
~~~~~~~~~~~~
------------

* contributor1
* contributor2

Other credits
~~~~~~~~~~~~~
-------------

This module has been funded by Acme Corp.

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Maintainers
~~~~~~~~~~~
-----------

.. |maintainer-toto| image:: https://github.com/toto.png?size=40px
:target: https://github.com/toto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Maintainers
~~~~~~~~~~~
-----------

.. |maintainer-toto| image:: https://github.com/toto.png?size=40px
:target: https://github.com/toto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Credits
=======

Authors
~~~~~~~
-------

* Acme Inc

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand Down
8 changes: 4 additions & 4 deletions tools/gen_addon_readme.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ Credits

{% if authors -%}
Authors
~~~~~~~
-------

{% for author in authors -%}
* {{ author }}
{% endfor %}
{% endif -%}

{{ fragment('CONTRIBUTORS', 'Contributors', sub='~') }}
{{- fragment('CREDITS', 'Other credits', sub='~') -}}
{{ fragment('CONTRIBUTORS', 'Contributors', sub='-') }}
{{- fragment('CREDITS', 'Other credits', sub='-') -}}
Maintainers
~~~~~~~~~~~
-----------
{%- if org_name == 'OCA' %}

This module is maintained by the OCA.
Expand Down