Skip to content

Commit 66f69dc

Browse files
committed
[IMP] web_widget_color: Improve documentation
1 parent 11ca34c commit 66f69dc

File tree

5 files changed

+28
-9
lines changed

5 files changed

+28
-9
lines changed

web_widget_color/README.rst

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
===========================
2-
Odoo web_widget_color module
3-
===========================
1+
Color widget for Odoo web client
2+
================================
43

54
This module aims to add a color picker to Odoo.
65

@@ -67,6 +66,29 @@ In the view declaration, put widget='color' attribute in the field tag::
6766
</field>
6867
...
6968

70-
.. |picker| image:: ./doc/picker.png
71-
.. |formview| image:: ./doc/form_view.png
72-
.. |listview| image:: ./doc/list_view.png
69+
.. |picker| image:: ./images/picker.png
70+
.. |formview| image:: ./images/form_view.png
71+
.. |listview| image:: ./images/list_view.png
72+
73+
Credits
74+
=======
75+
76+
Contributors
77+
------------
78+
79+
* Adil Houmadi <[email protected]>
80+
81+
Maintainer
82+
----------
83+
84+
.. image:: http://odoo-community.org/logo.png
85+
:alt: Odoo Community Association
86+
:target: http://odoo-community.org
87+
88+
This module is maintained by the OCA.
89+
90+
OCA, or the Odoo Community Association, is a nonprofit organization whose
91+
mission is to support the collaborative development of Odoo features and
92+
promote its widespread use.
93+
94+
To contribute to this module, please visit http://odoo-community.org.

web_widget_color/__openerp__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
'name': "Web Widget Color",
2828
'category': "web",
29-
'description': """
30-
This module aims to add a color picker to Odoo.
31-
""",
3229
'version': "1.0",
3330
'depends': ['base', 'web'],
3431
'data': [
File renamed without changes.

0 commit comments

Comments
 (0)