You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.4 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. QWeb Usertime Tag
  4. =================
  5. This module adds a new tag renderer to QWeb, "usertime", which allows adding
  6. the current time in the timezone of the user. It can be used as::
  7. <t t-usertime="%Y-%m-%d %H:%M:%S" />
  8. or, if you want to use the default date and time formats based on the users
  9. language::
  10. <t t-usertime="" />
  11. Bug Tracker
  12. ===========
  13. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  14. In case of trouble, please check there if your issue has already been reported.
  15. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  16. `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**>`_.
  17. Credits
  18. =======
  19. Contributors
  20. ------------
  21. * Vincent Vinet <vincent.vinet@savoirfairelinux.com>
  22. Maintainer
  23. ----------
  24. .. image:: http://odoo-community.org/logo.png
  25. :alt: Odoo Community Association
  26. :target: http://odoo-community.org
  27. This module is maintained by the OCA.
  28. 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.
  29. To contribute to this module, please visit http://odoo-community.org.