[IMP] web_widget_color: Improve documentation

pull/777/head
Pedro M. Baeza 2015-03-15 16:55:09 +01:00 committed by Enric Tobella
parent 76f702976d
commit e3e7dc2fd3
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
5 changed files with 28 additions and 9 deletions

View File

@ -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.

View File

@ -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': [

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB