Skip to content

Commit

Permalink
[17.0][MIG] website_crm_privacy_policy: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiosca-s73 committed Feb 20, 2024
1 parent f9e9a40 commit d2280c1
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 84 deletions.
69 changes: 35 additions & 34 deletions website_crm_privacy_policy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,26 @@ Website CRM privacy policy
: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/16.0/website_crm_privacy_policy
:target: https://github.com/OCA/website/tree/17.0/website_crm_privacy_policy
:alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_crm_privacy_policy
:target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_crm_privacy_policy
: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=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module was written to add a checkbox to contact us form for user privacy
policy validation
This module was written to add a checkbox to contact us form for user
privacy policy validation

Privacy policy is provided by Website legal page addon (website_legal_page)
Privacy policy is provided by Website legal page addon
(website_legal_page)

This module is deprecated, as you can get the same effect using
`website_form_require_legal`, which allows to insert the explicit consent to any form,
including the contact us one.
website_form_require_legal, which allows to insert the explicit consent
to any form, including the contact us one.

**Table of contents**

Expand All @@ -45,63 +46,63 @@ including the contact us one.
Usage
=====

Website editors can change easily any text of these pages using website builder
Website editors can change easily any text of these pages using website
builder

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/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 <https://github.com/OCA/website/issues/new?body=module:%20website_crm_privacy_policy%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/website/issues/new?body=module:%20website_crm_privacy_policy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

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

* Trey
* Tecnativa

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

* Jorge Camacho <[email protected]>
* `Tecnativa <https://www.tecnativa.com>`_:
- Jorge Camacho <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:

* Antonio Espinosa
* Rafael Blasco
* Vicent Cubells
* Jairo Llopis
* Ernesto Tejeda
* Alexandre Díaz
- Antonio Espinosa
- Rafael Blasco
- Vicent Cubells
- Jairo Llopis
- Ernesto Tejeda
- Alexandre Díaz

* Bjorn Billen <[email protected]>
- Bjorn Billen <[email protected]>
- `Studio73 <https://www.studio73.es>`__:

* `Studio73 <https://www.studio73.es>`_:

* Miguel Gandia
- Miguel Gandia

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

Icon
----
~~~~

