summaryrefslogtreecommitdiff
path: root/addons/sale_timesheet_purchase
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/sale_timesheet_purchase
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/sale_timesheet_purchase')
-rw-r--r--addons/sale_timesheet_purchase/__init__.py4
-rw-r--r--addons/sale_timesheet_purchase/__manifest__.py17
-rw-r--r--addons/sale_timesheet_purchase/i18n/ar.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/bg.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/bn.po52
-rw-r--r--addons/sale_timesheet_purchase/i18n/ca.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/ckb.po52
-rw-r--r--addons/sale_timesheet_purchase/i18n/cs.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/da.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/de.po52
-rw-r--r--addons/sale_timesheet_purchase/i18n/el.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/eo.po48
-rw-r--r--addons/sale_timesheet_purchase/i18n/es.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/es_MX.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/et.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/eu.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/fa.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/fi.po56
-rw-r--r--addons/sale_timesheet_purchase/i18n/fr.po56
-rw-r--r--addons/sale_timesheet_purchase/i18n/he.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/hi.po48
-rw-r--r--addons/sale_timesheet_purchase/i18n/hr.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/hu.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/id.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/it.po52
-rw-r--r--addons/sale_timesheet_purchase/i18n/ja.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/ka.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/km.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/ko.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/lb.po33
-rw-r--r--addons/sale_timesheet_purchase/i18n/lt.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/lv.po48
-rw-r--r--addons/sale_timesheet_purchase/i18n/mn.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/nb.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/nl.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/pl.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/pt.po56
-rw-r--r--addons/sale_timesheet_purchase/i18n/pt_BR.po56
-rw-r--r--addons/sale_timesheet_purchase/i18n/ro.po52
-rw-r--r--addons/sale_timesheet_purchase/i18n/ru.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/sale_timesheet_purchase.pot48
-rw-r--r--addons/sale_timesheet_purchase/i18n/si.po48
-rw-r--r--addons/sale_timesheet_purchase/i18n/sk.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/sl.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/sv.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/th.po54
-rw-r--r--addons/sale_timesheet_purchase/i18n/tr.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/uk.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/ur.po48
-rw-r--r--addons/sale_timesheet_purchase/i18n/vi.po53
-rw-r--r--addons/sale_timesheet_purchase/i18n/zh_CN.po55
-rw-r--r--addons/sale_timesheet_purchase/i18n/zh_TW.po52
-rw-r--r--addons/sale_timesheet_purchase/models/__init__.py4
-rw-r--r--addons/sale_timesheet_purchase/models/project_overview.py40
54 files changed, 2702 insertions, 0 deletions
diff --git a/addons/sale_timesheet_purchase/__init__.py b/addons/sale_timesheet_purchase/__init__.py
new file mode 100644
index 00000000..dc5e6b69
--- /dev/null
+++ b/addons/sale_timesheet_purchase/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import models
diff --git a/addons/sale_timesheet_purchase/__manifest__.py b/addons/sale_timesheet_purchase/__manifest__.py
new file mode 100644
index 00000000..96890927
--- /dev/null
+++ b/addons/sale_timesheet_purchase/__manifest__.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'Sales Timesheet Purchase',
+ 'category': 'Hidden',
+ 'summary': 'Bridge module between Sales Timesheet and Purchase',
+ 'description': """
+Allows to access purchase orders from Project Overview
+======================================================
+""",
+ 'depends': ['sale_timesheet', 'purchase'],
+ 'data': [],
+ 'demo': [],
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+}
diff --git a/addons/sale_timesheet_purchase/i18n/ar.po b/addons/sale_timesheet_purchase/i18n/ar.po
new file mode 100644
index 00000000..ac67c5de
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ar.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Mustafa Rawi <mustafa@cubexco.com>, 2020
+# Osoul <baruni@osoul.ly>, 2020
+# Osama Ahmaro <osamaahmaro@gmail.com>, 2020
+# Shaima Safar <shaima.safar@open-inside.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Shaima Safar <shaima.safar@open-inside.com>, 2020\n"
+"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "الاسم المعروض"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "المُعرف"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "آخر تعديل في"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "المشروع"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "أوامر الشراء"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "فواتير المورد"
diff --git a/addons/sale_timesheet_purchase/i18n/bg.po b/addons/sale_timesheet_purchase/i18n/bg.po
new file mode 100644
index 00000000..51eaacab
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/bg.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2020
+# aleksandar ivanov, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: aleksandar ivanov, 2020\n"
+"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Име за показване"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Последно променено на"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Проект"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Поръчки за покупки"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Дневник на покупките"
diff --git a/addons/sale_timesheet_purchase/i18n/bn.po b/addons/sale_timesheet_purchase/i18n/bn.po
new file mode 100644
index 00000000..d7b081f5
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/bn.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Abu Zafar <azmikbal@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n"
+"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "প্রদর্শন নাম"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "আইডি "
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "সর্বশেষ সংশোধিত"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "প্রকল্প"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/ca.po b/addons/sale_timesheet_purchase/i18n/ca.po
new file mode 100644
index 00000000..2de569ee
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ca.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Quim - eccit <quim@eccit.com>, 2020
+# Josep Anton Belchi, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Josep Anton Belchi, 2021\n"
+"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nom mostrat"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Última modificació el "
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projecte"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Comandes de compra"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Factures de proveïdors "
diff --git a/addons/sale_timesheet_purchase/i18n/ckb.po b/addons/sale_timesheet_purchase/i18n/ckb.po
new file mode 100644
index 00000000..6a27a83e
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ckb.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n"
+"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ckb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "پیشاندانی ناو"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ناسنامە"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "دواین دەستکاری لە"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "پڕۆژە"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "داواکارییەکانی کڕین"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/cs.po b/addons/sale_timesheet_purchase/i18n/cs.po
new file mode 100644
index 00000000..0975b323
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/cs.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jan Horzinka <jan.horzinka@centrum.cz>, 2020
+# trendspotter, 2020
+# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n"
+"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Zobrazované jméno"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Naposled změněno"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Objednávky"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Dodavatelské faktury"
diff --git a/addons/sale_timesheet_purchase/i18n/da.po b/addons/sale_timesheet_purchase/i18n/da.po
new file mode 100644
index 00000000..b67a8586
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/da.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Morten Schou <ms@msteknik.dk>, 2020
+# Jesper Carstensen <jc@danodoo.dk>, 2020
+# Ejner Sønniksen <ejner@vkdata.dk>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Ejner Sønniksen <ejner@vkdata.dk>, 2020\n"
+"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Vis navn"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Sidst ændret den"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Indkøbsordrer"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Leverandørfakturaer"
diff --git a/addons/sale_timesheet_purchase/i18n/de.po b/addons/sale_timesheet_purchase/i18n/de.po
new file mode 100644
index 00000000..827cf50c
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/de.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Martin Trigaux, 2020\n"
+"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Anzeigename"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Zuletzt geändert am"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Bestellungen"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Eingangsrechnungen"
diff --git a/addons/sale_timesheet_purchase/i18n/el.po b/addons/sale_timesheet_purchase/i18n/el.po
new file mode 100644
index 00000000..4e6d948d
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/el.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Kostas Goutoudis <goutoudis@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n"
+"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Εμφάνιση Ονόματος"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "Κωδικός"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Τελευταία τροποποίηση στις"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Έργο"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Παραγγελίες Αγοράς"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Τιμολόγια Προμηθευτών"
diff --git a/addons/sale_timesheet_purchase/i18n/eo.po b/addons/sale_timesheet_purchase/i18n/eo.po
new file mode 100644
index 00000000..72ace6df
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/eo.po
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: eo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/es.po b/addons/sale_timesheet_purchase/i18n/es.po
new file mode 100644
index 00000000..a786a48a
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/es.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jesse Garza <jga@odoo.com>, 2020
+# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n"
+"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Última modificación el"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proyecto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Pedidos de compra"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Facturas de proveedores"
diff --git a/addons/sale_timesheet_purchase/i18n/es_MX.po b/addons/sale_timesheet_purchase/i18n/es_MX.po
new file mode 100644
index 00000000..84e7c93d
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/es_MX.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Cécile Collart <cco@odoo.com>, 2021
+# Lucia Pacheco <lpo@odoo.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Lucia Pacheco <lpo@odoo.com>, 2021\n"
+"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nombre en pantalla"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Última modificación el"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proyecto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Órdenes de compra"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Facturas de proveedores"
diff --git a/addons/sale_timesheet_purchase/i18n/et.po b/addons/sale_timesheet_purchase/i18n/et.po
new file mode 100644
index 00000000..c7c5a394
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/et.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Triine Aavik <triine@avalah.ee>, 2020
+# Eneli Õigus <enelioigus@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Eneli Õigus <enelioigus@gmail.com>, 2020\n"
+"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Kuva nimi"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Viimati muudetud (millal)"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projektid"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Ostutellimused"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Ostuarved"
diff --git a/addons/sale_timesheet_purchase/i18n/eu.po b/addons/sale_timesheet_purchase/i18n/eu.po
new file mode 100644
index 00000000..6d9b1495
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/eu.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2021
+# Eneko <eastigarraga@codesyntax.com>, 2021
+# Mikel Lizarralde <mikellizarralde@gmail.com>, 2021
+# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021\n"
+"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Izena erakutsi"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Azken aldaketa"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proiektua"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Erosketa eskaerak"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Hornitzailearen fakturak"
diff --git a/addons/sale_timesheet_purchase/i18n/fa.po b/addons/sale_timesheet_purchase/i18n/fa.po
new file mode 100644
index 00000000..251ac8a0
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/fa.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Hamid Darabi, 2020
+# Hamed Mohammadi <hamed@dehongi.com>, 2020
+# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n"
+"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/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=2; plural=(n > 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "نام نمایشی"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "شناسه"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "آخرین تغییر در"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "پروژه"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "سفارشات خرید"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "صورت‌های فروشنده"
diff --git a/addons/sale_timesheet_purchase/i18n/fi.po b/addons/sale_timesheet_purchase/i18n/fi.po
new file mode 100644
index 00000000..fabee126
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/fi.po
@@ -0,0 +1,56 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020
+# Svante Suominen <svante.suominen@web-veistamo.fi>, 2020
+# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020
+# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n"
+"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Näyttönimi"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "Tunniste (ID)"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Viimeksi muokattu"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projektit"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Ostotilaukset"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Ostolaskut"
diff --git a/addons/sale_timesheet_purchase/i18n/fr.po b/addons/sale_timesheet_purchase/i18n/fr.po
new file mode 100644
index 00000000..736365c6
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/fr.po
@@ -0,0 +1,56 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020
+# Cécile Collart <cco@odoo.com>, 2020
+# Gilles Mangin <gilles.mangin@phidias.fr>, 2020
+# Thomas Deleval <thd@odoo.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Thomas Deleval <thd@odoo.com>, 2021\n"
+"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nom affiché"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projet"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Commandes fournisseur"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Factures fournisseurs"
diff --git a/addons/sale_timesheet_purchase/i18n/he.po b/addons/sale_timesheet_purchase/i18n/he.po
new file mode 100644
index 00000000..d0024e3a
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/he.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# דודי מלכה <Dudimalka6@gmail.com>, 2020
+# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n"
+"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "הצג שם"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "תעודה מזהה"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "שינוי אחרון ב"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "פרויקט"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "הזמנות רכש"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "חשבוניות הספק"
diff --git a/addons/sale_timesheet_purchase/i18n/hi.po b/addons/sale_timesheet_purchase/i18n/hi.po
new file mode 100644
index 00000000..98377c85
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/hi.po
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/hr.po b/addons/sale_timesheet_purchase/i18n/hr.po
new file mode 100644
index 00000000..d366e905
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/hr.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020
+# Karolina Tonković <karolina.tonkovic@storm.hr>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Karolina Tonković <karolina.tonkovic@storm.hr>, 2020\n"
+"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Naziv"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Zadnja promjena"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Nalozi u nabavi"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Ulazni računi"
diff --git a/addons/sale_timesheet_purchase/i18n/hu.po b/addons/sale_timesheet_purchase/i18n/hu.po
new file mode 100644
index 00000000..61ce7e29
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/hu.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Tamás Németh <ntomasz81@gmail.com>, 2021
+# Ákos Nagy <akos.nagy@oregional.hu>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n"
+"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Név megjelenítése"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "Azonosító"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Legutóbb módosítva"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Beszerzési megrendelések"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Beszállítói számlák"
diff --git a/addons/sale_timesheet_purchase/i18n/id.po b/addons/sale_timesheet_purchase/i18n/id.po
new file mode 100644
index 00000000..38216896
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/id.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# William Surya Permana <zarambie_game@yahoo.com>, 2020
+# Martin Trigaux, 2020
+# firman firman <firman.olxbpn@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: firman firman <firman.olxbpn@gmail.com>, 2020\n"
+"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nama Tampilan"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Terakhir diubah pada"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proyek"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Order Pembelian"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Tagihan Pemasok"
diff --git a/addons/sale_timesheet_purchase/i18n/it.po b/addons/sale_timesheet_purchase/i18n/it.po
new file mode 100644
index 00000000..3aea9082
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/it.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Sergio Zanchetta <primes2h@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n"
+"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nome visualizzato"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Ultima modifica il"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Progetto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Ordini di acquisto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Fatture fornitore"
diff --git a/addons/sale_timesheet_purchase/i18n/ja.po b/addons/sale_timesheet_purchase/i18n/ja.po
new file mode 100644
index 00000000..b2d49e2a
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ja.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020
+# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Yoshi Tashiro <tashiro@roomsfor.hk>, 2020\n"
+"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "表示名"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "最終更新日"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "プロジェクト"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "購買オーダ"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "仕入先請求書"
diff --git a/addons/sale_timesheet_purchase/i18n/ka.po b/addons/sale_timesheet_purchase/i18n/ka.po
new file mode 100644
index 00000000..d325c589
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ka.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021
+# Giorgi Melitauri <gmelitauri@live.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Giorgi Melitauri <gmelitauri@live.com>, 2021\n"
+"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ka\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "სახელი"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "იდენტიფიკატორი/ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "ბოლოს განახლებულია"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "პროექტი"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/km.po b/addons/sale_timesheet_purchase/i18n/km.po
new file mode 100644
index 00000000..6f751b5f
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/km.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Sengtha Chay <sengtha@gmail.com>, 2020
+# Lux Sok <sok.lux@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n"
+"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: km\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "ឈ្មោះសំរាប់បង្ហាញ"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "អត្តសញ្ញាណ"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "គំរោង"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "ការបញ្ជាទិញ"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "វិក័យប័ត្រលក់"
diff --git a/addons/sale_timesheet_purchase/i18n/ko.po b/addons/sale_timesheet_purchase/i18n/ko.po
new file mode 100644
index 00000000..5ff6af67
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ko.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# JH CHOI <hwangtog@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n"
+"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "이름 표시"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "최근 수정"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "프로젝트"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "구매 주문"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "공급업체 청구서"
diff --git a/addons/sale_timesheet_purchase/i18n/lb.po b/addons/sale_timesheet_purchase/i18n/lb.po
new file mode 100644
index 00000000..c664b22b
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/lb.po
@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~12.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:32+0000\n"
+"PO-Revision-Date: 2019-08-26 09:14+0000\n"
+"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:17
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:29
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/lt.po b/addons/sale_timesheet_purchase/i18n/lt.po
new file mode 100644
index 00000000..68ffc492
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/lt.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2021
+# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021
+# Linas Versada <linaskrisiukenas@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n"
+"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Rodomas pavadinimas"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Paskutinį kartą keista"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projektas"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Pirkimų užsakymai"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Tiekėjų sąskaitos"
diff --git a/addons/sale_timesheet_purchase/i18n/lv.po b/addons/sale_timesheet_purchase/i18n/lv.po
new file mode 100644
index 00000000..543d612f
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/lv.po
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/mn.po b/addons/sale_timesheet_purchase/i18n/mn.po
new file mode 100644
index 00000000..4b8d8e87
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/mn.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020
+# Martin Trigaux, 2020
+# Khishigbat Ganbold <khishigbat@asterisk-tech.mn>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Khishigbat Ganbold <khishigbat@asterisk-tech.mn>, 2020\n"
+"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Дэлгэрэнгүй нэр"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Сүүлд зассан огноо"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Төсөл"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Худалдан авалт"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Нийлүүлэгчийн нэхэмжлэл"
diff --git a/addons/sale_timesheet_purchase/i18n/nb.po b/addons/sale_timesheet_purchase/i18n/nb.po
new file mode 100644
index 00000000..9a60b813
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/nb.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Marius Stedjan <marius@stedjan.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n"
+"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Visningsnavn"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Sist endret"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Prosjekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Innkjøpsordrer"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Leverandørfaktura"
diff --git a/addons/sale_timesheet_purchase/i18n/nl.po b/addons/sale_timesheet_purchase/i18n/nl.po
new file mode 100644
index 00000000..3b811150
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/nl.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020
+# Martin Trigaux, 2020
+# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n"
+"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Laatst gewijzigd op"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Project"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Inkooporders"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Leveranciersfacturen"
diff --git a/addons/sale_timesheet_purchase/i18n/pl.po b/addons/sale_timesheet_purchase/i18n/pl.po
new file mode 100644
index 00000000..39518e65
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/pl.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Dariusz Żbikowski <darek@krokus.com.pl>, 2020
+# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020
+# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n"
+"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nazwa wyświetlana"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Data ostatniej modyfikacji"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Zamówienia Zakupu"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Faktury zakupu"
diff --git a/addons/sale_timesheet_purchase/i18n/pt.po b/addons/sale_timesheet_purchase/i18n/pt.po
new file mode 100644
index 00000000..47a6caa5
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/pt.po
@@ -0,0 +1,56 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Manuela Silva <manuelarodsilva@gmail.com>, 2020
+# Pedro Castro Silva <pedrocs@exo.pt>, 2020
+# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020
+# Pedro Filipe <pedro2.10@hotmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n"
+"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nome"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Última Modificação em"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projeto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Ordens de Compra"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Faturas de Fornecedores"
diff --git a/addons/sale_timesheet_purchase/i18n/pt_BR.po b/addons/sale_timesheet_purchase/i18n/pt_BR.po
new file mode 100644
index 00000000..c25f184b
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/pt_BR.po
@@ -0,0 +1,56 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020
+# danimaribeiro <danimaribeiro@gmail.com>, 2020
+# Martin Trigaux, 2020
+# Mateus Lopes <mateus1@gmail.com>, 2020
+# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020\n"
+"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nome exibido"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Última modificação em"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projeto"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Pedidos de Compra"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Faturas de Fornecedor"
diff --git a/addons/sale_timesheet_purchase/i18n/ro.po b/addons/sale_timesheet_purchase/i18n/ro.po
new file mode 100644
index 00000000..bc0699f8
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ro.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Martin Trigaux, 2020\n"
+"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Nume afișat"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Ultima modificare la"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proiect"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Comenzi de achiziție"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Facturi furnizor"
diff --git a/addons/sale_timesheet_purchase/i18n/ru.po b/addons/sale_timesheet_purchase/i18n/ru.po
new file mode 100644
index 00000000..748db8d9
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ru.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# ILMIR <karamov@it-projects.info>, 2020
+# Irina Fedulova <istartlin@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n"
+"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Отображаемое имя"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "Идентификатор"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Последнее изменение"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Проект"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Заказы закупки"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Счета от поставщиков"
diff --git a/addons/sale_timesheet_purchase/i18n/sale_timesheet_purchase.pot b/addons/sale_timesheet_purchase/i18n/sale_timesheet_purchase.pot
new file mode 100644
index 00000000..a169e44e
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/sale_timesheet_purchase.pot
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-01 07:29+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/si.po b/addons/sale_timesheet_purchase/i18n/si.po
new file mode 100644
index 00000000..8743e7a2
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/si.po
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: si\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/sk.po b/addons/sale_timesheet_purchase/i18n/sk.po
new file mode 100644
index 00000000..d1c189a8
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/sk.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2020
+# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020
+# Rastislav Brencic <rastislav.brencic@azet.sk>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2021\n"
+"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Zobrazovaný názov"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Posledná úprava"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Nakupné objednávky"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Dodávateľské faktúry"
diff --git a/addons/sale_timesheet_purchase/i18n/sl.po b/addons/sale_timesheet_purchase/i18n/sl.po
new file mode 100644
index 00000000..54380457
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/sl.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2021
+# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021
+# matjaz k <matjaz@mentis.si>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: matjaz k <matjaz@mentis.si>, 2021\n"
+"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Prikazani naziv"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Zadnjič spremenjeno"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Nabavni nalogi"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Prejeti računi"
diff --git a/addons/sale_timesheet_purchase/i18n/sv.po b/addons/sale_timesheet_purchase/i18n/sv.po
new file mode 100644
index 00000000..f9861cca
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/sv.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2021
+# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021
+# lynnliuying <lynn.liu1971@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: lynnliuying <lynn.liu1971@gmail.com>, 2021\n"
+"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Visningsnamn"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Senast redigerad"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Projekt"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Inköpsordrar"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Leverantörsfakturor"
diff --git a/addons/sale_timesheet_purchase/i18n/th.po b/addons/sale_timesheet_purchase/i18n/th.po
new file mode 100644
index 00000000..00b66938
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/th.po
@@ -0,0 +1,54 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# gsong <gsong2014@foxmail.com>, 2020
+# Odoo Thaidev <odoothaidev@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Odoo Thaidev <odoothaidev@gmail.com>, 2020\n"
+"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "ชื่อที่ใช้แสดง"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "รหัส"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "โปรเจค"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "ใบสั่งซื้อ"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "บิลค่าใช้จ่าย"
diff --git a/addons/sale_timesheet_purchase/i18n/tr.po b/addons/sale_timesheet_purchase/i18n/tr.po
new file mode 100644
index 00000000..bff15aa4
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/tr.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Levent Karakaş <levent@mektup.at>, 2020
+# Murat Kaplan <muratk@projetgrup.com>, 2020
+# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020\n"
+"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Görünüm Adı"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Son Düzenleme"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Proje"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Satınalma Siparişleri"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Tedarikçi Faturaları"
diff --git a/addons/sale_timesheet_purchase/i18n/uk.po b/addons/sale_timesheet_purchase/i18n/uk.po
new file mode 100644
index 00000000..4adca45b
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/uk.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n"
+"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/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=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Відобразити назву"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Останні зміни на"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Проект"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Замовлення на купівлю"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Рахунки постачальників"
diff --git a/addons/sale_timesheet_purchase/i18n/ur.po b/addons/sale_timesheet_purchase/i18n/ur.po
new file mode 100644
index 00000000..e386d763
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/ur.po
@@ -0,0 +1,48 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ur\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr ""
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr ""
diff --git a/addons/sale_timesheet_purchase/i18n/vi.po b/addons/sale_timesheet_purchase/i18n/vi.po
new file mode 100644
index 00000000..74feaf6d
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/vi.po
@@ -0,0 +1,53 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020
+# Duy BQ <duybq86@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Duy BQ <duybq86@gmail.com>, 2020\n"
+"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "Tên hiển thị"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "Sửa lần cuối vào"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "Dự án"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "Đơn mua hàng"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "Công nợ nhà cung cấp"
diff --git a/addons/sale_timesheet_purchase/i18n/zh_CN.po b/addons/sale_timesheet_purchase/i18n/zh_CN.po
new file mode 100644
index 00000000..9d9d6365
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/zh_CN.po
@@ -0,0 +1,55 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020
+# guohuadeng <guohuadeng@hotmail.com>, 2020
+# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n"
+"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "显示名称"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "最后修改日"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "项目"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "采购订单"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "供应商账单"
diff --git a/addons/sale_timesheet_purchase/i18n/zh_TW.po b/addons/sale_timesheet_purchase/i18n/zh_TW.po
new file mode 100644
index 00000000..50878e2a
--- /dev/null
+++ b/addons/sale_timesheet_purchase/i18n/zh_TW.po
@@ -0,0 +1,52 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * sale_timesheet_purchase
+#
+# Translators:
+# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:29+0000\n"
+"PO-Revision-Date: 2020-09-07 08:18+0000\n"
+"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n"
+"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/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: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__display_name
+msgid "Display Name"
+msgstr "顯示名稱"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project__id
+msgid "ID"
+msgstr "ID"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model.fields,field_description:sale_timesheet_purchase.field_project_project____last_update
+msgid "Last Modified on"
+msgstr "最後修改於"
+
+#. module: sale_timesheet_purchase
+#: model:ir.model,name:sale_timesheet_purchase.model_project_project
+msgid "Project"
+msgstr "專案"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Purchase Orders"
+msgstr "採購訂單"
+
+#. module: sale_timesheet_purchase
+#: code:addons/sale_timesheet_purchase/models/project_overview.py:0
+#, python-format
+msgid "Vendor Bills"
+msgstr "供應商應付憑單"
diff --git a/addons/sale_timesheet_purchase/models/__init__.py b/addons/sale_timesheet_purchase/models/__init__.py
new file mode 100644
index 00000000..2e9481d9
--- /dev/null
+++ b/addons/sale_timesheet_purchase/models/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import project_overview
diff --git a/addons/sale_timesheet_purchase/models/project_overview.py b/addons/sale_timesheet_purchase/models/project_overview.py
new file mode 100644
index 00000000..86484038
--- /dev/null
+++ b/addons/sale_timesheet_purchase/models/project_overview.py
@@ -0,0 +1,40 @@
+# -*- coding: utf-8 -*-
+from odoo import _, models
+from odoo.addons.sale_timesheet.models.project_overview import _to_action_data
+
+
+class Project(models.Model):
+ _inherit = 'project.project'
+
+ def _plan_get_stat_button(self):
+ stat_buttons = super(Project, self)._plan_get_stat_button()
+ if self.env.user.has_group('purchase.group_purchase_user'):
+ accounts = self.mapped('analytic_account_id.id')
+ purchase_order_lines = self.env['purchase.order.line'].search([('account_analytic_id', 'in', accounts)])
+ purchase_orders = purchase_order_lines.mapped('order_id')
+ if purchase_orders:
+ stat_buttons.append({
+ 'name': _('Purchase Orders'),
+ 'count': len(purchase_orders),
+ 'icon': 'fa fa-shopping-cart',
+ 'action': _to_action_data('purchase.order',
+ domain=[('id', 'in', purchase_orders.ids)],
+ context={'create': False, 'edit': False, 'delete': False}
+ )
+ })
+ account_invoice_lines = self.env['account.move.line'].search(
+ [('analytic_account_id', 'in', accounts),
+ ('move_id.move_type', 'in', ['in_invoice', 'in_refund'])])
+ account_invoices = account_invoice_lines.mapped('move_id')
+ if account_invoices:
+ stat_buttons.append({
+ 'name': _('Vendor Bills'),
+ 'count': len(account_invoices),
+ 'icon': 'fa fa-pencil-square-o',
+ 'action': _to_action_data(
+ action=self.env.ref('account.action_move_in_invoice_type'),
+ domain=[('id', 'in', account_invoices.ids)],
+ context={'create': False, 'edit': False, 'delete': False}
+ )})
+
+ return stat_buttons