Skip to content

Commit 368f7e9

Browse files
authored
Merge branch 'master' into master
2 parents f70373f + 26f0bff commit 368f7e9

13 files changed

Lines changed: 4 additions & 39 deletions

File tree

-599 Bytes
Loading

template/module/static/description/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
=======
62
addon 1
73
=======

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
=======
62
addon 1
73
=======

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
====================
62
addon one maintainer
73
====================

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
====================
62
addon one maintainer
73
====================

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
====================
62
addon one maintainer
73
====================

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
====================
62
addon one maintainer
73
====================

tests/test_towncrier.py

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

tools/gen_addon_readme.rst.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
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-
1410
{{ '=' * manifest.name|length }}
1511
{{ manifest.name }}
1612
{{ '=' * manifest.name|length }}

0 commit comments

Comments
 (0)