summaryrefslogtreecommitdiff
path: root/addons/iap_mail
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/iap_mail
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/iap_mail')
-rw-r--r--addons/iap_mail/__init__.py2
-rw-r--r--addons/iap_mail/__manifest__.py22
-rw-r--r--addons/iap_mail/i18n/ar.po105
-rw-r--r--addons/iap_mail/i18n/bg.po106
-rw-r--r--addons/iap_mail/i18n/bn.po101
-rw-r--r--addons/iap_mail/i18n/ca.po106
-rw-r--r--addons/iap_mail/i18n/ckb.po105
-rw-r--r--addons/iap_mail/i18n/cs.po127
-rw-r--r--addons/iap_mail/i18n/da.po127
-rw-r--r--addons/iap_mail/i18n/de.po125
-rw-r--r--addons/iap_mail/i18n/el.po105
-rw-r--r--addons/iap_mail/i18n/eo.po101
-rw-r--r--addons/iap_mail/i18n/es.po127
-rw-r--r--addons/iap_mail/i18n/es_MX.po125
-rw-r--r--addons/iap_mail/i18n/et.po105
-rw-r--r--addons/iap_mail/i18n/eu.po106
-rw-r--r--addons/iap_mail/i18n/fa.po119
-rw-r--r--addons/iap_mail/i18n/fi.po106
-rw-r--r--addons/iap_mail/i18n/fr.po126
-rw-r--r--addons/iap_mail/i18n/he.po106
-rw-r--r--addons/iap_mail/i18n/hi.po101
-rw-r--r--addons/iap_mail/i18n/hr.po106
-rw-r--r--addons/iap_mail/i18n/hu.po127
-rw-r--r--addons/iap_mail/i18n/iap_mail.pot101
-rw-r--r--addons/iap_mail/i18n/id.po106
-rw-r--r--addons/iap_mail/i18n/it.po125
-rw-r--r--addons/iap_mail/i18n/ja.po127
-rw-r--r--addons/iap_mail/i18n/ka.po101
-rw-r--r--addons/iap_mail/i18n/km.po105
-rw-r--r--addons/iap_mail/i18n/ko.po106
-rw-r--r--addons/iap_mail/i18n/lt.po106
-rw-r--r--addons/iap_mail/i18n/lv.po106
-rw-r--r--addons/iap_mail/i18n/mn.po105
-rw-r--r--addons/iap_mail/i18n/nb.po105
-rw-r--r--addons/iap_mail/i18n/nl.po126
-rw-r--r--addons/iap_mail/i18n/pl.po106
-rw-r--r--addons/iap_mail/i18n/pt.po106
-rw-r--r--addons/iap_mail/i18n/pt_BR.po106
-rw-r--r--addons/iap_mail/i18n/ro.po122
-rw-r--r--addons/iap_mail/i18n/ru.po106
-rw-r--r--addons/iap_mail/i18n/si.po101
-rw-r--r--addons/iap_mail/i18n/sk.po105
-rw-r--r--addons/iap_mail/i18n/sl.po106
-rw-r--r--addons/iap_mail/i18n/sv.po106
-rw-r--r--addons/iap_mail/i18n/th.po106
-rw-r--r--addons/iap_mail/i18n/tr.po126
-rw-r--r--addons/iap_mail/i18n/uk.po126
-rw-r--r--addons/iap_mail/i18n/ur.po101
-rw-r--r--addons/iap_mail/i18n/vi.po127
-rw-r--r--addons/iap_mail/i18n/zh_CN.po126
-rw-r--r--addons/iap_mail/i18n/zh_TW.po125
-rw-r--r--addons/iap_mail/views/mail_templates.xml112
52 files changed, 5618 insertions, 0 deletions
diff --git a/addons/iap_mail/__init__.py b/addons/iap_mail/__init__.py
new file mode 100644
index 00000000..a742e8e6
--- /dev/null
+++ b/addons/iap_mail/__init__.py
@@ -0,0 +1,2 @@
+# -*- encoding: utf-8 -*-
+
diff --git a/addons/iap_mail/__manifest__.py b/addons/iap_mail/__manifest__.py
new file mode 100644
index 00000000..340908f1
--- /dev/null
+++ b/addons/iap_mail/__manifest__.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+
+{
+ 'name': "IAP / Mail",
+ 'summary': """Bridge between IAP and mail""",
+ 'description': """Bridge between IAP and mail""",
+ 'category': 'Hidden/Tools',
+ 'version': '1.0',
+ 'depends': [
+ 'iap',
+ 'mail',
+ ],
+ 'application': False,
+ 'installable': True,
+ 'auto_install': True,
+ 'data': [
+ 'views/mail_templates.xml',
+ ],
+ 'license': 'LGPL-3',
+}
diff --git a/addons/iap_mail/i18n/ar.po b/addons/iap_mail/i18n/ar.po
new file mode 100644
index 00000000..21d6215a
--- /dev/null
+++ b/addons/iap_mail/i18n/ar.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Mustafa Rawi <mustafa@cubexco.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:13+0000\n"
+"Last-Translator: Mustafa Rawi <mustafa@cubexco.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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "شعار المؤسسة"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "متابعين"
diff --git a/addons/iap_mail/i18n/bg.po b/addons/iap_mail/i18n/bg.po
new file mode 100644
index 00000000..c44b9fa3
--- /dev/null
+++ b/addons/iap_mail/i18n/bg.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Anton Vassilev, 2020
+# Maria Boyadjieva <marabo2000@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:13+0000\n"
+"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Лого на компанията"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "последователи"
diff --git a/addons/iap_mail/i18n/bn.po b/addons/iap_mail/i18n/bn.po
new file mode 100644
index 00000000..e13d873a
--- /dev/null
+++ b/addons/iap_mail/i18n/bn.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+0000\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/ca.po b/addons/iap_mail/i18n/ca.po
new file mode 100644
index 00000000..960f8d4b
--- /dev/null
+++ b/addons/iap_mail/i18n/ca.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Quim - eccit <quim@eccit.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:13+0000\n"
+"Last-Translator: Quim - eccit <quim@eccit.com>, 2020\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logotip de companyia"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "seguidors"
diff --git a/addons/iap_mail/i18n/ckb.po b/addons/iap_mail/i18n/ckb.po
new file mode 100644
index 00000000..48b10b1e
--- /dev/null
+++ b/addons/iap_mail/i18n/ckb.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "لۆگۆی کۆمپانیا"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/cs.po b/addons/iap_mail/i18n/cs.po
new file mode 100644
index 00000000..9df1274f
--- /dev/null
+++ b/addons/iap_mail/i18n/cs.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# David Kliment <daklime@gmail.com>, 2021
+# Rastislav Brencic <rastislav.brencic@azet.sk>, 2021
+# trendspotter, 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:13+0000\n"
+"Last-Translator: trendspotter, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Typ společnosti</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Založeno</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Použité technologie</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Časová zóna</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Odvětví</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Odhadované roční příjmy:</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefón</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+"  <b> Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Zaměstnanci</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> za rok</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo společnosti"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "sledující"
diff --git a/addons/iap_mail/i18n/da.po b/addons/iap_mail/i18n/da.po
new file mode 100644
index 00000000..c641e8c6
--- /dev/null
+++ b/addons/iap_mail/i18n/da.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2020
+# Sanne Kristensen <sanne@vkdata.dk>, 2020
+# Mads Søndergaard <mads@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:13+0000\n"
+"Last-Translator: Mads Søndergaard <mads@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Virksomhed type</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Grundlagt</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Teknologier Anvendt</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Tidszone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sektorer</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Forventet omsætning</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefon</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Medarbejdere</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> per år</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Virksomhedslogo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "følgere"
diff --git a/addons/iap_mail/i18n/de.po b/addons/iap_mail/i18n/de.po
new file mode 100644
index 00000000..fd2db29a
--- /dev/null
+++ b/addons/iap_mail/i18n/de.po
@@ -0,0 +1,125 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Andreas Schmidt <schmigo@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:13+0000\n"
+"Last-Translator: Andreas Schmidt <schmigo@gmail.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Unternehmenstyp</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Gegründet</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Verwendete Technologien</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>E-Mail</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Zeitzone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sektoren</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Geschätzter Umsatz</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefon</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Mitarbeiter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> pro Jahr</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Unternehmens-Logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "Follower"
diff --git a/addons/iap_mail/i18n/el.po b/addons/iap_mail/i18n/el.po
new file mode 100644
index 00000000..305edd60
--- /dev/null
+++ b/addons/iap_mail/i18n/el.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+0000\n"
+"Last-Translator: Martin Trigaux, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "ακόλουθοι"
diff --git a/addons/iap_mail/i18n/eo.po b/addons/iap_mail/i18n/eo.po
new file mode 100644
index 00000000..1e9d5533
--- /dev/null
+++ b/addons/iap_mail/i18n/eo.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/es.po b/addons/iap_mail/i18n/es.po
new file mode 100644
index 00000000..59850296
--- /dev/null
+++ b/addons/iap_mail/i18n/es.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021
+# Daniela Cervantes <dace@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:13+0000\n"
+"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Tipo de empresa</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Fundada</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Tecnologías utilizadas</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Correo electrónico</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Huso horario</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectores</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Ingresos estimados</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Teléfono</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Empleados</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> por año</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logotipo de la empresa"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "seguidores"
diff --git a/addons/iap_mail/i18n/es_MX.po b/addons/iap_mail/i18n/es_MX.po
new file mode 100644
index 00000000..15c95a6f
--- /dev/null
+++ b/addons/iap_mail/i18n/es_MX.po
@@ -0,0 +1,125 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Cécile Collart <cco@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:13+0000\n"
+"Last-Translator: Cécile Collart <cco@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Tipo de empresa</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Fundada</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Tecnologías utilizadas</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Correo electrónico</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Huso horario</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectores</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Ingresos estimados</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Teléfono</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Empleados</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> por año</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logotipo de la empresa"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "seguidores"
diff --git a/addons/iap_mail/i18n/et.po b/addons/iap_mail/i18n/et.po
new file mode 100644
index 00000000..6400e63b
--- /dev/null
+++ b/addons/iap_mail/i18n/et.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Ettevõtte logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/eu.po b/addons/iap_mail/i18n/eu.po
new file mode 100644
index 00000000..db087aca
--- /dev/null
+++ b/addons/iap_mail/i18n/eu.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021
+# Maialen Rodriguez <maialenrodriguez98@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:13+0000\n"
+"Last-Translator: Maialen Rodriguez <maialenrodriguez98@gmail.com>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Enpresaren logoa"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "jarraitzaileak "
diff --git a/addons/iap_mail/i18n/fa.po b/addons/iap_mail/i18n/fa.po
new file mode 100644
index 00000000..fb6d91d4
--- /dev/null
+++ b/addons/iap_mail/i18n/fa.po
@@ -0,0 +1,119 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>نوع کامپیوتر</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>تکنولوژی مورد استفاده</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>ایمیل</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>ناحیه زمانی</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>تلفن</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>کارمندان</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "لوگو شرکت"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "دنبال کنندگان"
diff --git a/addons/iap_mail/i18n/fi.po b/addons/iap_mail/i18n/fi.po
new file mode 100644
index 00000000..2e02cac7
--- /dev/null
+++ b/addons/iap_mail/i18n/fi.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Simo Suurla <simo@suurla.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:13+0000\n"
+"Last-Translator: Simo Suurla <simo@suurla.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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Yrityksen logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "seuraajat"
diff --git a/addons/iap_mail/i18n/fr.po b/addons/iap_mail/i18n/fr.po
new file mode 100644
index 00000000..4435339c
--- /dev/null
+++ b/addons/iap_mail/i18n/fr.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Alexandra Jubert <aju@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:13+0000\n"
+"Last-Translator: Alexandra Jubert <aju@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Type de société</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Fondée</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Utilisées</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Fuseau horaire</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Secteurs</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Revenus estimés</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Téléphone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employés</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> par an</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo de la société"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "abonnés"
diff --git a/addons/iap_mail/i18n/he.po b/addons/iap_mail/i18n/he.po
new file mode 100644
index 00000000..3cc02c20
--- /dev/null
+++ b/addons/iap_mail/i18n/he.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# דודי מלכה <Dudimalka6@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:13+0000\n"
+"Last-Translator: דודי מלכה <Dudimalka6@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "לוגו חברה "
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "עוקבים"
diff --git a/addons/iap_mail/i18n/hi.po b/addons/iap_mail/i18n/hi.po
new file mode 100644
index 00000000..12936307
--- /dev/null
+++ b/addons/iap_mail/i18n/hi.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/hr.po b/addons/iap_mail/i18n/hr.po
new file mode 100644
index 00000000..ff023e3b
--- /dev/null
+++ b/addons/iap_mail/i18n/hr.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Bole <bole@dajmi5.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:13+0000\n"
+"Last-Translator: Bole <bole@dajmi5.com>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo tvtke"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "Sljedbenici"
diff --git a/addons/iap_mail/i18n/hu.po b/addons/iap_mail/i18n/hu.po
new file mode 100644
index 00000000..37a2a587
--- /dev/null
+++ b/addons/iap_mail/i18n/hu.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# krnkris, 2021
+# Ákos Nagy <akos.nagy@oregional.hu>, 2021
+# Tamás Németh <ntomasz81@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:13+0000\n"
+"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Vállalat típus</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Alapítva</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Felhasznált technológiák</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>E-mail</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Időzóna</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Ágazatok</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Becsült árbevétel</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefon</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Alkalmazottak</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> évente</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Vállalati logó"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "követő"
diff --git a/addons/iap_mail/i18n/iap_mail.pot b/addons/iap_mail/i18n/iap_mail.pot
new file mode 100644
index 00000000..5408b324
--- /dev/null
+++ b/addons/iap_mail/i18n/iap_mail.pot
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/id.po b/addons/iap_mail/i18n/id.po
new file mode 100644
index 00000000..2c87c7df
--- /dev/null
+++ b/addons/iap_mail/i18n/id.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020
+# Gusti Rini <gustirini@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:13+0000\n"
+"Last-Translator: Gusti Rini <gustirini@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo Perusahaan"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "pengikut"
diff --git a/addons/iap_mail/i18n/it.po b/addons/iap_mail/i18n/it.po
new file mode 100644
index 00000000..5f056490
--- /dev/null
+++ b/addons/iap_mail/i18n/it.po
@@ -0,0 +1,125 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Tipo azienda</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Fondazione</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Tecnologie usate</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>E-mail</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Fuso orario</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Settori</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Entrata stimata</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefono</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Dipendenti</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> per anno</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo azienda"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "stanno seguendo"
diff --git a/addons/iap_mail/i18n/ja.po b/addons/iap_mail/i18n/ja.po
new file mode 100644
index 00000000..dff48efc
--- /dev/null
+++ b/addons/iap_mail/i18n/ja.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020
+# Noma Yuki, 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:13+0000\n"
+"Last-Translator: Noma Yuki, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>企業種別</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>創業</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>利用技術要素</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>タイムゾーン</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>セクター</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>見積収益</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>電話</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>従業員</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> 年次</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "会社ロゴ"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "フォロワー"
diff --git a/addons/iap_mail/i18n/ka.po b/addons/iap_mail/i18n/ka.po
new file mode 100644
index 00000000..1274ed7d
--- /dev/null
+++ b/addons/iap_mail/i18n/ka.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+0000\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/km.po b/addons/iap_mail/i18n/km.po
new file mode 100644
index 00000000..62c81b38
--- /dev/null
+++ b/addons/iap_mail/i18n/km.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "រូបសញ្ញាក្រុមហ៊ុន"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/ko.po b/addons/iap_mail/i18n/ko.po
new file mode 100644
index 00000000..0a5c16f9
--- /dev/null
+++ b/addons/iap_mail/i18n/ko.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "회사 로고"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "팔로워"
diff --git a/addons/iap_mail/i18n/lt.po b/addons/iap_mail/i18n/lt.po
new file mode 100644
index 00000000..a1e62264
--- /dev/null
+++ b/addons/iap_mail/i18n/lt.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2021
+# digitouch UAB <digitouchagencyeur@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:13+0000\n"
+"Last-Translator: digitouch UAB <digitouchagencyeur@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Įmonės logotipas"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "prenumeratoriai"
diff --git a/addons/iap_mail/i18n/lv.po b/addons/iap_mail/i18n/lv.po
new file mode 100644
index 00000000..7c0724df
--- /dev/null
+++ b/addons/iap_mail/i18n/lv.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Arnis Putniņš <arnis@allegro.lv>, 2020
+# JanisJanis <jbojars@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:13+0000\n"
+"Last-Translator: JanisJanis <jbojars@gmail.com>, 2020\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Company Logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "sekotāji"
diff --git a/addons/iap_mail/i18n/mn.po b/addons/iap_mail/i18n/mn.po
new file mode 100644
index 00000000..b36ad341
--- /dev/null
+++ b/addons/iap_mail/i18n/mn.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+0000\n"
+"Last-Translator: Martin Trigaux, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Компанийн лого"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "дагагчид"
diff --git a/addons/iap_mail/i18n/nb.po b/addons/iap_mail/i18n/nb.po
new file mode 100644
index 00000000..8ed5a87c
--- /dev/null
+++ b/addons/iap_mail/i18n/nb.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+0000\n"
+"Last-Translator: Martin Trigaux, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Firmalogo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "følgere"
diff --git a/addons/iap_mail/i18n/nl.po b/addons/iap_mail/i18n/nl.po
new file mode 100644
index 00000000..35e2dabb
--- /dev/null
+++ b/addons/iap_mail/i18n/nl.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Bedrijfssoort</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Opgericht</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Gebruikte technologie</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>E-mail</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Tijdzone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectoren</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Geschatte omzet</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Telefoon</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Werknemers</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> per jaar</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Bedrijfslogo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "volgers"
diff --git a/addons/iap_mail/i18n/pl.po b/addons/iap_mail/i18n/pl.po
new file mode 100644
index 00000000..4dca6e8b
--- /dev/null
+++ b/addons/iap_mail/i18n/pl.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Tomasz Leppich <t.leppich@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:13+0000\n"
+"Last-Translator: Tomasz Leppich <t.leppich@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo firmy"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "obserwatorzy"
diff --git a/addons/iap_mail/i18n/pt.po b/addons/iap_mail/i18n/pt.po
new file mode 100644
index 00000000..d817a02a
--- /dev/null
+++ b/addons/iap_mail/i18n/pt.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Diogo Fonseca <dsf@thinkopensolutions.pt>, 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:13+0000\n"
+"Last-Translator: Diogo Fonseca <dsf@thinkopensolutions.pt>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo da Empresa"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "Seguidores"
diff --git a/addons/iap_mail/i18n/pt_BR.po b/addons/iap_mail/i18n/pt_BR.po
new file mode 100644
index 00000000..f45c0643
--- /dev/null
+++ b/addons/iap_mail/i18n/pt_BR.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# PopSolutions Cooperativa Digital <popsolutions.co@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:13+0000\n"
+"Last-Translator: PopSolutions Cooperativa Digital <popsolutions.co@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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo da Empresa"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "seguidores"
diff --git a/addons/iap_mail/i18n/ro.po b/addons/iap_mail/i18n/ro.po
new file mode 100644
index 00000000..6b8132dd
--- /dev/null
+++ b/addons/iap_mail/i18n/ro.po
@@ -0,0 +1,122 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Hongu Cosmin <cosmin513@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:13+0000\n"
+"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+"<b>Tipul Companiei</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+"<b>Tehnologii Folosite</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+"<b>E-mail</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+"<b>Sectoare</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+"<b>Venit estimat</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+"<b>Telefon</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+"<b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+"<b>Angajați</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span>pe an</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Siglă comanie"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "persoane interesate"
diff --git a/addons/iap_mail/i18n/ru.po b/addons/iap_mail/i18n/ru.po
new file mode 100644
index 00000000..04cc00fe
--- /dev/null
+++ b/addons/iap_mail/i18n/ru.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# ILMIR <karamov@it-projects.info>, 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:13+0000\n"
+"Last-Translator: ILMIR <karamov@it-projects.info>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Логотип компании"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "подписчики"
diff --git a/addons/iap_mail/i18n/si.po b/addons/iap_mail/i18n/si.po
new file mode 100644
index 00000000..ca6a2f45
--- /dev/null
+++ b/addons/iap_mail/i18n/si.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/sk.po b/addons/iap_mail/i18n/sk.po
new file mode 100644
index 00000000..e53a0810
--- /dev/null
+++ b/addons/iap_mail/i18n/sk.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# 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:13+0000\n"
+"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo spoločnosti"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "Odberatelia"
diff --git a/addons/iap_mail/i18n/sl.po b/addons/iap_mail/i18n/sl.po
new file mode 100644
index 00000000..a8d6a45c
--- /dev/null
+++ b/addons/iap_mail/i18n/sl.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2021
+# Matjaz Mozetic <m.mozetic@matmoz.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:13+0000\n"
+"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logotip družbe"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "sledilci"
diff --git a/addons/iap_mail/i18n/sv.po b/addons/iap_mail/i18n/sv.po
new file mode 100644
index 00000000..9c64c9eb
--- /dev/null
+++ b/addons/iap_mail/i18n/sv.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2021
+# Jakob Krabbe <jakob.krabbe@vertel.se>, 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:13+0000\n"
+"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Bolagslogotyp"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "Följare formulär"
diff --git a/addons/iap_mail/i18n/th.po b/addons/iap_mail/i18n/th.po
new file mode 100644
index 00000000..1187e87e
--- /dev/null
+++ b/addons/iap_mail/i18n/th.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Odoo Thaidev <odoothaidev@gmail.com>, 2020
+# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 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:13+0000\n"
+"Last-Translator: Khwunchai Jaengsawang <khwunchai.j@ku.th>, 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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "โลโก้"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "ผู้ติดตาม"
diff --git a/addons/iap_mail/i18n/tr.po b/addons/iap_mail/i18n/tr.po
new file mode 100644
index 00000000..771352ca
--- /dev/null
+++ b/addons/iap_mail/i18n/tr.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Murat Kaplan <muratk@projetgrup.com>, 2020
+# Nadir Gazioglu <nadirgazioglu@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:13+0000\n"
+"Last-Translator: Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> per year</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Şirket Logosu"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "takipçiler"
diff --git a/addons/iap_mail/i18n/uk.po b/addons/iap_mail/i18n/uk.po
new file mode 100644
index 00000000..f01c804c
--- /dev/null
+++ b/addons/iap_mail/i18n/uk.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Alina Lisnenko <alinasemeniuk1@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:13+0000\n"
+"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Тип компанії</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Знайдено</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Використані технології</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Часовий пояс</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Сектори</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Орієнтований дохід</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Телефон</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Співробітники</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> на рік</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Логотип компанії"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "підписники"
diff --git a/addons/iap_mail/i18n/ur.po b/addons/iap_mail/i18n/ur.po
new file mode 100644
index 00000000..dae8ff54
--- /dev/null
+++ b/addons/iap_mail/i18n/ur.po
@@ -0,0 +1,101 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr ""
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr ""
diff --git a/addons/iap_mail/i18n/vi.po b/addons/iap_mail/i18n/vi.po
new file mode 100644
index 00000000..c7bba46a
--- /dev/null
+++ b/addons/iap_mail/i18n/vi.po
@@ -0,0 +1,127 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# Duy BQ <duybq86@gmail.com>, 2020
+# Trần Hà <tranthuha13590@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:13+0000\n"
+"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> per year</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "Logo Công ty"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "theo dõi"
diff --git a/addons/iap_mail/i18n/zh_CN.po b/addons/iap_mail/i18n/zh_CN.po
new file mode 100644
index 00000000..473c7b4f
--- /dev/null
+++ b/addons/iap_mail/i18n/zh_CN.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# Translators:
+# Martin Trigaux, 2020
+# liAnGjiA <liangjia@qq.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:13+0000\n"
+"Last-Translator: liAnGjiA <liangjia@qq.com>, 2021\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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>公司类别</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>成立</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>使用的技术</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>时区</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>部门</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>预算收入</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>电话</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>员工</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> 每年</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "公司 Logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "关注者"
diff --git a/addons/iap_mail/i18n/zh_TW.po b/addons/iap_mail/i18n/zh_TW.po
new file mode 100644
index 00000000..19c9e0b0
--- /dev/null
+++ b/addons/iap_mail/i18n/zh_TW.po
@@ -0,0 +1,125 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * iap_mail
+#
+# 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:13+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: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>Company type</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-building text-primary\"/>\n"
+" <b>公司類型</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>Founded</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-calendar text-primary\"/>\n"
+" <b>成立時間</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>Technologies Used</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-cube text-primary\"/>\n"
+" <b>採用技術</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-envelope text-primary\"/>\n"
+" <b>Email</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>Timezone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-globe text-primary\"/>\n"
+" <b>時區:</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>Sectors</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-industry text-primary\"/>\n"
+" <b>部門:</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>Estimated revenue</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-money text-primary\"/>\n"
+" <b>預計年收入:</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>Phone</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-phone text-primary\"/>\n"
+" <b>電話 :</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-twitter text-primary\"/>\n"
+" <b>Twitter</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>Employees</b>"
+msgstr ""
+"<i class=\"fa fa-fw mr-2 fa-users text-primary\"/>\n"
+" <b>員工:</b>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "<span> per year</span>"
+msgstr "<span> 每年</span>"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "Company Logo"
+msgstr "公司 Logo"
+
+#. module: iap_mail
+#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
+msgid "followers"
+msgstr "訂閱者"
diff --git a/addons/iap_mail/views/mail_templates.xml b/addons/iap_mail/views/mail_templates.xml
new file mode 100644
index 00000000..4d4daad4
--- /dev/null
+++ b/addons/iap_mail/views/mail_templates.xml
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+ <template id="enrich_company">
+ <p t-esc="flavor_text" />
+ <div class="o_partner_autocomplete_enrich_info bg-white p-3 mt-3 mb-3 mr-5">
+ <div class="col-12 row p-0 m-0">
+ <div class="col-10 p-0">
+ <h4>
+ <span class="mr-3 align-middle" t-esc="name"/>
+ <a t-if="twitter" class="ml-2" target="_blank" t-attf-href="http://www.twitter.com/{{twitter}}">
+ <img src="/web_editor/font_to_img/61569/rgb(0,132,180)/22"/>
+ </a>
+ <a t-if="facebook" class="ml-2" target="_blank" t-attf-href="http://www.facebook.com/{{facebook}}">
+ <img src="/web_editor/font_to_img/61570/rgb(59,89,152)/22"/>
+ </a>
+ <a t-if="linkedin" class="ml-2" target="_blank" t-attf-href="https://www.linkedin.com/{{linkedin}}">
+ <img src="/web_editor/font_to_img/61580/rgb(0,119,181)/22"/>
+ </a>
+ <a t-if="crunchbase" class="ml-2" target="_blank" t-attf-href="https://www.crunchbase.com/{{crunchbase}}">
+ <img width="19px" height="19px" src="/partner_autocomplete/static/img/crunchbase.ico"/>
+ </a>
+ </h4>
+ <p t-esc="description"/>
+ </div>
+ <div class="col-2 p-0 text-right">
+ <img t-attf-src="{{logo}}" alt="Company Logo" style="max-width: 80px;"/>
+ </div>
+ </div>
+ <hr/>
+
+ <div class="col-12 row m-0 p-0">
+ <div t-if="company_type" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-building text-primary"/>
+ <b>Company type</b>
+ </div>
+ <div t-if="company_type" class="my-1 col-9" t-esc="company_type" />
+ <div t-if="founded_year" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-calendar text-primary"/>
+ <b>Founded</b>
+ </div>
+ <div t-if="founded_year" class="my-1 col-9" t-esc="founded_year" />
+ <t t-set="sectors" t-value="[]" />
+ <t t-if="sector_primary" t-set="sectors" t-value="sectors + [sector_primary]" />
+ <t t-if="industry" t-set="sectors" t-value="sectors + [industry]" />
+ <t t-if="industry_group" t-set="sectors" t-value="sectors + [industry_group]" />
+ <t t-if="sub_industry" t-set="sectors" t-value="sectors + [sub_industry]" />
+ <div t-if="sectors" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-industry text-primary"/>
+ <b>Sectors</b>
+ </div>
+ <div t-if="sectors" class="my-1 col-9">
+ <t t-foreach="sectors" t-as="inner_sector">
+ <label t-esc="inner_sector" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px;"/>
+ </t>
+ </div>
+ <div t-if="employees" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-users text-primary"/>
+ <b>Employees</b>
+ </div>
+ <div t-if="employees" class="my-1 col-9" t-esc="'%.0f' % employees" />
+ <div t-if="estimated_annual_revenue" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-money text-primary"/>
+ <b>Estimated revenue</b>
+ </div>
+ <div t-if="estimated_annual_revenue" class="my-1 col-9">
+ <span t-esc="estimated_annual_revenue" /><span> per year</span>
+ </div>
+ <div t-if="phone_numbers" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-phone text-primary"/>
+ <b>Phone</b>
+ </div>
+ <div t-if="phone_numbers" class="col-9">
+ <t t-foreach="phone_numbers" t-as="phone_number">
+ <a t-attf-href="tel:{{phone_number}}" t-esc="phone_number" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px;"/>
+ </t>
+ </div>
+ <div t-if="email" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-envelope text-primary"/>
+ <b>Email</b>
+ </div>
+ <div t-if="email" class="col-9">
+ <t t-foreach="email" t-as="email_item">
+ <a target="_top" t-attf-href="mailto:{{email_item}}" t-esc="email_item" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px;"/>
+ </t>
+ </div>
+ <div t-if="timezone" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-globe text-primary"/>
+ <b>Timezone</b>
+ </div>
+ <div t-if="timezone" class="my-1 col-9" t-esc="timezone.replace('_', ' ')" />
+ <div t-if="tech" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-cube text-primary"/>
+ <b>Technologies Used</b>
+ </div>
+ <div t-if="tech" class="my-1 col-9">
+ <t t-foreach="tech" t-as="tech_item">
+ <label t-esc="tech_item.replace('_', ' ').title()" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px;"/>
+ </t>
+ </div>
+ <div t-if="twitter_bio" class="my-1 p-0 col-3">
+ <i class="fa fa-fw mr-2 fa-twitter text-primary"/>
+ <b>Twitter</b>
+ </div>
+ <div t-if="twitter_bio" class="my-1 col-9">
+ <div t-if="twitter_followers"><t t-esc="twitter_followers"/> followers</div>
+ <div t-esc="twitter_bio" />
+ </div>
+ </div>
+ </div>
+ </template>
+</odoo>