From db2e49699fa8eb365c960d0ba40e37d5c3ecf77e Mon Sep 17 00:00:00 2001
From: Deriman-Alonso
Date: Tue, 2 Jul 2024 15:25:23 +0100
Subject: [PATCH] [MIG] website_cookiefirst: migration from 13.0 to 12.0
---
.../odoo/addons/website_cookiefirst | 1 +
setup/website_cookiefirst/setup.py | 6 ++++
website_cookiefirst/README.rst | 14 ++++++----
website_cookiefirst/__manifest__.py | 2 +-
website_cookiefirst/readme/CONTRIBUTORS.rst | 2 ++
.../static/description/index.html | 28 +++++++++++++------
6 files changed, 37 insertions(+), 16 deletions(-)
create mode 120000 setup/website_cookiefirst/odoo/addons/website_cookiefirst
create mode 100644 setup/website_cookiefirst/setup.py
diff --git a/setup/website_cookiefirst/odoo/addons/website_cookiefirst b/setup/website_cookiefirst/odoo/addons/website_cookiefirst
new file mode 120000
index 0000000000..dc3535ecd2
--- /dev/null
+++ b/setup/website_cookiefirst/odoo/addons/website_cookiefirst
@@ -0,0 +1 @@
+../../../../website_cookiefirst
\ No newline at end of file
diff --git a/setup/website_cookiefirst/setup.py b/setup/website_cookiefirst/setup.py
new file mode 100644
index 0000000000..28c57bb640
--- /dev/null
+++ b/setup/website_cookiefirst/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)
diff --git a/website_cookiefirst/README.rst b/website_cookiefirst/README.rst
index 4e5d302f6a..29aa71efdd 100644
--- a/website_cookiefirst/README.rst
+++ b/website_cookiefirst/README.rst
@@ -7,7 +7,7 @@ Website Cookiefirst
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:beba3245ab1bf00e2f41df1582baf49a058bfcd304fc2806105ee8e8bb9a0a40
+ !! source digest: sha256:9c7cd055b6990a9bb88051b1881add45f46c4dc8d5eae8e92de5e1df749d4f88
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Website Cookiefirst
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
- :target: https://github.com/OCA/website/tree/13.0/website_cookiefirst
+ :target: https://github.com/OCA/website/tree/12.0/website_cookiefirst
:alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/website-13-0/website-13-0-website_cookiefirst
+ :target: https://translation.odoo-community.org/projects/website-12-0/website-12-0-website_cookiefirst
: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/website&target_branch=13.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=12.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -53,7 +53,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.
@@ -70,6 +70,8 @@ Contributors
* `Studio73 `__:
* Ioan Galan
+* `Binhex Systems Solutions `__:
+ * Deriman Alonso
Maintainers
~~~~~~~~~~~
@@ -84,6 +86,6 @@ 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.
-This module is part of the `OCA/website `_ project on GitHub.
+This module is part of the `OCA/website `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/website_cookiefirst/__manifest__.py b/website_cookiefirst/__manifest__.py
index 7052d4d18a..f3de4705bd 100644
--- a/website_cookiefirst/__manifest__.py
+++ b/website_cookiefirst/__manifest__.py
@@ -4,7 +4,7 @@
"name": "Website Cookiefirst",
"summary": "Cookiefirst integration",
"category": "Website",
- "version": "13.0.1.1.0",
+ "version": "12.0.1.0.0",
"author": "Studio73, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/website",
"license": "AGPL-3",
diff --git a/website_cookiefirst/readme/CONTRIBUTORS.rst b/website_cookiefirst/readme/CONTRIBUTORS.rst
index 946245f774..359fbd007c 100644
--- a/website_cookiefirst/readme/CONTRIBUTORS.rst
+++ b/website_cookiefirst/readme/CONTRIBUTORS.rst
@@ -1,2 +1,4 @@
* `Studio73 `__:
* Ioan Galan
+* `Binhex Systems Solutions `__:
+ * Deriman Alonso
diff --git a/website_cookiefirst/static/description/index.html b/website_cookiefirst/static/description/index.html
index 1f1771b2a6..ef1dcf57e3 100644
--- a/website_cookiefirst/static/description/index.html
+++ b/website_cookiefirst/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 {
@@ -367,9 +367,9 @@ Website Cookiefirst
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:beba3245ab1bf00e2f41df1582baf49a058bfcd304fc2806105ee8e8bb9a0a40
+!! source digest: sha256:9c7cd055b6990a9bb88051b1881add45f46c4dc8d5eae8e92de5e1df749d4f88
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module integrates Odoo website with GDPR through the functionality of
Cookiefirst <https://cookiefirst.com/>, you need to register your website
domain in Cookiefirst’s portal.
@@ -401,7 +401,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.
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.
-
This module is part of the OCA/website project on GitHub.
+
This module is part of the OCA/website project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.