summaryrefslogtreecommitdiff
path: root/addons/pos_discount
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/pos_discount
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/pos_discount')
-rw-r--r--addons/pos_discount/__init__.py4
-rw-r--r--addons/pos_discount/__manifest__.py27
-rw-r--r--addons/pos_discount/i18n/af.po68
-rw-r--r--addons/pos_discount/i18n/ar.po108
-rw-r--r--addons/pos_discount/i18n/az.po83
-rw-r--r--addons/pos_discount/i18n/bg.po104
-rw-r--r--addons/pos_discount/i18n/bn.po102
-rw-r--r--addons/pos_discount/i18n/bs.po86
-rw-r--r--addons/pos_discount/i18n/ca.po109
-rw-r--r--addons/pos_discount/i18n/ckb.po102
-rw-r--r--addons/pos_discount/i18n/cs.po106
-rw-r--r--addons/pos_discount/i18n/da.po109
-rw-r--r--addons/pos_discount/i18n/de.po108
-rw-r--r--addons/pos_discount/i18n/el.po104
-rw-r--r--addons/pos_discount/i18n/en_GB.po68
-rw-r--r--addons/pos_discount/i18n/eo.po98
-rw-r--r--addons/pos_discount/i18n/es.po104
-rw-r--r--addons/pos_discount/i18n/es_BO.po72
-rw-r--r--addons/pos_discount/i18n/es_CL.po68
-rw-r--r--addons/pos_discount/i18n/es_CO.po74
-rw-r--r--addons/pos_discount/i18n/es_CR.po68
-rw-r--r--addons/pos_discount/i18n/es_DO.po72
-rw-r--r--addons/pos_discount/i18n/es_EC.po73
-rw-r--r--addons/pos_discount/i18n/es_MX.po105
-rw-r--r--addons/pos_discount/i18n/es_PE.po73
-rw-r--r--addons/pos_discount/i18n/et.po106
-rw-r--r--addons/pos_discount/i18n/eu.po105
-rw-r--r--addons/pos_discount/i18n/fa.po104
-rw-r--r--addons/pos_discount/i18n/fi.po106
-rw-r--r--addons/pos_discount/i18n/fo.po67
-rw-r--r--addons/pos_discount/i18n/fr.po109
-rw-r--r--addons/pos_discount/i18n/gu.po83
-rw-r--r--addons/pos_discount/i18n/he.po105
-rw-r--r--addons/pos_discount/i18n/hi.po98
-rw-r--r--addons/pos_discount/i18n/hr.po105
-rw-r--r--addons/pos_discount/i18n/hu.po105
-rw-r--r--addons/pos_discount/i18n/id.po105
-rw-r--r--addons/pos_discount/i18n/is.po87
-rw-r--r--addons/pos_discount/i18n/it.po105
-rw-r--r--addons/pos_discount/i18n/ja.po104
-rw-r--r--addons/pos_discount/i18n/ka.po104
-rw-r--r--addons/pos_discount/i18n/kab.po68
-rw-r--r--addons/pos_discount/i18n/km.po106
-rw-r--r--addons/pos_discount/i18n/ko.po104
-rw-r--r--addons/pos_discount/i18n/lb.po83
-rw-r--r--addons/pos_discount/i18n/lt.po107
-rw-r--r--addons/pos_discount/i18n/lv.po103
-rw-r--r--addons/pos_discount/i18n/mk.po73
-rw-r--r--addons/pos_discount/i18n/mn.po107
-rw-r--r--addons/pos_discount/i18n/nb.po105
-rw-r--r--addons/pos_discount/i18n/nl.po106
-rw-r--r--addons/pos_discount/i18n/nl_BE.po68
-rw-r--r--addons/pos_discount/i18n/pl.po106
-rw-r--r--addons/pos_discount/i18n/pos_discount.pot98
-rw-r--r--addons/pos_discount/i18n/pt.po105
-rw-r--r--addons/pos_discount/i18n/pt_BR.po112
-rw-r--r--addons/pos_discount/i18n/ro.po103
-rw-r--r--addons/pos_discount/i18n/ru.po107
-rw-r--r--addons/pos_discount/i18n/si.po98
-rw-r--r--addons/pos_discount/i18n/sk.po107
-rw-r--r--addons/pos_discount/i18n/sl.po109
-rw-r--r--addons/pos_discount/i18n/sq.po67
-rw-r--r--addons/pos_discount/i18n/sr.po83
-rw-r--r--addons/pos_discount/i18n/sr@latin.po67
-rw-r--r--addons/pos_discount/i18n/sv.po106
-rw-r--r--addons/pos_discount/i18n/th.po103
-rw-r--r--addons/pos_discount/i18n/tr.po113
-rw-r--r--addons/pos_discount/i18n/uk.po105
-rw-r--r--addons/pos_discount/i18n/ur.po98
-rw-r--r--addons/pos_discount/i18n/vi.po107
-rw-r--r--addons/pos_discount/i18n/zh_CN.po105
-rw-r--r--addons/pos_discount/i18n/zh_TW.po102
-rw-r--r--addons/pos_discount/models/__init__.py4
-rw-r--r--addons/pos_discount/models/pos_config.py30
-rw-r--r--addons/pos_discount/static/src/js/DiscountButton.js82
-rw-r--r--addons/pos_discount/static/src/js/models.js21
-rw-r--r--addons/pos_discount/static/src/xml/DiscountButton.xml12
-rw-r--r--addons/pos_discount/views/pos_discount_templates.xml10
-rw-r--r--addons/pos_discount/views/pos_discount_views.xml24
79 files changed, 6907 insertions, 0 deletions
diff --git a/addons/pos_discount/__init__.py b/addons/pos_discount/__init__.py
new file mode 100644
index 00000000..dc5e6b69
--- /dev/null
+++ b/addons/pos_discount/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import models
diff --git a/addons/pos_discount/__manifest__.py b/addons/pos_discount/__manifest__.py
new file mode 100644
index 00000000..b5eb692f
--- /dev/null
+++ b/addons/pos_discount/__manifest__.py
@@ -0,0 +1,27 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+
+{
+ 'name': 'Point of Sale Discounts',
+ 'version': '1.0',
+ 'category': 'Sales/Point of Sale',
+ 'sequence': 6,
+ 'summary': 'Simple Discounts in the Point of Sale ',
+ 'description': """
+
+This module allows the cashier to quickly give percentage-based
+discount to a customer.
+
+""",
+ 'depends': ['point_of_sale'],
+ 'data': [
+ 'views/pos_discount_views.xml',
+ 'views/pos_discount_templates.xml'
+ ],
+ 'qweb': [
+ 'static/src/xml/DiscountButton.xml',
+ ],
+ 'installable': True,
+ 'license': 'LGPL-3',
+}
diff --git a/addons/pos_discount/i18n/af.po b/addons/pos_discount/i18n/af.po
new file mode 100644
index 00000000..69ef7b7f
--- /dev/null
+++ b/addons/pos_discount/i18n/af.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-08-25 10:21+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Afrikaans (http://www.transifex.com/odoo/odoo-9/language/"
+"af/)\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Afslag"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/ar.po b/addons/pos_discount/i18n/ar.po
new file mode 100644
index 00000000..f0f34957
--- /dev/null
+++ b/addons/pos_discount/i18n/ar.po
@@ -0,0 +1,108 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Mustafa Rawi <mustafa@cubexco.com>, 2020
+# Martin Trigaux, 2020
+# hoxhe Aits <hoxhe0@gmail.com>, 2020
+# mohamed eboda <m.eboda@gmail.com>, 2020
+# Osama Ahmaro <osamaahmaro@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "السماح للكاشير بعمل خصومات على الأمر بالكامل."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "الخصم"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "الخصم %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "نسبة الخصم"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "منتج الخصم"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "الاسم المعروض"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "المُعرف"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "آخر تعديل في"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "لا يوجد منتج لتطبيق خصم عليه"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "خصم على الطلب"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "إعدادات نقطة البيع"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "نسبة الخصم الافتراضي"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"يبدو أن منتج الخصم لم يتم ضبطه بشكل صحيح. تأكد من تفعيل خياري 'قابل للبيع' "
+"و'متاح في نقطة البيع'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "المنتج المستخدم كمثال على تطبيق الخصم."
diff --git a/addons/pos_discount/i18n/az.po b/addons/pos_discount/i18n/az.po
new file mode 100644
index 00000000..5831528b
--- /dev/null
+++ b/addons/pos_discount/i18n/az.po
@@ -0,0 +1,83 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-09-21 13:16+0000\n"
+"PO-Revision-Date: 2018-08-24 09:22+0000\n"
+"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: az\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/bg.po b/addons/pos_discount/i18n/bg.po
new file mode 100644
index 00000000..28f886f6
--- /dev/null
+++ b/addons/pos_discount/i18n/bg.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Albena Mincheva <albena_vicheva@abv.bg>, 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Позволете на касиера да прави отстъпка върху цялата поръчка."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Отстъпка"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Отстъпка %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Процент отстъпка"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Продукт с отстъпка"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Име за показване"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Последно променено на"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Поръчайте отстъпки "
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Конфигурация на център за продажби"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Стандартният процент отстъпка"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Продуктът, използван за моделиране на отстъпката"
diff --git a/addons/pos_discount/i18n/bn.po b/addons/pos_discount/i18n/bn.po
new file mode 100644
index 00000000..35afa5e6
--- /dev/null
+++ b/addons/pos_discount/i18n/bn.po
@@ -0,0 +1,102 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Abu Zafar <azmikbal@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n"
+"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "প্রদর্শন নাম"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "আইডি "
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "সর্বশেষ সংশোধিত"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/bs.po b/addons/pos_discount/i18n/bs.po
new file mode 100644
index 00000000..183fb2f1
--- /dev/null
+++ b/addons/pos_discount/i18n/bs.po
@@ -0,0 +1,86 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-09-21 13:16+0000\n"
+"PO-Revision-Date: 2018-09-21 13:16+0000\n"
+"Last-Translator: Martin Trigaux, 2018\n"
+"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Popust"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Postavke prodajnog mjesta"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/ca.po b/addons/pos_discount/i18n/ca.po
new file mode 100644
index 00000000..de6e4009
--- /dev/null
+++ b/addons/pos_discount/i18n/ca.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2020
+# Bàrbara Partegàs <barbararof@gmail.com>, 2020
+# Carles Antoli <carlesantoli@hotmail.com>, 2020
+# Quim - eccit <quim@eccit.com>, 2020
+# jabelchi, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: jabelchi, 2021\n"
+"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permetre al caixer fer descomptes en tota la comanda. "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Descompte"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Descompte %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Descompte en %"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Producte en descompte"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nom mostrat"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Última modificació el "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "No s'ha trobat cap producte de descompte"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Descomptes de comandes "
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configuració del Punt de Venda"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "El percentatge per defecte de descompte "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"El producte amb descompte sembla estar mal configurat. Assegureu-vos que es "
+"marca com a \"Es pot vendre\" i \"Disponible al punt de venda\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "El producte utilitzat per modelar el descompte."
diff --git a/addons/pos_discount/i18n/ckb.po b/addons/pos_discount/i18n/ckb.po
new file mode 100644
index 00000000..10951900
--- /dev/null
+++ b/addons/pos_discount/i18n/ckb.po
@@ -0,0 +1,102 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "داشکان"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "پیشاندانی ناو"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ناسنامە"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "دواین دەستکاری لە"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/cs.po b/addons/pos_discount/i18n/cs.po
new file mode 100644
index 00000000..99d6c782
--- /dev/null
+++ b/addons/pos_discount/i18n/cs.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jan Horzinka <jan.horzinka@centrum.cz>, 2020
+# trendspotter, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: trendspotter, 2020\n"
+"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Umožnit pokladníkovi poskytnout slevy na celou objednávku."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Sleva"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Sleva %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Sleva v procentech"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Zlevněný produkt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Zobrazované jméno"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Naposled změněno"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nenalezen žádný slevový produkt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Objednat slevy"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Nastavení prodejního místa"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Výchozí sleva v procentech"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Zdá se, že slevový produkt není správně nakonfigurován. Ujistěte se, že je "
+"označeno jako 'Může být prodáno' a 'Dostupné v místě prodeje'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produkt slouží k modelování slevy."
diff --git a/addons/pos_discount/i18n/da.po b/addons/pos_discount/i18n/da.po
new file mode 100644
index 00000000..a5c7ba9c
--- /dev/null
+++ b/addons/pos_discount/i18n/da.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Morten Schou <ms@msteknik.dk>, 2020
+# Jesper Carstensen <jc@danodoo.dk>, 2020
+# Pernille Kristensen <pernillekristensen1994@gmail.com>, 2020
+# Sanne Kristensen <sanne@vkdata.dk>, 2020
+# Ejner Sønniksen <ejner@vkdata.dk>, 2020
+# lhmflexerp <lhm@flexerp.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: lhmflexerp <lhm@flexerp.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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Tillad ekspedienten at give rabat på hele ordren."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Rabat"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Rabat %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Procentvis rabat"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Giv rabat på et produkt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Vis navn"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Sidst ændret den"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Der blev ikke fundet noget rabatprodukt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Ordrerabatter"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS konfiguration"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Standard rabatprocent"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Rabatproduktet virker forkert konfigureret. Sørg for, at det er markeret som"
+" 'Kan sælges' og 'Tilgængeligt i POS'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produktet bruges til at udregne rabatten."
diff --git a/addons/pos_discount/i18n/de.po b/addons/pos_discount/i18n/de.po
new file mode 100644
index 00000000..ed60411f
--- /dev/null
+++ b/addons/pos_discount/i18n/de.po
@@ -0,0 +1,108 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Chris Egal <sodaswed@web.de>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Chris Egal <sodaswed@web.de>, 2020\n"
+"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+"Ermöglicht dem Kassierer die Eingabe von Rabatten auf die gesamte "
+"Bestellung."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Rabatt"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Rabatt %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "% Rabatt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Produktrabatt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Anzeigename"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Zuletzt geändert am"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Kein Rabattprodukt gefunden"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Bestellrabatte"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Point Of Sale Konfiguration"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Der Standard-Rabattprozentsatz"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Das Rabattprodukt scheint falsch konfiguriert zu sein. Stellen Sie sicher, "
+"dass es als \"Kann verkauft werden\" und \"Verfügbar in der Verkaufsstelle\""
+" gekennzeichnet ist."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Das Produkt zur Abbildung des Rabatts."
diff --git a/addons/pos_discount/i18n/el.po b/addons/pos_discount/i18n/el.po
new file mode 100644
index 00000000..06abb8f2
--- /dev/null
+++ b/addons/pos_discount/i18n/el.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Kostas Goutoudis <goutoudis@gmail.com>, 2020
+# George Tarasidis <george_tarasidis@yahoo.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2020\n"
+"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Να επιτρέπεται ο ταμίας να δίνει έκπτωση σε όλη την παραγγελία. "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Έκπτωση"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Ποσοστιαία Έκπτωση"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Έκπτωση Είδους"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Εμφάνιση Ονόματος"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "Κωδικός"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Τελευταία τροποποίηση στις"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Έκπτωση Παραγγελίας"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Διαμόρφωση του Σταθμού Εργασίας"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Προεπιλεγμένο ποσοστό έκπτωσης"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/en_GB.po b/addons/pos_discount/i18n/en_GB.po
new file mode 100644
index 00000000..aef93d20
--- /dev/null
+++ b/addons/pos_discount/i18n/en_GB.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-09-08 06:41+0000\n"
+"Last-Translator: Martin Trigaux\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/"
+"odoo-9/language/en_GB/)\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Discount"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/eo.po b/addons/pos_discount/i18n/eo.po
new file mode 100644
index 00000000..a35703e3
--- /dev/null
+++ b/addons/pos_discount/i18n/eo.po
@@ -0,0 +1,98 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/es.po b/addons/pos_discount/i18n/es.po
new file mode 100644
index 00000000..7cce3d54
--- /dev/null
+++ b/addons/pos_discount/i18n/es.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Martin Trigaux, 2020\n"
+"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permita al cajero ofrecer descuentos en todo el pedido"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Descuento %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Porcentaje de descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Product de descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Última modificación el"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "No se ha encontrado ningún producto con descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Solicitar descuento"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configuración del TPV"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Porcentaje de descuento por defecto"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"El producto de descuento parece estar mal configurado. Asegúrese de que está"
+" marcada como 'Puede venderse' y 'Disponible en el punto de venta'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "El producto utilizado para el descuento."
diff --git a/addons/pos_discount/i18n/es_BO.po b/addons/pos_discount/i18n/es_BO.po
new file mode 100644
index 00000000..332e3f8e
--- /dev/null
+++ b/addons/pos_discount/i18n/es_BO.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-08-25 10:21+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/"
+"language/es_BO/)\n"
+"Language: es_BO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Porcentaje de Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Producto de Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "Porcentaje de Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "El producto es usado para modelar el descuento"
diff --git a/addons/pos_discount/i18n/es_CL.po b/addons/pos_discount/i18n/es_CL.po
new file mode 100644
index 00000000..0c93e86f
--- /dev/null
+++ b/addons/pos_discount/i18n/es_CL.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-08-25 10:21+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/"
+"language/es_CL/)\n"
+"Language: es_CL\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/es_CO.po b/addons/pos_discount/i18n/es_CO.po
new file mode 100644
index 00000000..922530c0
--- /dev/null
+++ b/addons/pos_discount/i18n/es_CO.po
@@ -0,0 +1,74 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# ANDRES FELIPE NEGRETE GOMEZ <psi@nubark.com>, 2016
+# Mateo Tibaquirá <nestormateo@gmail.com>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2016-02-18 13:47+0000\n"
+"Last-Translator: Felipe Palomino <omega@nubark.com>\n"
+"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/"
+"language/es_CO/)\n"
+"Language: es_CO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permitirle al cajero dar descuentos en la orden completa."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Porcentaje de Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Producto Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr "Descuentos de la Orden"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "El porcentaje de descuento predeterminado"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr "pos.config"
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "El producto usado para especificar el descuento"
diff --git a/addons/pos_discount/i18n/es_CR.po b/addons/pos_discount/i18n/es_CR.po
new file mode 100644
index 00000000..bd3f3d6c
--- /dev/null
+++ b/addons/pos_discount/i18n/es_CR.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-09-08 06:42+0000\n"
+"Last-Translator: Martin Trigaux\n"
+"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/"
+"language/es_CR/)\n"
+"Language: es_CR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/es_DO.po b/addons/pos_discount/i18n/es_DO.po
new file mode 100644
index 00000000..f529ddbf
--- /dev/null
+++ b/addons/pos_discount/i18n/es_DO.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2016-04-12 00:26+0000\n"
+"Last-Translator: Juliano Henriquez <juliano@consultoriahenca.com>\n"
+"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/"
+"odoo-9/language/es_DO/)\n"
+"Language: es_DO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permite al cajero dar descuentos en toda la orden."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Porcentaje de descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Producto Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr "Descuentos de orden"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "El porcentaje de descuento predeterminado"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr "Configuración del TPV"
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "El producto que se utiliza para modelar el descuento"
diff --git a/addons/pos_discount/i18n/es_EC.po b/addons/pos_discount/i18n/es_EC.po
new file mode 100644
index 00000000..7b9677f3
--- /dev/null
+++ b/addons/pos_discount/i18n/es_EC.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Rick Hunter <rick_hunter_ec@yahoo.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2016-01-18 23:16+0000\n"
+"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
+"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/"
+"language/es_EC/)\n"
+"Language: es_EC\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permite al cajero elegir el descuento en toda la orden."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Porcentaje de descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Producto Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr "Orden de Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "El porcentaje de descuento predeterminad"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr "Configuración POS "
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "El producto usado para especificar el descuento"
diff --git a/addons/pos_discount/i18n/es_MX.po b/addons/pos_discount/i18n/es_MX.po
new file mode 100644
index 00000000..fea7d2ac
--- /dev/null
+++ b/addons/pos_discount/i18n/es_MX.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Cécile Collart <cco@odoo.com>, 2021
+# Patricia Gutiérrez Capetillo <pagc@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Patricia Gutiérrez Capetillo <pagc@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permita que el cajero ofrezca descuentos en todo el pedido"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "% de descuento"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Porcentaje de descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Producto con descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nombre en pantalla"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Última modificación el"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "No se ha encontrado ningún producto con descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Solicitar descuento"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configuración del PdV"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Porcentaje de descuento por defecto"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"El producto de descuento parece estar mal configurado. Asegúrese de que está"
+" marcado como 'Puede venderse' y como 'Disponible en el punto de venta'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "El producto utilizado para el descuento."
diff --git a/addons/pos_discount/i18n/es_PE.po b/addons/pos_discount/i18n/es_PE.po
new file mode 100644
index 00000000..6bb7ac2f
--- /dev/null
+++ b/addons/pos_discount/i18n/es_PE.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2016-06-16 15:37+0000\n"
+"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n"
+"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/"
+"es_PE/)\n"
+"Language: es_PE\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permitir al cajero otorgar descuentos sobre el pedido total."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Porcentaje de Descuento"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Producto de Descuento"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Descuentos"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr "Descuentos del Pedido"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "Porcentaje de descuento por defecto"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr "pos.config"
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "El producto usado para modelar el descuento"
diff --git a/addons/pos_discount/i18n/et.po b/addons/pos_discount/i18n/et.po
new file mode 100644
index 00000000..cd8a108e
--- /dev/null
+++ b/addons/pos_discount/i18n/et.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Triine Aavik <triine@avalah.ee>, 2020
+# Wanradt Koell <wanradt@gmail.com>, 2020
+# Maidu Targama <m.targama@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Maidu Targama <m.targama@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Luba kassiiril teha allahindlus kogu ostule"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Allahindlus"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Allahindlus %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Allahindluse protsent"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Allahinnatud toode"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Kuva nimi"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Viimati muudetud (millal)"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Allahindlusega tooteid ei leitud"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Ostu allahindlused"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Kassa seadistused"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Vaike allahindluse protsent"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Allahindlusega toode ei ole õigesti seadistatud. Veenduge, et see on "
+"märgitud kui 'Müüdav' ja 'Kassas nähtav'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Allahindluse mudelina kasutatav toode."
diff --git a/addons/pos_discount/i18n/eu.po b/addons/pos_discount/i18n/eu.po
new file mode 100644
index 00000000..7b21334a
--- /dev/null
+++ b/addons/pos_discount/i18n/eu.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2021
+# oihane <oihanecruce@gmail.com>, 2021
+# ibinka lete <ilete@fpbidasoa.net>, 2021
+# Eneko <eastigarraga@codesyntax.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Eneko <eastigarraga@codesyntax.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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Deskontua"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Deskontua ehunekotan"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Deskontu produktua"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Izena erakutsi"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Azken aldaketa"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Saltokien konfigurazioa"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/fa.po b/addons/pos_discount/i18n/fa.po
new file mode 100644
index 00000000..a54afc4b
--- /dev/null
+++ b/addons/pos_discount/i18n/fa.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Hamid Darabi, 2020
+# Hamed Mohammadi <hamed@dehongi.com>, 2020
+# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "تخفیف"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "تخفیف %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "درصد تخفیف"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "تخفیف محصول"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "نام نمایشی"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "شناسه"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "آخرین تغییر در"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "محصول تخفیفی پیدا نشد"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "دیگر تخفیف‌ها"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "پیکربندی پایانه فروش"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "درصد تخفیف پیش‌فرض"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "معمولا محصول تخفیف را مدل می‌کرده"
diff --git a/addons/pos_discount/i18n/fi.po b/addons/pos_discount/i18n/fi.po
new file mode 100644
index 00000000..9a6c0f38
--- /dev/null
+++ b/addons/pos_discount/i18n/fi.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020
+# Svante Suominen <svante.suominen@web-veistamo.fi>, 2020
+# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020
+# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020
+# Veikko Väätäjä <veikko.vaataja@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Salli koko tilaukselle myönnettävät alennukset."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Alennus"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Alennus (%)"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Alennusprosentti"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Alennustuote"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Näyttönimi"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "Tunniste (ID)"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Viimeksi muokattu"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Tilauksen alennukset"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Kassapäätteen asetukset"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Oletus alennusprosentti"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/fo.po b/addons/pos_discount/i18n/fo.po
new file mode 100644
index 00000000..1417ae55
--- /dev/null
+++ b/addons/pos_discount/i18n/fo.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-12-22 22:35+0000\n"
+"Last-Translator: Jarnhold Nattestad <nattestads@gmail.com>\n"
+"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n"
+"Language: fo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Avsláttur"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/fr.po b/addons/pos_discount/i18n/fr.po
new file mode 100644
index 00000000..f13919b0
--- /dev/null
+++ b/addons/pos_discount/i18n/fr.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020
+# Cécile Collart <cco@odoo.com>, 2020
+# Olivier ANDRE <frsw194@gmail.com>, 2020
+# Gilles Mangin <gilles.mangin@phidias.fr>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 2020\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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+"Permettre au caissier de faire une ristourne sur la totalité de la commande."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Remise"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Remise %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Pourcentage de remise"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Article de remise"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nom affiché"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Aucun article de remise trouvé"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Remises de la commande"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Paramétrage du point de vente"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Pourcentage de remise par défaut"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"L'article de remise semble mal configuré. Vérifiez qu'il est défini en tant "
+"qu'article \"Peut être vendu\" et \"Disponible pour le Point de Vente\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Le produit utilisé pour modéliser la réduction."
diff --git a/addons/pos_discount/i18n/gu.po b/addons/pos_discount/i18n/gu.po
new file mode 100644
index 00000000..eded4ba7
--- /dev/null
+++ b/addons/pos_discount/i18n/gu.po
@@ -0,0 +1,83 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-09-21 13:16+0000\n"
+"PO-Revision-Date: 2018-09-21 13:16+0000\n"
+"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/he.po b/addons/pos_discount/i18n/he.po
new file mode 100644
index 00000000..cf38ce20
--- /dev/null
+++ b/addons/pos_discount/i18n/he.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# ExcaliberX <excaliberx@gmail.com>, 2020
+# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n"
+"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "אפשר לקופאי לתת הנחה לכל ההזמנה."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "הנחה"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr " % הנחה"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "אחוז הנחה"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "מוצר הנחה"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "שם תצוגה"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "מזהה"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "שונה לאחרונה ב - "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "לא נמצא מוצר הנחה"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "הנחות בהזמנה"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "תצורת קופה"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "אחוז הנחה ברירת מחדל"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"נראה כי מוצר ההנחה מוגדר בצורה שגויה. ודא שהוא מסומן כ- 'ניתן למכירה' ו'זמין"
+" בקופה'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "המוצר ששימש להדגמת ההנחה."
diff --git a/addons/pos_discount/i18n/hi.po b/addons/pos_discount/i18n/hi.po
new file mode 100644
index 00000000..9b0915eb
--- /dev/null
+++ b/addons/pos_discount/i18n/hi.po
@@ -0,0 +1,98 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/hr.po b/addons/pos_discount/i18n/hr.po
new file mode 100644
index 00000000..185f5ad4
--- /dev/null
+++ b/addons/pos_discount/i18n/hr.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Omogućuje blagajniku odobravanje popusta na cijelu narudžbu."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Popust"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Popust %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Postotak popusta"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Proizvod popusta"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Naziv"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Zadnja promjena"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nije pronađen proizvod popusta"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Popusti narudžbe"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Postavke prodajnog mjesta"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Zadani postotak popusta"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Proizvod popusta izgleda krivo postavljen. Provjerite da li je označen sa "
+"'Može se prodavati' i 'Raspoloživo u POS'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Proizvod se koristi za primjenu popusta"
diff --git a/addons/pos_discount/i18n/hu.po b/addons/pos_discount/i18n/hu.po
new file mode 100644
index 00000000..4a058d1d
--- /dev/null
+++ b/addons/pos_discount/i18n/hu.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2021
+# krnkris, 2021
+# Tamás Németh <ntomasz81@gmail.com>, 2021
+# Ákos Nagy <akos.nagy@oregional.hu>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n"
+"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Engedélyezi a kasszához a teljes megrendelésre az engedmény adását."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Kedvezmény"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Kedvezmény %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Árengedmény százaléka"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Termék árengedmény"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Név megjelenítése"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "Azonosító"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Legutóbb módosítva"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Engedmények megrendelésre"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Értékesítési pont beállítása"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Az alapértelmezett árengedmény százaléka"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/id.po b/addons/pos_discount/i18n/id.po
new file mode 100644
index 00000000..687c8d9c
--- /dev/null
+++ b/addons/pos_discount/i18n/id.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# oon arfiandwi <oon.arfiandwi@gmail.com>, 2020
+# Bonny Useful <bonny.useful@gmail.com>, 2020
+# Ryanto The <ry.the77@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Ryanto The <ry.the77@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Mengizinkan kasir untuk memberikan diskon pada seluruh pesanan."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Diskon"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Persentase Diskon"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Produk Diskon"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nama Tampilan"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Terakhir diubah pada"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Konfigurasi Point of Sale"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/is.po b/addons/pos_discount/i18n/is.po
new file mode 100644
index 00000000..7e730c38
--- /dev/null
+++ b/addons/pos_discount/i18n/is.po
@@ -0,0 +1,87 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Birgir Steinarsson <biggboss83@gmail.com>, 2018
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-09-21 13:16+0000\n"
+"PO-Revision-Date: 2018-08-24 09:22+0000\n"
+"Last-Translator: Birgir Steinarsson <biggboss83@gmail.com>, 2018\n"
+"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: is\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Afsláttur"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Uppsetning kassakerfis"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/it.po b/addons/pos_discount/i18n/it.po
new file mode 100644
index 00000000..faf227bf
--- /dev/null
+++ b/addons/pos_discount/i18n/it.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Sergio Zanchetta <primes2h@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Consente al cassiere di applicare sconti sul totale dell'ordine."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Sconto"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Sconto %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Percentuale sconto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Prodotto sconto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nome visualizzato"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Ultima modifica il"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nessun prodotto sconto trovato"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Sconti ordine"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configurazione punto vendita"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Percentuale di sconto predefinita"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Il prodotto sconto non sembra essere configurato correttamente. Controllare "
+"che sia contrassegnato come \"Può essere venduto\" e \"Disponibile nel punto"
+" vendita\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Prodotto usato come modello per lo sconto."
diff --git a/addons/pos_discount/i18n/ja.po b/addons/pos_discount/i18n/ja.po
new file mode 100644
index 00000000..748f3657
--- /dev/null
+++ b/addons/pos_discount/i18n/ja.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020
+# Yoshi Tashiro (Quartile) <tashiro@roomsfor.hk>, 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "キャッシャーでのオーダ全体に対する値引を許可"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "値引"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "値引%"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "値引率"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "値引プロダクト"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "表示名"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "最終更新日"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "オーダ値引"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS設定"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/ka.po b/addons/pos_discount/i18n/ka.po
new file mode 100644
index 00000000..dc467130
--- /dev/null
+++ b/addons/pos_discount/i18n/ka.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021
+# Temur, 2021
+# Gvantsa Gvinianidze <gvantsa@live.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Gvantsa Gvinianidze <gvantsa@live.com>, 2021\n"
+"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ka\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "ფასდაკლება"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "სახელი"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "იდენტიფიკატორი/ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "ბოლოს განახლებულია"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS-ის კონფიგურაცია"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/kab.po b/addons/pos_discount/i18n/kab.po
new file mode 100644
index 00000000..046d314d
--- /dev/null
+++ b/addons/pos_discount/i18n/kab.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-09-08 06:41+0000\n"
+"Last-Translator: Martin Trigaux\n"
+"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n"
+"Language: kab\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Tuǧǧit"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Amfidi n tuǧǧit"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Afris n tuǧǧit"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Tuǧǧiyin"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "Amfidi n tuǧǧit"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/km.po b/addons/pos_discount/i18n/km.po
new file mode 100644
index 00000000..6586cc65
--- /dev/null
+++ b/addons/pos_discount/i18n/km.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Sengtha Chay <sengtha@gmail.com>, 2020
+# Samkhann Seang <seangsamkhann@gmail.com>, 2020
+# Lux Sok <sok.lux@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "អនុញ្ញាតឱ្យអ្នកគិតលុយផ្តល់ការបញ្ចុះតម្លៃលើការបញ្ជាទិញទាំងមូល។"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "បញ្ចុះតម្លៃ"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "បញ្ចុះតំលៃ%"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "ភាគរយបញ្ចុះតំលៃ"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "ផលិតផលបញ្ចុះតំលៃ"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "ឈ្មោះសំរាប់បង្ហាញ"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "អត្តសញ្ញាណ"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "រកមិនឃើញផលិតផលបញ្ចុះតម្លៃ"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "ការបញ្ចុះតម្លៃបញ្ជាទិញ"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "ចំណុចនៃការកំណត់រចនាសម្ព័ន្ធលក់"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "ភាគរយបញ្ចុះតម្លៃលំនាំដើម "
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"ផលិតផលបញ្ចុះតម្លៃហាក់ដូចជាមានលក្ខណៈមិនត្រឹមត្រូវ។ "
+"ត្រូវប្រាកដវាត្រូវបានដាក់ថា“ អាចលក់បាន” និង“ មានលក់នៅចំណុចលក់” ។"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "ផលិតផលត្រូវបានប្រើដើម្បីយកគំរូតាមការបញ្ចុះតម្លៃ។"
diff --git a/addons/pos_discount/i18n/ko.po b/addons/pos_discount/i18n/ko.po
new file mode 100644
index 00000000..4f580bbe
--- /dev/null
+++ b/addons/pos_discount/i18n/ko.po
@@ -0,0 +1,104 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# JH CHOI <hwangtog@gmail.com>, 2020
+# SeongHyeon Cho <jaymz9634@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: SeongHyeon Cho <jaymz9634@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "계산원이 전체 주문에 대해 할인을 제공하도록 허용하십시오."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "할인"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "할인율 %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "할인 (%)"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "할인 상품"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "이름 표시"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "최근 수정"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "할인 상품이 없습니다."
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "주문 할인"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "점포판매시스템 환경 설정"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "기본 할인율"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr "할인 상품이 잘못 구성된 것 같습니다. '판매 가능' 및 'POS에서 사용 가능'으로 표시되어 있는지 확인하십시오."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "할인 모델을 만드는 데 사용되는 상품입니다."
diff --git a/addons/pos_discount/i18n/lb.po b/addons/pos_discount/i18n/lb.po
new file mode 100644
index 00000000..37c71d45
--- /dev/null
+++ b/addons/pos_discount/i18n/lb.po
@@ -0,0 +1,83 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~12.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:31+0000\n"
+"PO-Revision-Date: 2019-08-26 09:13+0000\n"
+"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/lt.po b/addons/pos_discount/i18n/lt.po
new file mode 100644
index 00000000..855f41e3
--- /dev/null
+++ b/addons/pos_discount/i18n/lt.po
@@ -0,0 +1,107 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2021
+# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021
+# Silvija Butko <silvija.butko@gmail.com>, 2021
+# Linas Versada <linaskrisiukenas@gmail.com>, 2021
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n"
+"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Leisti kasininkui suteikti nuolaidą visam užsakymui."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Nuolaida"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Nuolaida %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Nuolaidos procentas"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Nuolaidinis produktas"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Rodomas pavadinimas"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Paskutinį kartą keista"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nerasta nuolaidos produktas"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Užsakymo nuolaidos"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Pardavimo taško konfigūracija"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Numatytasis nuolaidos procentas"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Nuolaidinis produktas atrodo nustatytas neteisingai. Įsitikinkite kad jis "
+"pažymėtas kaip \"Gali būti parduodamas\" ir \"Galimas pardavimo taške\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produktas, naudojamas nuolaidos modeliavimui."
diff --git a/addons/pos_discount/i18n/lv.po b/addons/pos_discount/i18n/lv.po
new file mode 100644
index 00000000..45bed2f6
--- /dev/null
+++ b/addons/pos_discount/i18n/lv.po
@@ -0,0 +1,103 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Arnis Putniņš <arnis@allegro.lv>, 2020
+# ievaputnina <ievai.putninai@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: ievaputnina <ievai.putninai@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Attēlotais nosaukums"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Pēdējoreiz modificēts"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/mk.po b/addons/pos_discount/i18n/mk.po
new file mode 100644
index 00000000..2bc47074
--- /dev/null
+++ b/addons/pos_discount/i18n/mk.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Aleksandar Vangelovski <aleksandarv@hbee.eu>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2016-04-20 11:09+0000\n"
+"Last-Translator: Aleksandar Vangelovski <aleksandarv@hbee.eu>\n"
+"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/"
+"mk/)\n"
+"Language: mk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Му овозможува на касиерот да дава попусти на целосната нарачка."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Попуст"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr "Процент на попуст"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr "Производ со попуст"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Попусти"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+#, fuzzy
+msgid "The default discount percentage."
+msgstr "Процент на попуст"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr "pos.config"
+
+#~ msgid "The product used to model the discount"
+#~ msgstr "Производот што се користи да се моделира попустот"
diff --git a/addons/pos_discount/i18n/mn.po b/addons/pos_discount/i18n/mn.po
new file mode 100644
index 00000000..c08b3492
--- /dev/null
+++ b/addons/pos_discount/i18n/mn.po
@@ -0,0 +1,107 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020
+# Martin Trigaux, 2020
+# tserendavaa tsogtoo <tseegii011929@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: tserendavaa tsogtoo <tseegii011929@gmail.com>, 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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Бүхэл захиалга дээр хөнгөлөлт өгөх эрхийг кассчинд олгох"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Хөнгөлөлт"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Хөнгөлөлт %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Хөнгөлөлтийн хувь"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Барааны хөнгөлөлт"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Дэлгэрэнгүй нэр"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Сүүлд зассан огноо"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Хямдралтай бүтээгдэхүүн олдсонгүй"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Захиалгын хөнгөлөлт"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Борлуулалтын цэгийн тохиргоо"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Хөнгөлөлтийн хувийн анхны утга"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Хямдралын бүтээгдэхүүн буруу тохируулагдсан байна. Энэ нь \"Борлуулах "
+"боломжтой\", \"Борлуулах цэг дээр боломжтой\" гэсэн тэмдэглэгээтэй байгаа "
+"эсэхийг шалгаарай."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Хямдралын загварт ашигласан бүтээгдэхүүн."
diff --git a/addons/pos_discount/i18n/nb.po b/addons/pos_discount/i18n/nb.po
new file mode 100644
index 00000000..dfa508a5
--- /dev/null
+++ b/addons/pos_discount/i18n/nb.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Marius Stedjan <marius@stedjan.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2021\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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "La ekspeditør gi rabatter på hele ordren."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Rabatt"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Rabatt %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Rabattprosent"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Rabattprodukt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Visningsnavn"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Sist endret"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Rabattprodukt ikke funnet"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Ordrerabatter"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Kassekonfigurasjon"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Standard rabattprosent"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Produktet for rabatt ser ut til å være feilkonfigurert. Forsikre deg om at "
+"det er flagget som 'Kan selges' og 'Tilgjengelig i kassasystemet'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produktet som brukes til rabatter."
diff --git a/addons/pos_discount/i18n/nl.po b/addons/pos_discount/i18n/nl.po
new file mode 100644
index 00000000..0064c34b
--- /dev/null
+++ b/addons/pos_discount/i18n/nl.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Yenthe Van Ginneken <yenthespam@gmail.com>, 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Sta de kassière toe om korting te geven op het hele order."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Korting"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Korting %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Kortingspercentage"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Productkorting"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Laatst gewijzigd op"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Geen kortingsproduct gevonden"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Orderkortingen"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Kassa-instellingen"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Het standaard kortingspercentage"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Het kortingsproduct lijkt foutief geconfigureerd te zijn. Zorg ervoor dat "
+"het aangeduid is als 'Kan verkocht' worden en 'Beschikbaar in Kassa'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Het product gebruikt het model voor korting"
diff --git a/addons/pos_discount/i18n/nl_BE.po b/addons/pos_discount/i18n/nl_BE.po
new file mode 100644
index 00000000..f226259f
--- /dev/null
+++ b/addons/pos_discount/i18n/nl_BE.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-09-08 06:41+0000\n"
+"Last-Translator: Martin Trigaux\n"
+"Language-Team: Dutch (Belgium) (http://www.transifex.com/odoo/odoo-9/"
+"language/nl_BE/)\n"
+"Language: nl_BE\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Kortingen"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/pl.po b/addons/pos_discount/i18n/pl.po
new file mode 100644
index 00000000..e96d5581
--- /dev/null
+++ b/addons/pos_discount/i18n/pl.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2020
+# Tomasz Leppich <t.leppich@gmail.com>, 2020
+# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020
+# Piotr Cierkosz <piotr.w.cierkosz@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Piotr Cierkosz <piotr.w.cierkosz@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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Pozwól kasjerowi dać upusty na całe zamówienie."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Upust"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Upust %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Procent upustu"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Upust dla produktu"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nazwa wyświetlana"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Data ostatniej modyfikacji"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Upusty dla zamówienia"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Konfiguracja punktu sprzedaży"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Domyślny procent upustu"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produkt użyty do kreacji szablonu rabatu"
diff --git a/addons/pos_discount/i18n/pos_discount.pot b/addons/pos_discount/i18n/pos_discount.pot
new file mode 100644
index 00000000..47229ca7
--- /dev/null
+++ b/addons/pos_discount/i18n/pos_discount.pot
@@ -0,0 +1,98 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-01 07:28+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/pt.po b/addons/pos_discount/i18n/pt.po
new file mode 100644
index 00000000..f45be1c3
--- /dev/null
+++ b/addons/pos_discount/i18n/pt.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Manuela Silva <mmsrs@sky.com>, 2020
+# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020
+# Pedro Filipe <pedro2.10@hotmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n"
+"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permitir que o caixa atribua descontos em toda a encomenda."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Desconto"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Desconto %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Percentagem de Desconto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Desconto em Produto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nome"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Última Modificação em"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Descontos da Encomenda"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configuração do Ponto de Venda"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/pt_BR.po b/addons/pos_discount/i18n/pt_BR.po
new file mode 100644
index 00000000..8a310b0c
--- /dev/null
+++ b/addons/pos_discount/i18n/pt_BR.po
@@ -0,0 +1,112 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020
+# Rafael H L Moretti <rafael.moretti@gmail.com>, 2020
+# danimaribeiro <danimaribeiro@gmail.com>, 2020
+# Martin Trigaux, 2020
+# Marcel Savegnago <marcel.savegnago@gmail.com>, 2020
+# Mateus Lopes <mateus1@gmail.com>, 2020
+# grazziano <gra.negocia@gmail.com>, 2020
+# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020
+# Éder Brito <britoederr@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permitir ao caixa dar descontos em toda a compra."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Desconto"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Desconto %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Porcentagem de Desconto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Desconto no Produto"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nome exibido"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Última modificação em"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nenhum desconto de produto encontrado"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Descontos do pedido"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configuração do ponto de venda"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "A percentagem de desconto padrão"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"O produto com desconto parece mal configurado. Certifique-se de que está "
+"sinalizado como 'Pode ser vendido' e 'Disponível no Ponto de Venda'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "O produto utilizado para o modelo de desconto."
diff --git a/addons/pos_discount/i18n/ro.po b/addons/pos_discount/i18n/ro.po
new file mode 100644
index 00000000..e831de11
--- /dev/null
+++ b/addons/pos_discount/i18n/ro.po
@@ -0,0 +1,103 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Foldi Robert <foldirobert@nexterp.ro>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Permite casierului acordarea unei reduceri pentru întreaga comandă"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Reducere"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Reducere %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Procent reducere"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Reducere produs"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Nume afișat"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Ultima modificare la"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Reduceri comandă"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Configurarea Punctului de Vânzare"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Procentul implicit de reducere"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/ru.po b/addons/pos_discount/i18n/ru.po
new file mode 100644
index 00000000..a8bff2a1
--- /dev/null
+++ b/addons/pos_discount/i18n/ru.po
@@ -0,0 +1,107 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Vasiliy Korobatov <korobatov@gmail.com>, 2020
+# ILMIR <karamov@it-projects.info>, 2020
+# Irina Fedulova <istartlin@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n"
+"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Разрешить кассиру сделать скидку на весь заказ."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Скидка"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "% cкидки"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Скидка в процентах"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Скидка продукта"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Отображаемое имя"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "Идентификатор"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Последнее изменение"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Продукт со скидкой не найден"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Скидки заказа"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Конфигурация точки продаж"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Процент скидки по умолчанию"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Кажется продукт со скидкой неправильно настроен. Убедитесь, что он помечен "
+"как \"Может быть продан\" и \"Доступен в торговой точке\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Продукт, используемый для моделирования скидки."
diff --git a/addons/pos_discount/i18n/si.po b/addons/pos_discount/i18n/si.po
new file mode 100644
index 00000000..65c00731
--- /dev/null
+++ b/addons/pos_discount/i18n/si.po
@@ -0,0 +1,98 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/sk.po b/addons/pos_discount/i18n/sk.po
new file mode 100644
index 00000000..c5570762
--- /dev/null
+++ b/addons/pos_discount/i18n/sk.po
@@ -0,0 +1,107 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020
+# Jan Prokop, 2020
+# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Povoliť pokladníkovi dávať zľavy na celú objednávku."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Zľava"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Zľava %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Percentá zľavy"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Zľavniť produkt"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Zobrazovaný názov"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Posledná úprava"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Nenašli sa žiadne zľavnené produkty"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Zľavy objednávky"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Konfigurácia miesta predaja"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Prednastavené percentá zľavy"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Produkt so zľavou sa zdá byť nesprávne nakonfigurovaný. Uistite sa, že je "
+"označený ako „Môže sa predať“ a „Dostupné v predajnom mieste“."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Produkt použitý na modelovanie zľavy."
diff --git a/addons/pos_discount/i18n/sl.po b/addons/pos_discount/i18n/sl.po
new file mode 100644
index 00000000..36cd6679
--- /dev/null
+++ b/addons/pos_discount/i18n/sl.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2021
+# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021
+# Dejan Sraka <dejan.sraka@picolabs.si>, 2021
+# matjaz k <matjaz@mentis.si>, 2021
+# Tadej Lupšina <tadej@hbs.si>, 2021
+# Jasmina Macur <jasmina@hbs.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Jasmina Macur <jasmina@hbs.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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Dovoli v blagajni določanje popustov na celotno naročilo."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Discount"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Popust %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Popust v odstotkih"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Proizvod popusta"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Prikazani naziv"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Zadnjič spremenjeno"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Izdelka s popustom ni mogoče najti"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Nastavitve POS-blagajne"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Privzeti odstotek popusta"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Izdelek s popustom se zdi napačno konfiguriran. Prepričajte se, da je "
+"označeno kot »Lahko se prodaja« in »Na voljo v POSu«."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/sq.po b/addons/pos_discount/i18n/sq.po
new file mode 100644
index 00000000..d0a0619d
--- /dev/null
+++ b/addons/pos_discount/i18n/sq.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo 9.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-18 14:06+0000\n"
+"PO-Revision-Date: 2015-08-25 10:21+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Albanian (http://www.transifex.com/odoo/odoo-9/language/sq/)\n"
+"Language: sq\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.view_pos_config_form
+msgid "Discounts"
+msgstr "Zbritjet"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid ""
+"The product used to record the discount. The ability to discount on the "
+"whole order will be disabled if this field is empty."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/sr.po b/addons/pos_discount/i18n/sr.po
new file mode 100644
index 00000000..e2d2fb20
--- /dev/null
+++ b/addons/pos_discount/i18n/sr.po
@@ -0,0 +1,83 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-09-21 13:16+0000\n"
+"PO-Revision-Date: 2018-09-21 13:16+0000\n"
+"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr\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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:14
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:28
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/discount.js:29
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/sr@latin.po b/addons/pos_discount/i18n/sr@latin.po
new file mode 100644
index 00000000..ed821603
--- /dev/null
+++ b/addons/pos_discount/i18n/sr@latin.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux <mat@odoo.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-09-20 09:52+0000\n"
+"PO-Revision-Date: 2017-09-20 09:52+0000\n"
+"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
+"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/discount_templates.xml:6
+#, python-format
+msgid "Discount"
+msgstr "Popust"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_pc
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config_iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config_discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "pos.config"
+msgstr ""
diff --git a/addons/pos_discount/i18n/sv.po b/addons/pos_discount/i18n/sv.po
new file mode 100644
index 00000000..b7d1ec28
--- /dev/null
+++ b/addons/pos_discount/i18n/sv.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Kristoffer Grundström <lovaren@gmail.com>, 2021
+# Martin Trigaux, 2021
+# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021
+# Robert Frykelius <robert.frykelius@linserv.se>, 2021
+# Kim Asplund <kim.asplund@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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2021\n"
+"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Tillåt kassören att ge rabatt på hela beställningen."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Rabatt"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Rabatt i procent"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Rabatt produkt."
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Visningsnamn"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Senast redigerad"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Order Rabatter"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS-konfigurering"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Standard rabatt procent"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/th.po b/addons/pos_discount/i18n/th.po
new file mode 100644
index 00000000..4bf1ab94
--- /dev/null
+++ b/addons/pos_discount/i18n/th.po
@@ -0,0 +1,103 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "ส่วนลด"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "ชื่อที่ใช้แสดง"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "รหัส"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "การตั้งค่าจุดขาย"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/tr.po b/addons/pos_discount/i18n/tr.po
new file mode 100644
index 00000000..8ce36dc6
--- /dev/null
+++ b/addons/pos_discount/i18n/tr.po
@@ -0,0 +1,113 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Levent Karakaş <levent@mektup.at>, 2020
+# Murat Kaplan <muratk@projetgrup.com>, 2020
+# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2020
+# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020
+# Ramiz Deniz Öner <deniz@denizoner.com>, 2020
+# Umur Akın <umura@projetgrup.com>, 2020
+# Buket Şeker <buket_skr@hotmail.com>, 2020
+# Yedigen, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Yedigen, 2020\n"
+"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Kasiyerin tüm siparişe indirim verebilmesine izin verin."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "İndirim"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "İndirim %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "İndirim Yüzde"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "İndirimli Ürün"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Görünüm Adı"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Son Düzenleme"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "İndirimli Ürü Bulunamadı"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Sipariş İndirimleri"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Satış Noktası Yapılandırması"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Varsayılan İndirim Yüzdesi"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"İndirimli ürün yanlış yapılandırılmış görünüyor. İndirimli ürünün, "
+"'Satılabilir' ve 'Satış Noktasında Mevcut' olarak işaretlendiğinden emin "
+"olun."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "İndirim modeli için kullanılan ürün"
diff --git a/addons/pos_discount/i18n/uk.po b/addons/pos_discount/i18n/uk.po
new file mode 100644
index 00000000..dd96b07e
--- /dev/null
+++ b/addons/pos_discount/i18n/uk.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n"
+"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Дозвольте касиру робити знижку на все замовлення."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Знижка"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "Знижка %"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Відсоток знижки"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Товар знижки"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Відобразити назву"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Останні зміни на"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "Не знайдено товару зі знижкою"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Знижки на замовлення"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Налаштування точки продажу"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Типовий відсоток знижки"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"Дисконтний товар здається неправильним. Переконайтеся, що його позначено як "
+"\"Можна продати\" та \"Доступно в точці продажу\"."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Товар використовується для моделювання знижки."
diff --git a/addons/pos_discount/i18n/ur.po b/addons/pos_discount/i18n/ur.po
new file mode 100644
index 00000000..7cbbef15
--- /dev/null
+++ b/addons/pos_discount/i18n/ur.po
@@ -0,0 +1,98 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr ""
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr ""
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr ""
diff --git a/addons/pos_discount/i18n/vi.po b/addons/pos_discount/i18n/vi.po
new file mode 100644
index 00000000..cdc8f3c4
--- /dev/null
+++ b/addons/pos_discount/i18n/vi.po
@@ -0,0 +1,107 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020
+# Duy BQ <duybq86@gmail.com>, 2020
+# Trinh Tran Thi Phuong <trinhttp@trobz.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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "Cho phép thu ngân chiết khấu trên toàn bộ đơn hàng."
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "Chiết khấu"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "% Chiết khấu"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "Phần trăm Chiết khấu"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "Sản phẩm Chiết khấu"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "Tên hiển thị"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "Sửa lần cuối vào"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "No discount product found"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "Chiết khấu Đơn hàng"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "Cấu hình điểm bán lẻ"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "Phần trăm chiết khấu mặc định"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "Sản phẩm được sử dụng để đại diện cho khoản chiết khấu."
diff --git a/addons/pos_discount/i18n/zh_CN.po b/addons/pos_discount/i18n/zh_CN.po
new file mode 100644
index 00000000..a049089b
--- /dev/null
+++ b/addons/pos_discount/i18n/zh_CN.po
@@ -0,0 +1,105 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# Translators:
+# Martin Trigaux, 2020
+# Jeffery CHEN <jeffery9@gmail.com>, 2020
+# ChinaMaker <liuct@chinamaker.net>, 2020
+# Felix Yang <felixyangsh@aliyun.com>, 2020
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~13.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-09-01 07:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+0000\n"
+"Last-Translator: Felix Yang <felixyangsh@aliyun.com>, 2020\n"
+"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "允许出纳在整张订单给出折扣"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "折扣"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "折扣%"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "折扣百分比"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "折扣产品"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "显示名称"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "最后修改日"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "没有找到折扣商品"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "订单折扣"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS配置"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "默认的折扣百分比"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr "折扣商品配置错误。请确认折扣商品被标记为可销售并且POS可用。"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "产品用于建模折扣"
diff --git a/addons/pos_discount/i18n/zh_TW.po b/addons/pos_discount/i18n/zh_TW.po
new file mode 100644
index 00000000..cc79b7bd
--- /dev/null
+++ b/addons/pos_discount/i18n/zh_TW.po
@@ -0,0 +1,102 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * pos_discount
+#
+# 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:28+0000\n"
+"PO-Revision-Date: 2020-09-07 08:16+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: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
+msgid "Allow the cashier to give discounts on the whole order."
+msgstr "允許出納在整張訂單給出折扣"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/xml/DiscountButton.xml:0
+#, python-format
+msgid "Discount"
+msgstr "折扣"
+
+#. module: pos_discount
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount %"
+msgstr "折扣百分比"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
+#, python-format
+msgid "Discount Percentage"
+msgstr "折扣百分比"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
+#: model_terms:ir.ui.view,arch_db:pos_discount.pos_config_view_form_inherit_pos_discount
+msgid "Discount Product"
+msgstr "折扣產品"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__display_name
+msgid "Display Name"
+msgstr "顯示名稱"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__id
+msgid "ID"
+msgstr "ID"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config____last_update
+msgid "Last Modified on"
+msgstr "最後修改於"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid "No discount product found"
+msgstr "未找到折扣產品"
+
+#. module: pos_discount
+#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
+msgid "Order Discounts"
+msgstr "訂單折扣"
+
+#. module: pos_discount
+#: model:ir.model,name:pos_discount.model_pos_config
+msgid "Point of Sale Configuration"
+msgstr "POS配置"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
+msgid "The default discount percentage"
+msgstr "預設的折扣百分比"
+
+#. module: pos_discount
+#. openerp-web
+#: code:addons/pos_discount/static/src/js/DiscountButton.js:0
+#, python-format
+msgid ""
+"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
+" Sold' and 'Available in Point of Sale'."
+msgstr "折扣產品似乎配置不當。確保它被標記為 \"可以出售\" 和 \"POS可用\"。"
+
+#. module: pos_discount
+#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
+msgid "The product used to model the discount."
+msgstr "產品用於建立模型折扣。"
diff --git a/addons/pos_discount/models/__init__.py b/addons/pos_discount/models/__init__.py
new file mode 100644
index 00000000..eaa81f34
--- /dev/null
+++ b/addons/pos_discount/models/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import pos_config
diff --git a/addons/pos_discount/models/pos_config.py b/addons/pos_discount/models/pos_config.py
new file mode 100644
index 00000000..a8f7f5f7
--- /dev/null
+++ b/addons/pos_discount/models/pos_config.py
@@ -0,0 +1,30 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import api, fields, models
+
+
+class PosConfig(models.Model):
+ _inherit = 'pos.config'
+
+ iface_discount = fields.Boolean(string='Order Discounts', help='Allow the cashier to give discounts on the whole order.')
+ discount_pc = fields.Float(string='Discount Percentage', help='The default discount percentage', default=10.0)
+ discount_product_id = fields.Many2one('product.product', string='Discount Product',
+ domain="[('sale_ok', '=', True)]", help='The product used to model the discount.')
+
+ @api.onchange('company_id','module_pos_discount')
+ def _default_discount_product_id(self):
+ product = self.env.ref("point_of_sale.product_product_consumable", raise_if_not_found=False)
+ self.discount_product_id = product if self.module_pos_discount and product and (not product.company_id or product.company_id == self.company_id) else False
+
+ @api.model
+ def _default_discount_value_on_module_install(self):
+ configs = self.env['pos.config'].search([])
+ open_configs = (
+ self.env['pos.session']
+ .search(['|', ('state', '!=', 'closed'), ('rescue', '=', True)])
+ .mapped('config_id')
+ )
+ # Do not modify configs where an opened session exists.
+ for conf in (configs - open_configs):
+ conf._default_discount_product_id()
diff --git a/addons/pos_discount/static/src/js/DiscountButton.js b/addons/pos_discount/static/src/js/DiscountButton.js
new file mode 100644
index 00000000..e906d354
--- /dev/null
+++ b/addons/pos_discount/static/src/js/DiscountButton.js
@@ -0,0 +1,82 @@
+odoo.define('pos_discount.DiscountButton', function(require) {
+ 'use strict';
+
+ const PosComponent = require('point_of_sale.PosComponent');
+ const ProductScreen = require('point_of_sale.ProductScreen');
+ const { useListener } = require('web.custom_hooks');
+ const Registries = require('point_of_sale.Registries');
+
+ class DiscountButton extends PosComponent {
+ constructor() {
+ super(...arguments);
+ useListener('click', this.onClick);
+ }
+ async onClick() {
+ var self = this;
+ const { confirmed, payload } = await this.showPopup('NumberPopup',{
+ title: this.env._t('Discount Percentage'),
+ startingValue: this.env.pos.config.discount_pc,
+ });
+ if (confirmed) {
+ const val = Math.round(Math.max(0,Math.min(100,parseFloat(payload))));
+ await self.apply_discount(val);
+ }
+ }
+
+ async apply_discount(pc) {
+ var order = this.env.pos.get_order();
+ var lines = order.get_orderlines();
+ var product = this.env.pos.db.get_product_by_id(this.env.pos.config.discount_product_id[0]);
+ if (product === undefined) {
+ await this.showPopup('ErrorPopup', {
+ title : this.env._t("No discount product found"),
+ body : this.env._t("The discount product seems misconfigured. Make sure it is flagged as 'Can be Sold' and 'Available in Point of Sale'."),
+ });
+ return;
+ }
+
+ // Remove existing discounts
+ var i = 0;
+ while ( i < lines.length ) {
+ if (lines[i].get_product() === product) {
+ order.remove_orderline(lines[i]);
+ } else {
+ i++;
+ }
+ }
+
+ // Add discount
+ // We add the price as manually set to avoid recomputation when changing customer.
+ var base_to_discount = order.get_total_without_tax();
+ if (product.taxes_id.length){
+ var first_tax = this.env.pos.taxes_by_id[product.taxes_id[0]];
+ if (first_tax.price_include) {
+ base_to_discount = order.get_total_with_tax();
+ }
+ }
+ var discount = - pc / 100.0 * base_to_discount;
+
+ if( discount < 0 ){
+ order.add_product(product, {
+ price: discount,
+ lst_price: discount,
+ extras: {
+ price_manually_set: true,
+ },
+ });
+ }
+ }
+ }
+ DiscountButton.template = 'DiscountButton';
+
+ ProductScreen.addControlButton({
+ component: DiscountButton,
+ condition: function() {
+ return this.env.pos.config.module_pos_discount && this.env.pos.config.discount_product_id;
+ },
+ });
+
+ Registries.Component.add(DiscountButton);
+
+ return DiscountButton;
+});
diff --git a/addons/pos_discount/static/src/js/models.js b/addons/pos_discount/static/src/js/models.js
new file mode 100644
index 00000000..c54c7c93
--- /dev/null
+++ b/addons/pos_discount/static/src/js/models.js
@@ -0,0 +1,21 @@
+odoo.define('pos_discount.models', function (require) {
+ "use strict";
+
+ var models = require('point_of_sale.models');
+
+ var existing_models = models.PosModel.prototype.models;
+ var product_index = _.findIndex(existing_models, function (model) {
+ return model.model === "product.product";
+ });
+ var product_model = existing_models[product_index];
+
+ models.load_models([{
+ model: product_model.model,
+ fields: product_model.fields,
+ order: product_model.order,
+ domain: function(self) {return [['id', '=', self.config.discount_product_id[0]]];},
+ context: product_model.context,
+ loaded: product_model.loaded,
+ }]);
+
+});
diff --git a/addons/pos_discount/static/src/xml/DiscountButton.xml b/addons/pos_discount/static/src/xml/DiscountButton.xml
new file mode 100644
index 00000000..c8cd5bc5
--- /dev/null
+++ b/addons/pos_discount/static/src/xml/DiscountButton.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<templates id="template" xml:space="preserve">
+
+ <t t-name="DiscountButton" owl="1">
+ <span class="control-button js_discount">
+ <i class="fa fa-tag"></i>
+ <span> </span>
+ <span>Discount</span>
+ </span>
+ </t>
+
+</templates>
diff --git a/addons/pos_discount/views/pos_discount_templates.xml b/addons/pos_discount/views/pos_discount_templates.xml
new file mode 100644
index 00000000..711be66f
--- /dev/null
+++ b/addons/pos_discount/views/pos_discount_templates.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <template id="assets" inherit_id="point_of_sale.assets">
+ <xpath expr="." position="inside">
+ <script type="text/javascript" src="/pos_discount/static/src/js/DiscountButton.js"></script>
+ <script type="text/javascript" src="/pos_discount/static/src/js/models.js"></script>
+ </xpath>
+ </template>
+
+</odoo>
diff --git a/addons/pos_discount/views/pos_discount_views.xml b/addons/pos_discount/views/pos_discount_views.xml
new file mode 100644
index 00000000..0e38b16a
--- /dev/null
+++ b/addons/pos_discount/views/pos_discount_views.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <record id="pos_config_view_form_inherit_pos_discount" model="ir.ui.view">
+ <field name="name">pos.config.form.inherit.pos.discount</field>
+ <field name="model">pos.config</field>
+ <field name="inherit_id" ref="point_of_sale.pos_config_view_form" />
+ <field name="arch" type="xml">
+ <div id="btn_use_pos_discount" position="replace">
+ <div class="row mt16">
+ <label string="Discount Product" for="discount_product_id" class="col-lg-3 o_light_label"/>
+ <field name="discount_product_id" attrs="{'required':[('module_pos_discount','=',True)]}"/>
+ </div>
+ <div class="row">
+ <label string="Discount %" for="discount_pc" class="col-lg-3 o_light_label"/>
+ <field name="discount_pc"/>
+ </div>
+ </div>
+ </field>
+ </record>
+
+ <data noupdate="1">
+ <function model="pos.config" name="_default_discount_value_on_module_install"/>
+ </data>
+</odoo>