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.

38 lines
957 B

  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. Credits
  12. =======
  13. Contributors
  14. ------------
  15. * Vincent Vinet <vincent.vinet@savoirfairelinux.com>
  16. Maintainer
  17. ----------
  18. .. image:: http://odoo-community.org/logo.png
  19. :alt: Odoo Community Association
  20. :target: http://odoo-community.org
  21. This module is maintained by the OCA.
  22. 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.
  23. To contribute to this module, please visit http://odoo-community.org.