diff --git a/test_component/README.rst b/test_component/README.rst
index b7a8f52cb..07d151a65 100644
--- a/test_component/README.rst
+++ b/test_component/README.rst
@@ -17,13 +17,13 @@ Components Tests
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector-lightgray.png?logo=github
- :target: https://github.com/OCA/connector/tree/17.0/test_component
+ :target: https://github.com/OCA/connector/tree/18.0/test_component
:alt: OCA/connector
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/connector-17-0/connector-17-0-test_component
+ :target: https://translation.odoo-community.org/projects/connector-18-0/connector-18-0-test_component
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/connector&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/connector&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -45,7 +45,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -62,6 +62,12 @@ Contributors
- Guewen Baconnier (Camptocamp)
+Other credits
+-------------
+
+The migration of this module from 17.0 to 18.0 was financially supported
+by Camptocamp.
+
Maintainers
-----------
@@ -83,6 +89,6 @@ Current `maintainer `__:
|maintainer-guewen|
-This module is part of the `OCA/connector `_ project on GitHub.
+This module is part of the `OCA/connector `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/test_component/__manifest__.py b/test_component/__manifest__.py
index abe2867cc..19c7e989e 100644
--- a/test_component/__manifest__.py
+++ b/test_component/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Components Tests",
"summary": "Automated tests for Components, do not install.",
- "version": "17.0.1.0.0",
+ "version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "LGPL-3",
"category": "Hidden",
diff --git a/test_component/readme/CREDITS.md b/test_component/readme/CREDITS.md
new file mode 100644
index 000000000..8edec949d
--- /dev/null
+++ b/test_component/readme/CREDITS.md
@@ -0,0 +1,2 @@
+The migration of this module from 17.0 to 18.0 was financially supported
+by Camptocamp.
diff --git a/test_component/security/ir.model.access.csv b/test_component/security/ir.model.access.csv
index 374136bee..d8a18cf3b 100644
--- a/test_component/security/ir.model.access.csv
+++ b/test_component/security/ir.model.access.csv
@@ -1,2 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
-access_test_component_collection,access_test_component_collection,model_test_component_collection,,1,1,1,1
+access_test_component_collection,access_test_component_collection,model_test_component_collection,base.group_user,1,1,1,1
diff --git a/test_component/static/description/index.html b/test_component/static/description/index.html
index b2602b795..5f691dc61 100644
--- a/test_component/static/description/index.html
+++ b/test_component/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -369,7 +369,7 @@ Components Tests
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6c4d7cb1fcb7007ab031a374a7b1e63d6e8af3cdb5df795f1edaa57d45dbaab0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This addon is not meant to be installed, except for running the tests.
It extends the Odoo Models in order to run automated tests on the
Connector framework
@@ -381,7 +381,8 @@ Components Tests
Credits
@@ -391,7 +392,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -408,16 +409,23 @@
Guewen Baconnier (Camptocamp)
+
+
+
The migration of this module from 17.0 to 18.0 was financially supported
+by Camptocamp.
+
-
+
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
Current maintainer:

-
This module is part of the OCA/connector project on GitHub.
+
This module is part of the OCA/connector project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.