Icon based on ```johnny-automatic-scales-of-justice.svg``` from
[Openclipart](https://openclipart.org/detail/26849/scales-of-justice) and
```jetxee-check-sign-and-cross-sign.svg``` from
Icon based on :literal:`\`johnny-automatic-scales-of-justice.svg` from
[Openclipart](https://openclipart.org/detail/26849/scales-of-justice)
and ``jetxee-check-sign-and-cross-sign.svg``\ \` from
[Openclipart](https://openclipart.org/detail/11118/check-sign-and-cross-sign)

Thanks to:
* [johnny_automatic](https://openclipart.org/user-detail/johnny_automatic)
* [jetxee](https://openclipart.org/user-detail/jetxee)
Thanks to: \*
[johnny_automatic](https://openclipart.org/user-detail/johnny_automatic)
\* [jetxee](https://openclipart.org/user-detail/jetxee)

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

This module is maintained by the OCA.

Expand All @@ -113,6 +114,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 <https://github.com/OCA/website/tree/16.0/website_crm_privacy_policy>`_ project on GitHub.
This module is part of the `OCA/website <https://github.com/OCA/website/tree/17.0/website_crm_privacy_policy>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion website_crm_privacy_policy/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Website CRM privacy policy",
"category": "Website",
"version": "16.0.2.0.0",
"version": "17.0.1.0.0",
"website": "https://github.com/OCA/website",
"author": "Trey, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
3 changes: 3 additions & 0 deletions website_crm_privacy_policy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
11 changes: 11 additions & 0 deletions website_crm_privacy_policy/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Jorge Camacho \<<[email protected]>\>
- [Tecnativa](https://www.tecnativa.com):
- Antonio Espinosa
- Rafael Blasco
- Vicent Cubells
- Jairo Llopis
- Ernesto Tejeda
- Alexandre Díaz
- Bjorn Billen \<<[email protected]>\>
- [Studio73](https://www.studio73.es):
- Miguel Gandia
15 changes: 0 additions & 15 deletions website_crm_privacy_policy/readme/CONTRIBUTORS.rst

This file was deleted.

10 changes: 10 additions & 0 deletions website_crm_privacy_policy/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Icon

Icon based on `` `johnny-automatic-scales-of-justice.svg `` from
\[Openclipart\](https://openclipart.org/detail/26849/scales-of-justice)
and `jetxee-check-sign-and-cross-sign.svg`\` from
\[Openclipart\](<https://openclipart.org/detail/11118/check-sign-and-cross-sign>)

Thanks to: \*
\[johnny_automatic\](<https://openclipart.org/user-detail/johnny_automatic>)
\* \[jetxee\](<https://openclipart.org/user-detail/jetxee>)
11 changes: 0 additions & 11 deletions website_crm_privacy_policy/readme/CREDITS.rst

This file was deleted.

9 changes: 9 additions & 0 deletions website_crm_privacy_policy/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This module was written to add a checkbox to contact us form for user
privacy policy validation

Privacy policy is provided by Website legal page addon
(website_legal_page)

This module is deprecated, as you can get the same effect using
website_form_require_legal, which allows to insert the explicit consent
to any form, including the contact us one.
8 changes: 0 additions & 8 deletions website_crm_privacy_policy/readme/DESCRIPTION.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Website editors can change easily any text of these pages using website builder
Website editors can change easily any text of these pages using website
builder
30 changes: 16 additions & 14 deletions website_crm_privacy_policy/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,14 @@ <h1 class="title">Website CRM privacy policy</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:80239c49ee1328a572756988f65a53c3e7da636a9a617bed536e18c8aaaac073
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/16.0/website_crm_privacy_policy"><img alt="OCA/website" src="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_crm_privacy_policy"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/website&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module was written to add a checkbox to contact us form for user privacy
policy validation</p>
<p>Privacy policy is provided by Website legal page addon (website_legal_page)</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/17.0/website_crm_privacy_policy"><img alt="OCA/website" src="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_crm_privacy_policy"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/website&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module was written to add a checkbox to contact us form for user
privacy policy validation</p>
<p>Privacy policy is provided by Website legal page addon
(website_legal_page)</p>
<p>This module is deprecated, as you can get the same effect using
<cite>website_form_require_legal</cite>, which allows to insert the explicit consent to any form,
including the contact us one.</p>
website_form_require_legal, which allows to insert the explicit consent
to any form, including the contact us one.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand All @@ -395,14 +396,15 @@ <h1 class="title">Website CRM privacy policy</h1>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
<p>Website editors can change easily any text of these pages using website builder</p>
<p>Website editors can change easily any text of these pages using website
builder</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/website/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/website/issues/new?body=module:%20website_crm_privacy_policy%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/website/issues/new?body=module:%20website_crm_privacy_policy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand Down Expand Up @@ -438,12 +440,12 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
<div class="section" id="icon">
<h3><a class="toc-backref" href="#toc-entry-7">Icon</a></h3>
<p>Icon based on <tt class="docutils literal"><span class="pre">`johnny-automatic-scales-of-justice.svg`</span></tt> from
[Openclipart](<a class="reference external" href="https://openclipart.org/detail/26849/scales-of-justice">https://openclipart.org/detail/26849/scales-of-justice</a>) and
<tt class="docutils literal"><span class="pre">`jetxee-check-sign-and-cross-sign.svg`</span></tt> from
<p>Icon based on <tt class="docutils literal"><span class="pre">`johnny-automatic-scales-of-justice.svg</span></tt> from
[Openclipart](<a class="reference external" href="https://openclipart.org/detail/26849/scales-of-justice">https://openclipart.org/detail/26849/scales-of-justice</a>)
and <tt class="docutils literal"><span class="pre">jetxee-check-sign-and-cross-sign.svg</span></tt>` from
[Openclipart](<a class="reference external" href="https://openclipart.org/detail/11118/check-sign-and-cross-sign">https://openclipart.org/detail/11118/check-sign-and-cross-sign</a>)</p>
<p>Thanks to:
* [johnny_automatic](<a class="reference external" href="https://openclipart.org/user-detail/johnny_automatic">https://openclipart.org/user-detail/johnny_automatic</a>)
<p>Thanks to: *
[johnny_automatic](<a class="reference external" href="https://openclipart.org/user-detail/johnny_automatic">https://openclipart.org/user-detail/johnny_automatic</a>)
* [jetxee](<a class="reference external" href="https://openclipart.org/user-detail/jetxee">https://openclipart.org/user-detail/jetxee</a>)</p>
</div>
</div>
Expand All @@ -454,7 +456,7 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/website/tree/16.0/website_crm_privacy_policy">OCA/website</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/website/tree/17.0/website_crm_privacy_policy">OCA/website</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit d2280c1

Please sign in to comment.