From 903f74d93257021944e9631db53b29665a36978b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 5 Jun 2018 20:24:04 +0200 Subject: [PATCH] [IMP] README by fragments + manifest --- web_widget_image_download/README.rst | 62 +------------------ web_widget_image_download/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.rst | 8 +++ .../readme/DESCRIPTION.rst | 2 + web_widget_image_download/readme/USAGE.rst | 6 ++ 5 files changed, 18 insertions(+), 62 deletions(-) create mode 100644 web_widget_image_download/readme/CONTRIBUTORS.rst create mode 100644 web_widget_image_download/readme/DESCRIPTION.rst create mode 100644 web_widget_image_download/readme/USAGE.rst diff --git a/web_widget_image_download/README.rst b/web_widget_image_download/README.rst index 31d8940d..3f626252 100644 --- a/web_widget_image_download/README.rst +++ b/web_widget_image_download/README.rst @@ -1,61 +1 @@ -.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg - :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 - -=========================== -Web Widget - Image Download -=========================== - -This module was written to extend the functionality of the image widget and allows to download it. - -Usage -===== - -To use this module, you need to: - -#. Go to the section `Contacts`. -#. Click on a contact. -#. Edit the contact. -#. Click the `Download` button (between `Edit` and `Clear`). - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/11.0 - -Known Issues / Roadmap -====================== - -* In order to work correctly, this widget has to detect image type, the server should include this information in the `Content-Type` header. Right now, odoo is not doing so, but a fix has been `proposed `_. - -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 smashing it by providing a detailed and welcomed feedback. - -Credits -======= - -Contributors ------------- - -* Flavio Corpa -* Jairo Llopis -* Kaushal Prajapati - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -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. - -To contribute to this module, please visit https://odoo-community.org. +**This file is going to be generated by oca-gen-addon-readme.** diff --git a/web_widget_image_download/__manifest__.py b/web_widget_image_download/__manifest__.py index ad9e3d5e..5870da23 100644 --- a/web_widget_image_download/__manifest__.py +++ b/web_widget_image_download/__manifest__.py @@ -5,7 +5,7 @@ "summary": "Allows to download any image from its widget", "version": "11.0.1.0.0", "category": "web", - "website": "https://www.tecnativa.com", + "website": "https://github.com/OCA/web", "author": "Tecnativa, Odoo Community Association (OCA), Kaushal Prajapati", "license": "LGPL-3", "application": False, diff --git a/web_widget_image_download/readme/CONTRIBUTORS.rst b/web_widget_image_download/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..afeb1d51 --- /dev/null +++ b/web_widget_image_download/readme/CONTRIBUTORS.rst @@ -0,0 +1,8 @@ +* `Tecnativa `_: + + * Flavio Corpa + * Jairo Llopis + * Pedro M. Baeza + * Ernesto Tejeda + +* Kaushal Prajapati diff --git a/web_widget_image_download/readme/DESCRIPTION.rst b/web_widget_image_download/readme/DESCRIPTION.rst new file mode 100644 index 00000000..c4b36dd5 --- /dev/null +++ b/web_widget_image_download/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +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.rst b/web_widget_image_download/readme/USAGE.rst new file mode 100644 index 00000000..f1685b6a --- /dev/null +++ b/web_widget_image_download/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, an example path is: + +#. Go to the section `Contacts`. +#. Click on a contact. +#. Edit the contact. +#. Click the `Download` button (between `Edit` and `Clear`).