Browse Source

[FIX] Updated manifest file and converted readme to new OCA policy

pull/707/head
antonio 6 years ago
parent
commit
5814488f21
  1. 5
      web_widget_timer/__manifest__.py
  2. 1
      web_widget_timer/readme/CONTRIBUTORS.rst
  3. 1
      web_widget_timer/readme/DESCRIPTION.rst
  4. 51
      web_widget_timer/readme/USAGE.rst

5
web_widget_timer/__manifest__.py

@ -5,13 +5,12 @@
{
'name': 'Web Widget Timer',
'summary': 'This module introduces a new timer widget for form views.',
'images': [],
'category': 'Extra Tools',
'version': '10.0.1.0.0',
'author': 'Onestein, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'website': 'http://www.onestein.eu',
'depends': ['base', 'web'],
'website': 'https://github.com/OCA/web',
'depends': ['web'],
'data': [
'views/web_timer.xml',
],

1
web_widget_timer/readme/CONTRIBUTORS.rst

@ -0,0 +1 @@
* Antonio Esposito <a.esposito@onestein.nl>

1
web_widget_timer/readme/DESCRIPTION.rst

@ -0,0 +1 @@
This module introduces a new timer widget to be used in form views.

51
web_widget_timer/README.rst → web_widget_timer/readme/USAGE.rst

@ -1,16 +1,3 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
================
Web Widget Timer
================
This module introduces a new timer widget to be used in form views.
Usage
=====
To use the timer widget in a form view you need to relate it to a date field
also present in the view (ref_date in the example below).
@ -44,40 +31,4 @@ The widget dinamically adapts to changes on the referred date and it's automatic
:alt: Code for Up-Counting Timer
.. figure:: static/description/result_up.png
:alt: Up-Counting Timer Rendering
.. 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/10.0
Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/web/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.
Credits
=======
Contributors
------------
* Antonio Esposito <a.esposito@onestein.nl>
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.
:alt: Up-Counting Timer Rendering
Loading…
Cancel
Save