diff --git a/website_form_require_legal/README.rst b/website_form_require_legal/README.rst index 72c54b7e1b..6493b9434e 100644 --- a/website_form_require_legal/README.rst +++ b/website_form_require_legal/README.rst @@ -17,18 +17,19 @@ Website Form Require Legal :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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_form_require_legal + :target: https://github.com/OCA/website/tree/17.0/website_form_require_legal :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_form_require_legal + :target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_form_require_legal :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 adds the possibility to require confirm legal terms at frontend forms. +This module adds the possibility to require confirm legal terms at +frontend forms. **Table of contents** @@ -40,20 +41,21 @@ Usage To use this module, you need to: -* Edit any page in your website. -* Add a form from the snippets. -* Modify the parameters. -* You will find the option "Legal terms acceptance". -* If you select it you will be able to modify the text shown and the link to the - page from the text editor. +- Edit any page in your website. +- Add a form from the snippets. +- Modify the parameters. +- You will find the option "Legal terms acceptance". +- If you select it you will be able to modify the text shown and the + link to the page from the text editor. -Note: Remember to change the terms and conditions link to redirect to the desired page. +Note: Remember to change the terms and conditions link to redirect to +the desired page. Known issues / Roadmap ====================== -This module is aimed to deprecate website_crm_privacy_policy and modules similar to this -one. +This module is aimed to deprecate website_crm_privacy_policy and modules +similar to this one. Bug Tracker =========== @@ -61,7 +63,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. @@ -69,19 +71,19 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `__: +- `Tecnativa `__: - * Carlos Roca + - Carlos Roca Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -93,6 +95,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_form_require_legal/pyproject.toml b/website_form_require_legal/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/website_form_require_legal/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/website_form_require_legal/readme/CONTRIBUTORS.md b/website_form_require_legal/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..4b7dfed851 --- /dev/null +++ b/website_form_require_legal/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- [Tecnativa](https://www.tecnativa.com): + - Carlos Roca diff --git a/website_form_require_legal/readme/CONTRIBUTORS.rst b/website_form_require_legal/readme/CONTRIBUTORS.rst deleted file mode 100644 index 4228f4196a..0000000000 --- a/website_form_require_legal/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* `Tecnativa `__: - - * Carlos Roca diff --git a/website_form_require_legal/readme/DESCRIPTION.rst b/website_form_require_legal/readme/DESCRIPTION.md similarity index 77% rename from website_form_require_legal/readme/DESCRIPTION.rst rename to website_form_require_legal/readme/DESCRIPTION.md index 29b28abf98..83caad045a 100644 --- a/website_form_require_legal/readme/DESCRIPTION.rst +++ b/website_form_require_legal/readme/DESCRIPTION.md @@ -1 +1,2 @@ -This module adds the possibility to require confirm legal terms at frontend forms. +This module adds the possibility to require confirm legal terms at +frontend forms. diff --git a/website_form_require_legal/readme/ROADMAP.rst b/website_form_require_legal/readme/ROADMAP.md similarity index 68% rename from website_form_require_legal/readme/ROADMAP.rst rename to website_form_require_legal/readme/ROADMAP.md index 916f2a2498..9c9df6f30d 100644 --- a/website_form_require_legal/readme/ROADMAP.rst +++ b/website_form_require_legal/readme/ROADMAP.md @@ -1,2 +1,2 @@ -This module is aimed to deprecate website_crm_privacy_policy and modules similar to this -one. +This module is aimed to deprecate website_crm_privacy_policy and modules +similar to this one. diff --git a/website_form_require_legal/readme/USAGE.md b/website_form_require_legal/readme/USAGE.md new file mode 100644 index 0000000000..7469ec4fbe --- /dev/null +++ b/website_form_require_legal/readme/USAGE.md @@ -0,0 +1,11 @@ +To use this module, you need to: + +- Edit any page in your website. +- Add a form from the snippets. +- Modify the parameters. +- You will find the option "Legal terms acceptance". +- If you select it you will be able to modify the text shown and the + link to the page from the text editor. + +Note: Remember to change the terms and conditions link to redirect to +the desired page. diff --git a/website_form_require_legal/readme/USAGE.rst b/website_form_require_legal/readme/USAGE.rst deleted file mode 100644 index 31ccfafe5e..0000000000 --- a/website_form_require_legal/readme/USAGE.rst +++ /dev/null @@ -1,10 +0,0 @@ -To use this module, you need to: - -* Edit any page in your website. -* Add a form from the snippets. -* Modify the parameters. -* You will find the option "Legal terms acceptance". -* If you select it you will be able to modify the text shown and the link to the - page from the text editor. - -Note: Remember to change the terms and conditions link to redirect to the desired page. diff --git a/website_form_require_legal/static/description/index.html b/website_form_require_legal/static/description/index.html index 87db0c542e..669296d943 100644 --- a/website_form_require_legal/static/description/index.html +++ b/website_form_require_legal/static/description/index.html @@ -369,8 +369,9 @@

Website Form Require Legal

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d42bd92c06b48ff759e04a63fcbed82512d602526159ec8b6e86111c1e6e789e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/website Translate me on Weblate Try me on Runboat

-

This module adds the possibility to require confirm legal terms at frontend forms.

+

Beta License: LGPL-3 OCA/website Translate me on Weblate Try me on Runboat

+

This module adds the possibility to require confirm legal terms at +frontend forms.

Table of contents

    @@ -393,22 +394,23 @@

    Usage

  • Add a form from the snippets.
  • Modify the parameters.
  • You will find the option “Legal terms acceptance”.
  • -
  • If you select it you will be able to modify the text shown and the link to the -page from the text editor.
  • +
  • If you select it you will be able to modify the text shown and the +link to the page from the text editor.
-

Note: Remember to change the terms and conditions link to redirect to the desired page.

+

Note: Remember to change the terms and conditions link to redirect to +the desired page.

Known issues / Roadmap

-

This module is aimed to deprecate website_crm_privacy_policy and modules similar to this -one.

+

This module is aimed to deprecate website_crm_privacy_policy and modules +similar to this one.

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.

@@ -435,7 +437,7 @@

Maintainers

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.