Browse Source

[IMP] web_widget_color: Improve documentation

pull/777/head
Pedro M. Baeza 9 years ago
committed by Enric Tobella
parent
commit
e3e7dc2fd3
No known key found for this signature in database GPG Key ID: 1A2546A1B7BA2451
  1. 34
      web_widget_color/README.rst
  2. 3
      web_widget_color/__openerp__.py
  3. 0
      web_widget_color/images/form_view.png
  4. 0
      web_widget_color/images/list_view.png
  5. 0
      web_widget_color/images/picker.png

34
web_widget_color/README.rst

@ -1,6 +1,5 @@
===========================
Odoo web_widget_color module
===========================
Color widget for Odoo web client
================================
This module aims to add a color picker to Odoo.
@ -67,6 +66,29 @@ In the view declaration, put widget='color' attribute in the field tag::
</field>
...
.. |picker| image:: ./doc/picker.png
.. |formview| image:: ./doc/form_view.png
.. |listview| image:: ./doc/list_view.png
.. |picker| image:: ./images/picker.png
.. |formview| image:: ./images/form_view.png
.. |listview| image:: ./images/list_view.png
Credits
=======
Contributors
------------
* Adil Houmadi <adil.houmadi@gmail.com>
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.

3
web_widget_color/__openerp__.py

@ -26,9 +26,6 @@
{
'name': "Web Widget Color",
'category': "web",
'description': """
This module aims to add a color picker to Odoo.
""",
'version': "1.0",
'depends': ['base', 'web'],
'data': [

0
web_widget_color/doc/form_view.png → web_widget_color/images/form_view.png

Before

Width: 307  |  Height: 62  |  Size: 1.8 KiB

After

Width: 307  |  Height: 62  |  Size: 1.8 KiB

0
web_widget_color/doc/list_view.png → web_widget_color/images/list_view.png

Before

Width: 570  |  Height: 217  |  Size: 14 KiB

After

Width: 570  |  Height: 217  |  Size: 14 KiB

0
web_widget_color/doc/picker.png → web_widget_color/images/picker.png

Before

Width: 266  |  Height: 179  |  Size: 5.9 KiB

After

Width: 266  |  Height: 179  |  Size: 5.9 KiB

Loading…
Cancel
Save