server-tools/qweb_usertime
OCA Transbot ddda3d1a05 OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
..
i18n OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
static/description remove svg icon svg 2015-04-29 09:14:39 -04:00
README.rst Add bug tracker link on README.rst 2015-05-22 19:45:04 +02:00
__init__.py [ADD] qweb_usertime 2015-04-23 15:41:52 -04:00
__openerp__.py [UPD] prefix versions with 8.0 2015-10-09 10:03:09 +02:00
qweb.py more choices for getting a language out of the qweb context 2015-05-01 15:42:51 -04:00

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

QWeb Usertime Tag
=================

This module adds a new tag renderer to QWeb, "usertime", which allows adding
the current time in the timezone of the user. It can be used as::

    <t t-usertime="%Y-%m-%d %H:%M:%S" />

or, if you want to use the default date and time formats based on the users
language::

    <t t-usertime="" />



Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20qweb_usertime%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Vincent Vinet <vincent.vinet@savoirfairelinux.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.