diff --git a/web_widget_image_download/README.rst b/web_widget_image_download/README.rst index 5cdfd6b33..10f25f41c 100644 --- a/web_widget_image_download/README.rst +++ b/web_widget_image_download/README.rst @@ -17,19 +17,19 @@ Web Widget - Image Download :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/16.0/web_widget_image_download + :target: https://github.com/OCA/web/tree/17.0/web_widget_image_download :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_image_download + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_image_download :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/web&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module was written to extend the functionality of the image widget and -allows to download it. +This module was written to extend the functionality of the image widget +and allows to download it. **Table of contents** @@ -41,10 +41,10 @@ Usage To use this module, an example path is: -#. Go to the section `Contacts`. -#. Click on a contact. -#. Edit the contact. -#. Click the `Download` button (on the top left corner). +1. Go to the section Contacts. +2. Click on a contact. +3. Edit the contact. +4. Click the Download button (on the top left corner). Bug Tracker =========== @@ -52,7 +52,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. @@ -60,28 +60,28 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa * Kaushal Prajapati Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * Flavio Corpa - * Jairo Llopis - * Pedro M. Baeza - * Ernesto Tejeda - * Alexandre Díaz + - Flavio Corpa + - Jairo Llopis + - Pedro M. Baeza + - Ernesto Tejeda + - Alexandre Díaz -* Kaushal Prajapati -* Peerapong Supasompob -* Manuel Regidor +- Kaushal Prajapati +- Peerapong Supasompob +- Manuel Regidor Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -93,6 +93,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/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_widget_image_download/pyproject.toml b/web_widget_image_download/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_widget_image_download/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_widget_image_download/readme/CONTRIBUTORS.md b/web_widget_image_download/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..f69c80438 --- /dev/null +++ b/web_widget_image_download/readme/CONTRIBUTORS.md @@ -0,0 +1,9 @@ +- [Tecnativa](https://www.tecnativa.com): + - Flavio Corpa + - Jairo Llopis + - Pedro M. Baeza + - Ernesto Tejeda + - Alexandre Díaz +- Kaushal Prajapati \<\> +- Peerapong Supasompob \<\> +- Manuel Regidor \<\> diff --git a/web_widget_image_download/readme/CONTRIBUTORS.rst b/web_widget_image_download/readme/CONTRIBUTORS.rst deleted file mode 100644 index 36637f4ad..000000000 --- a/web_widget_image_download/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,11 +0,0 @@ -* `Tecnativa `_: - - * Flavio Corpa - * Jairo Llopis - * Pedro M. Baeza - * Ernesto Tejeda - * Alexandre Díaz - -* Kaushal Prajapati -* Peerapong Supasompob -* Manuel Regidor diff --git a/web_widget_image_download/readme/DESCRIPTION.rst b/web_widget_image_download/readme/DESCRIPTION.md similarity index 64% rename from web_widget_image_download/readme/DESCRIPTION.rst rename to web_widget_image_download/readme/DESCRIPTION.md index c4b36dd5c..e946b6d48 100644 --- a/web_widget_image_download/readme/DESCRIPTION.rst +++ b/web_widget_image_download/readme/DESCRIPTION.md @@ -1,2 +1,2 @@ -This module was written to extend the functionality of the image widget and -allows to download it. +This module was written to extend the functionality of the image widget +and allows to download it. diff --git a/web_widget_image_download/readme/USAGE.md b/web_widget_image_download/readme/USAGE.md new file mode 100644 index 000000000..d417fd70c --- /dev/null +++ b/web_widget_image_download/readme/USAGE.md @@ -0,0 +1,6 @@ +To use this module, an example path is: + +1. Go to the section Contacts. +2. Click on a contact. +3. Edit the contact. +4. Click the Download button (on the top left corner). diff --git a/web_widget_image_download/readme/USAGE.rst b/web_widget_image_download/readme/USAGE.rst deleted file mode 100644 index e4cccdbd2..000000000 --- a/web_widget_image_download/readme/USAGE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To use this module, an example path is: - -#. Go to the section `Contacts`. -#. Click on a contact. -#. Edit the contact. -#. Click the `Download` button (on the top left corner). diff --git a/web_widget_image_download/static/description/index.html b/web_widget_image_download/static/description/index.html index a2cd61561..301aad591 100644 --- a/web_widget_image_download/static/description/index.html +++ b/web_widget_image_download/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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 +274,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* 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 +300,7 @@ span.option { span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -369,9 +368,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:fbbaac2dd53338854af6551564ac3c565458b7a3a430c38d5a5d593e54332607 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module was written to extend the functionality of the image widget and -allows to download it.

+

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

+

This module was written to extend the functionality of the image widget +and allows to download it.

Table of contents

    @@ -389,10 +388,10 @@ allows to download it.

    Usage

    To use this module, an example path is:

      -
    1. Go to the section Contacts.
    2. +
    3. Go to the section Contacts.
    4. Click on a contact.
    5. Edit the contact.
    6. -
    7. Click the Download button (on the top left corner).
    8. +
    9. Click the Download button (on the top left corner).
@@ -400,7 +399,7 @@ allows to download it.

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.

@@ -431,13 +430,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

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/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.