diff --git a/qweb_usertime/README.rst b/qweb_usertime/README.rst
index edecf79af80..2ba94e0d7b3 100644
--- a/qweb_usertime/README.rst
+++ b/qweb_usertime/README.rst
@@ -1,11 +1,19 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
- :alt: License: AGPL-3
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: Licence: 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::
+the current time in the timezone of the user.
+
+
+Usage
+=====
+
+It can be used as::
@@ -14,24 +22,31 @@ language::
-
+.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
+ :alt: Try me on Runbot
+ :target: https://runbot.odoo-community.org/runbot/149/9.0
Bug Tracker
===========
-Bugs are tracked on `GitHub 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 `_.
-
+Bugs are tracked on `GitHub 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.`here `_.
Credits
=======
+Images
+------
+* Odoo Community Association: `Icon `_.
+
+
Contributors
------------
* Vincent Vinet
+* Gilles Meyomesse
Maintainer
----------
@@ -44,5 +59,5 @@ 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.
+To contribute to this module, please visit https://odoo-community.org.
diff --git a/qweb_usertime/__init__.py b/qweb_usertime/__init__.py
index cb9ce2e6f2a..66d65e8f405 100644
--- a/qweb_usertime/__init__.py
+++ b/qweb_usertime/__init__.py
@@ -1,25 +1,6 @@
# -*- encoding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# This module copyright (C) 2015 Savoir-faire Linux
-# ().
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
-#
-##############################################################################
+# Copyright 2015 Savoir-faire Linux
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-""" QWeb usertime addon """
+from . import models
-from . import qweb
diff --git a/qweb_usertime/__openerp__.py b/qweb_usertime/__openerp__.py
index 6c0e8579252..124ddd1a8a1 100644
--- a/qweb_usertime/__openerp__.py
+++ b/qweb_usertime/__openerp__.py
@@ -1,41 +1,14 @@
# -*- encoding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# This module copyright (C) 2015 Savoir-faire Linux
-# ().
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
-#
-##############################################################################
-
+# Copyright 2015 Savoir-faire Linux
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'QWeb User Time',
- 'version': '8.0.1.0.0',
+ 'version': '9.0.1.0.0',
'author': 'Savoir-faire Linux,Odoo Community Association (OCA)',
- 'maintainer': 'Odoo Community Association (OCA)',
- 'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'category': 'Tools',
'summary': 'Add user time rendering support in QWeb',
'depends': [
'base',
],
- 'external_dependencies': {
- 'python': [],
- },
- 'data': [
- ],
- 'installable': False,
}
diff --git a/qweb_usertime/i18n/am.po b/qweb_usertime/i18n/am.po
new file mode 100644
index 00000000000..e6c7b920fe0
--- /dev/null
+++ b/qweb_usertime/i18n/am.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-8-0/language/am/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
diff --git a/qweb_usertime/i18n/ar.po b/qweb_usertime/i18n/ar.po
new file mode 100644
index 00000000000..5f76d1c103f
--- /dev/null
+++ b/qweb_usertime/i18n/ar.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "أنشئ بواسطة"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "أنشئ في"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "آخر تحديث بواسطة"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "آخر تحديث في"
diff --git a/qweb_usertime/i18n/bg.po b/qweb_usertime/i18n/bg.po
new file mode 100644
index 00000000000..4219be9041f
--- /dev/null
+++ b/qweb_usertime/i18n/bg.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-21 00:47+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Създадено от"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Създадено на"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Последно обновено от"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Последно обновено на"
diff --git a/qweb_usertime/i18n/bs.po b/qweb_usertime/i18n/bs.po
new file mode 100644
index 00000000000..38eb87cb255
--- /dev/null
+++ b/qweb_usertime/i18n/bs.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
diff --git a/qweb_usertime/i18n/ca.po b/qweb_usertime/i18n/ca.po
new file mode 100644
index 00000000000..2ecb50a72c3
--- /dev/null
+++ b/qweb_usertime/i18n/ca.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creat per"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creat el"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Darrera Actualització per"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Darrera Actualització el"
diff --git a/qweb_usertime/i18n/cs.po b/qweb_usertime/i18n/cs.po
new file mode 100644
index 00000000000..5dcdde4536b
--- /dev/null
+++ b/qweb_usertime/i18n/cs.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-8-0/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Vytvořil(a)"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Vytvořeno"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Naposled upraveno"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Naposled upraveno"
diff --git a/qweb_usertime/i18n/da.po b/qweb_usertime/i18n/da.po
new file mode 100644
index 00000000000..3a6b8c1d961
--- /dev/null
+++ b/qweb_usertime/i18n/da.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Oprettet af"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Oprettet den"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Sidst opdateret af"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Sidst opdateret den"
diff --git a/qweb_usertime/i18n/el_GR.po b/qweb_usertime/i18n/el_GR.po
new file mode 100644
index 00000000000..df5092e6623
--- /dev/null
+++ b/qweb_usertime/i18n/el_GR.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Δημιουργήθηκε από "
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Δημιουργήθηκε στις"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Τελευταία ενημέρωση από"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Τελευταία ενημέρωση στις"
diff --git a/qweb_usertime/i18n/en_GB.po b/qweb_usertime/i18n/en_GB.po
new file mode 100644
index 00000000000..2f916d66986
--- /dev/null
+++ b/qweb_usertime/i18n/en_GB.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Created by"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Created on"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Last Updated on"
diff --git a/qweb_usertime/i18n/es_AR.po b/qweb_usertime/i18n/es_AR.po
new file mode 100644
index 00000000000..1c160a00bbd
--- /dev/null
+++ b/qweb_usertime/i18n/es_AR.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_AR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_AR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización el"
diff --git a/qweb_usertime/i18n/es_CO.po b/qweb_usertime/i18n/es_CO.po
new file mode 100644
index 00000000000..bedd084ba6a
--- /dev/null
+++ b/qweb_usertime/i18n/es_CO.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_CO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Actualizado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Actualizado"
diff --git a/qweb_usertime/i18n/es_CR.po b/qweb_usertime/i18n/es_CR.po
new file mode 100644
index 00000000000..dadaa5575fe
--- /dev/null
+++ b/qweb_usertime/i18n/es_CR.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_CR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
diff --git a/qweb_usertime/i18n/es_EC.po b/qweb_usertime/i18n/es_EC.po
new file mode 100644
index 00000000000..f3589eac12c
--- /dev/null
+++ b/qweb_usertime/i18n/es_EC.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_EC/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_EC\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
diff --git a/qweb_usertime/i18n/es_ES.po b/qweb_usertime/i18n/es_ES.po
new file mode 100644
index 00000000000..4f5f5187ed9
--- /dev/null
+++ b/qweb_usertime/i18n/es_ES.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
diff --git a/qweb_usertime/i18n/es_MX.po b/qweb_usertime/i18n/es_MX.po
new file mode 100644
index 00000000000..4e6826a06f6
--- /dev/null
+++ b/qweb_usertime/i18n/es_MX.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_MX/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_MX\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualizacion por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualización realizada"
diff --git a/qweb_usertime/i18n/es_PE.po b/qweb_usertime/i18n/es_PE.po
new file mode 100644
index 00000000000..6196345b6b6
--- /dev/null
+++ b/qweb_usertime/i18n/es_PE.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_PE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Actualizado última vez por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima Actualización"
diff --git a/qweb_usertime/i18n/es_VE.po b/qweb_usertime/i18n/es_VE.po
new file mode 100644
index 00000000000..195028a8727
--- /dev/null
+++ b/qweb_usertime/i18n/es_VE.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es_VE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_VE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualizacion en"
diff --git a/qweb_usertime/i18n/fa.po b/qweb_usertime/i18n/fa.po
new file mode 100644
index 00000000000..bc9f7a9866e
--- /dev/null
+++ b/qweb_usertime/i18n/fa.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fa\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "ایجاد شده توسط"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "ایجاد شده در"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "آخرین به روز رسانی توسط"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "آخرین به روز رسانی در"
diff --git a/qweb_usertime/i18n/fi.po b/qweb_usertime/i18n/fi.po
new file mode 100644
index 00000000000..b75c28f6749
--- /dev/null
+++ b/qweb_usertime/i18n/fi.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-19 14:44+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Luonut"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Luotu"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Viimeksi päivittänyt"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Viimeksi päivitetty"
diff --git a/qweb_usertime/i18n/fr_CH.po b/qweb_usertime/i18n/fr_CH.po
new file mode 100644
index 00000000000..e916fa5d64d
--- /dev/null
+++ b/qweb_usertime/i18n/fr_CH.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr_CH/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CH\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Modifié par"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Modifié le"
diff --git a/qweb_usertime/i18n/gl.po b/qweb_usertime/i18n/gl.po
new file mode 100644
index 00000000000..b9c983dc768
--- /dev/null
+++ b/qweb_usertime/i18n/gl.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-8-0/language/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "ültima actualización por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
diff --git a/qweb_usertime/i18n/he.po b/qweb_usertime/i18n/he.po
new file mode 100644
index 00000000000..c72f6d4c0bd
--- /dev/null
+++ b/qweb_usertime/i18n/he.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-8-0/language/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "נוצר על ידי"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "נוצר ב-"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "עודכן לאחרונה על ידי"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "עודכן לאחרונה על"
diff --git a/qweb_usertime/i18n/hr.po b/qweb_usertime/i18n/hr.po
new file mode 100644
index 00000000000..705a6a66403
--- /dev/null
+++ b/qweb_usertime/i18n/hr.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-21 00:47+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažuriranje"
diff --git a/qweb_usertime/i18n/hr_HR.po b/qweb_usertime/i18n/hr_HR.po
new file mode 100644
index 00000000000..8a3e99d902b
--- /dev/null
+++ b/qweb_usertime/i18n/hr_HR.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-21 00:47+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/hr_HR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr_HR\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
diff --git a/qweb_usertime/i18n/it.po b/qweb_usertime/i18n/it.po
new file mode 100644
index 00000000000..0bc548a5f79
--- /dev/null
+++ b/qweb_usertime/i18n/it.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-10-18 16:46+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creato da"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creato il"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultimo aggiornamento da"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultimo aggiornamento il"
diff --git a/qweb_usertime/i18n/ja.po b/qweb_usertime/i18n/ja.po
new file mode 100644
index 00000000000..24a7445fd4b
--- /dev/null
+++ b/qweb_usertime/i18n/ja.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "作成者"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "作成日"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "最終更新者"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "最終更新日"
diff --git a/qweb_usertime/i18n/lt.po b/qweb_usertime/i18n/lt.po
new file mode 100644
index 00000000000..c9c55fe0154
--- /dev/null
+++ b/qweb_usertime/i18n/lt.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
diff --git a/qweb_usertime/i18n/lt_LT.po b/qweb_usertime/i18n/lt_LT.po
new file mode 100644
index 00000000000..6cc85645852
--- /dev/null
+++ b/qweb_usertime/i18n/lt_LT.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/lt_LT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt_LT\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
diff --git a/qweb_usertime/i18n/lv.po b/qweb_usertime/i18n/lv.po
new file mode 100644
index 00000000000..0388056be06
--- /dev/null
+++ b/qweb_usertime/i18n/lv.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Izveidoja"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Izveidots"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Pēdējo reizi atjaunoja"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Pēdējās izmaiņas"
diff --git a/qweb_usertime/i18n/mk.po b/qweb_usertime/i18n/mk.po
new file mode 100644
index 00000000000..842ad25838c
--- /dev/null
+++ b/qweb_usertime/i18n/mk.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/mk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Креирано од"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Креирано на"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Последно ажурирање од"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Последно ажурирање на"
diff --git a/qweb_usertime/i18n/mn.po b/qweb_usertime/i18n/mn.po
new file mode 100644
index 00000000000..c1fcffdd916
--- /dev/null
+++ b/qweb_usertime/i18n/mn.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/mn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Үүсгэгч"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Үүсгэсэн"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Сүүлийн засвар хийсэн"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Сүүлийн засвар хийсэн огноо"
diff --git a/qweb_usertime/i18n/nb.po b/qweb_usertime/i18n/nb.po
new file mode 100644
index 00000000000..3478682ea9d
--- /dev/null
+++ b/qweb_usertime/i18n/nb.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-8-0/language/nb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Opprettet av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Opprettet den"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Sist oppdatert"
diff --git a/qweb_usertime/i18n/nb_NO.po b/qweb_usertime/i18n/nb_NO.po
new file mode 100644
index 00000000000..5fa1ec69108
--- /dev/null
+++ b/qweb_usertime/i18n/nb_NO.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/nb_NO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb_NO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Laget av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Laget den"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Sist oppdatert den"
diff --git a/qweb_usertime/i18n/nl.po b/qweb_usertime/i18n/nl.po
new file mode 100644
index 00000000000..60c6f814d6b
--- /dev/null
+++ b/qweb_usertime/i18n/nl.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-8-0/language/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Aangemaakt door"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Aangemaakt op"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
diff --git a/qweb_usertime/i18n/nl_BE.po b/qweb_usertime/i18n/nl_BE.po
new file mode 100644
index 00000000000..d43e9c21e7f
--- /dev/null
+++ b/qweb_usertime/i18n/nl_BE.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/nl_BE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_BE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Gemaakt door"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Gemaakt op"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
diff --git a/qweb_usertime/i18n/pl.po b/qweb_usertime/i18n/pl.po
new file mode 100644
index 00000000000..47ec660a194
--- /dev/null
+++ b/qweb_usertime/i18n/pl.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Utworzone przez"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Utworzono"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Ostatnio modyfikowane przez"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ostatnia zmiana"
diff --git a/qweb_usertime/i18n/pt.po b/qweb_usertime/i18n/pt.po
new file mode 100644
index 00000000000..59d9c592b51
--- /dev/null
+++ b/qweb_usertime/i18n/pt.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-04 01:04+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última Modificação Por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última Atualização Em"
diff --git a/qweb_usertime/i18n/pt_PT.po b/qweb_usertime/i18n/pt_PT.po
new file mode 100644
index 00000000000..cd69d0f9cf6
--- /dev/null
+++ b/qweb_usertime/i18n/pt_PT.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-16 09:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_PT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_PT\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Última Atualização Por"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Última Atualização Em"
diff --git a/qweb_usertime/i18n/ro.po b/qweb_usertime/i18n/ro.po
new file mode 100644
index 00000000000..3b1b15454f5
--- /dev/null
+++ b/qweb_usertime/i18n/ro.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ro/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Creat de"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Creat la"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualizare făcută de"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualizare la"
diff --git a/qweb_usertime/i18n/ru.po b/qweb_usertime/i18n/ru.po
new file mode 100644
index 00000000000..d1bc09a6384
--- /dev/null
+++ b/qweb_usertime/i18n/ru.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Создано"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Создан"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Последний раз обновлено"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Последний раз обновлено"
diff --git a/qweb_usertime/i18n/sk.po b/qweb_usertime/i18n/sk.po
new file mode 100644
index 00000000000..cb2f812fb3f
--- /dev/null
+++ b/qweb_usertime/i18n/sk.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Vytvoril"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Vytvorené"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Naposledy upravoval"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Naposledy upravované"
diff --git a/qweb_usertime/i18n/sr@latin.po b/qweb_usertime/i18n/sr@latin.po
new file mode 100644
index 00000000000..11b8859e01b
--- /dev/null
+++ b/qweb_usertime/i18n/sr@latin.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sr@latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Kreiran"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnja izmjena"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnja izmjena"
diff --git a/qweb_usertime/i18n/sv.po b/qweb_usertime/i18n/sv.po
new file mode 100644
index 00000000000..607d3f510bf
--- /dev/null
+++ b/qweb_usertime/i18n/sv.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Skapad av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Skapad den"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Senast uppdaterad av"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Senast uppdaterad"
diff --git a/qweb_usertime/i18n/th.po b/qweb_usertime/i18n/th.po
new file mode 100644
index 00000000000..94dad33f73c
--- /dev/null
+++ b/qweb_usertime/i18n/th.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-8-0/language/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "สร้างโดย"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "สร้างเมื่อ"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "อัพเดทครั้งสุดท้ายโดย"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
diff --git a/qweb_usertime/i18n/tr.po b/qweb_usertime/i18n/tr.po
new file mode 100644
index 00000000000..6ce95a57d08
--- /dev/null
+++ b/qweb_usertime/i18n/tr.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-19 14:44+0000\n"
+"PO-Revision-Date: 2016-01-31 12:50+0000\n"
+"Last-Translator: Ahmet Altınışık \n"
+"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Oluşturuldu"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Son güncellendi"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Son güncellenme"
diff --git a/qweb_usertime/i18n/tr_TR.po b/qweb_usertime/i18n/tr_TR.po
new file mode 100644
index 00000000000..f8bfc175b2b
--- /dev/null
+++ b/qweb_usertime/i18n/tr_TR.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 08:35+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr_TR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr_TR\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Oluşturulma tarihi"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "En son güncelleyen "
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "En son güncelleme tarihi"
diff --git a/qweb_usertime/i18n/uk.po b/qweb_usertime/i18n/uk.po
new file mode 100644
index 00000000000..7e8fa9c06a5
--- /dev/null
+++ b/qweb_usertime/i18n/uk.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Створив"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Дата створення"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Востаннє оновив"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Останнє оновлення"
diff --git a/qweb_usertime/i18n/vi.po b/qweb_usertime/i18n/vi.po
new file mode 100644
index 00000000000..ff9f72bbf22
--- /dev/null
+++ b/qweb_usertime/i18n/vi.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-8-0/language/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Được tạo bởi"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Được tạo vào"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
diff --git a/qweb_usertime/i18n/vi_VN.po b/qweb_usertime/i18n/vi_VN.po
new file mode 100644
index 00000000000..da5b16119ff
--- /dev/null
+++ b/qweb_usertime/i18n/vi_VN.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 05:32+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/vi_VN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi_VN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "Tạo bởi"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "Tạo vào"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "Cập nhật lần cuối bởi"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
diff --git a/qweb_usertime/i18n/zh_CN.po b/qweb_usertime/i18n/zh_CN.po
new file mode 100644
index 00000000000..18eb11ce433
--- /dev/null
+++ b/qweb_usertime/i18n/zh_CN.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-04-14 07:02+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "创建者"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "创建时间"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "最后更新者"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "上次更新日期"
diff --git a/qweb_usertime/i18n/zh_TW.po b/qweb_usertime/i18n/zh_TW.po
new file mode 100644
index 00000000000..2b8c5d2e404
--- /dev/null
+++ b/qweb_usertime/i18n/zh_TW.po
@@ -0,0 +1,38 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * qweb_usertime
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: server-tools (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-28 21:29+0000\n"
+"PO-Revision-Date: 2015-09-18 13:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_uid:0
+msgid "Created by"
+msgstr "建立者"
+
+#. module: qweb_usertime
+#: field:ir.qweb,create_date:0
+msgid "Created on"
+msgstr "建立於"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_uid:0
+msgid "Last Updated by"
+msgstr "最後更新:"
+
+#. module: qweb_usertime
+#: field:ir.qweb,write_date:0
+msgid "Last Updated on"
+msgstr "最後更新於"
diff --git a/qweb_usertime/models/__init__.py b/qweb_usertime/models/__init__.py
new file mode 100644
index 00000000000..37b3cf732e4
--- /dev/null
+++ b/qweb_usertime/models/__init__.py
@@ -0,0 +1,6 @@
+# -*- encoding: utf-8 -*-
+# Copyright 2015 Savoir-faire Linux
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+from . import ir_qweb
+
diff --git a/qweb_usertime/qweb.py b/qweb_usertime/models/ir_qweb.py
similarity index 59%
rename from qweb_usertime/qweb.py
rename to qweb_usertime/models/ir_qweb.py
index 1d257675ee7..497bc27f6d6 100644
--- a/qweb_usertime/qweb.py
+++ b/qweb_usertime/models/ir_qweb.py
@@ -1,38 +1,16 @@
# -*- encoding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# This module copyright (C) 2015 Savoir-faire Linux
-# ().
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
-#
-##############################################################################
-
-""" QWeb usertime : adds support for t-usertime on qweb reports """
+# Copyright 2015 Savoir-faire Linux
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from datetime import datetime
import logging
import pytz
-
from openerp import models
from openerp.tools import DEFAULT_SERVER_DATETIME_FORMAT
-
_logger = logging.getLogger(__name__)
-class QWeb(models.Model):
+class IrQweb(models.Model):
_inherit = 'ir.qweb'
def render_tag_usertime(self, element, template_attributes,
diff --git a/setup/qweb_usertime/odoo_addons/__init__.py b/setup/qweb_usertime/odoo_addons/__init__.py
new file mode 100644
index 00000000000..de40ea7ca05
--- /dev/null
+++ b/setup/qweb_usertime/odoo_addons/__init__.py
@@ -0,0 +1 @@
+__import__('pkg_resources').declare_namespace(__name__)
diff --git a/setup/qweb_usertime/odoo_addons/qweb_usertime b/setup/qweb_usertime/odoo_addons/qweb_usertime
new file mode 120000
index 00000000000..d2ca3b982dc
--- /dev/null
+++ b/setup/qweb_usertime/odoo_addons/qweb_usertime
@@ -0,0 +1 @@
+../../../qweb_usertime
\ No newline at end of file
diff --git a/setup/qweb_usertime/setup.py b/setup/qweb_usertime/setup.py
new file mode 100644
index 00000000000..28c57bb6403
--- /dev/null
+++ b/setup/qweb_usertime/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)