Skip to content

Commit b7a81c8

Browse files
committed
Revert "Merge branch 'master' into master"
This reverts commit 368f7e9, reversing changes made to f70373f.
1 parent 368f7e9 commit b7a81c8

13 files changed

Lines changed: 39 additions & 4 deletions

File tree

599 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading

tests/data/readme_tests/addon1/README.expected-acme.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=======
26
addon 1
37
=======

tests/data/readme_tests/addon1/README.expected-oca.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=======
26
addon 1
37
=======

tests/data/readme_tests/addon_one_maintainer/README.expected-acme.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
====================
26
addon one maintainer
37
====================

tests/data/readme_tests/addon_one_maintainer/README.expected-oca.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
====================
26
addon one maintainer
37
====================

tests/data/readme_tests/addon_two_maintainers/README.expected-acme.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
====================
26
addon one maintainer
37
====================

tests/data/readme_tests/addon_two_maintainers/README.expected-oca.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
====================
26
addon one maintainer
37
====================

tests/test_towncrier.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ def test_oca_towncrier_md(tmp_path):
9898
"""\
9999
## 14.0.1.0.1 (2021-12-31)
100100
101-
Bugfixes: Bugfix description. (50)
101+
### Bugfixes
102+
103+
- Bugfix description. ([#50](https://github.com/OCA/therepo/issues/50))
102104
"""
103105
)

tools/gen_addon_readme.rst.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{% endif %}
88
{%- endmacro -%}
99

10+
.. image:: https://odoo-community.org/readme-banner-image
11+
:target: https://odoo-community.org/get-involved?utm_source=readme
12+
:alt: Odoo Community Association
13+
1014
{{ '=' * manifest.name|length }}
1115
{{ manifest.name }}
1216
{{ '=' * manifest.name|length }}

0 commit comments

Comments
 (0)