Начальное наполнение

This commit is contained in:
parent 3298ceca2f
commit 2717190c0d
51 changed files with 2792 additions and 0 deletions

4
__init__.py Normal file
View File

@ -0,0 +1,4 @@
# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models

21
__manifest__.py Normal file
View File

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'POS Six',
'version': '1.0',
'category': 'Sales/Point Of Sale',
'sequence': 6,
'summary': 'Integrate your POS with a Six payment terminal',
'data': [
'views/pos_payment_method_views.xml',
],
'depends': ['point_of_sale'],
'installable': True,
'license': 'LGPL-3',
'assets': {
'point_of_sale._assets_pos': [
'pos_six/static/lib/six_timapi/timapi.js',
'pos_six/static/src/**/*',
],
}
}

68
i18n/ar.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Arabic (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "لا تملك الرصيد الكافي "
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "تهيئة نقطة البيع "
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "طرق الدفع في نقطة البيع "
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "جلسة نقطة البيع"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "إرسال الرصيد "
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "عنوان IP لجهاز الدفع بالبطاقة Six "
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "فشلت عملية الاستعلام عن الرصيد. "
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "لم تتم معالجة المعاملة بشكل صحيح "

68
i18n/bg.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2023\n"
"Language-Team: Bulgarian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Конфигурация на център за продажби"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Сесия на център за продажби"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

70
i18n/ca.po Normal file
View File

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Josep Anton Belchi, 2023
# Quim - eccit <quim@eccit.com>, 2023
# marcescu, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: marcescu, 2023\n"
"Language-Team: Catalan (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "El balanç ha fallat"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuració del Punt de Venda"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Mètodes de pagament de punt de venda"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sessió del Punt de Venda"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Envia el balanç"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Sis terminals IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "L'operació d'equilibri ha fallat."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "La transacció no s'ha processat correctament"

70
i18n/cs.po Normal file
View File

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Jakub Smolka, 2023
# Wil Odoo, 2023
# Jiří Podhorecký, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Jiří Podhorecký, 2023\n"
"Language-Team: Czech (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Vyrovnání selhalo"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Nastavení prodejního místa"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Platební metody prodejního místa"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Relace prodejního místa"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Odeslat vyrovnání"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Operace vyrovnání se nezdařila."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

69
i18n/da.po Normal file
View File

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Sanne Kristensen <sanne@vkdata.dk>, 2023
# Martin Trigaux, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Martin Trigaux, 2023\n"
"Language-Team: Danish (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo Slog fejl"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS konfiguration"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Point of Sale betalingsmetoder"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "PoS session"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Send saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "SIX Terminal IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Saldo operationen slog fejl."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Transaktionen blev ikke korrekt behandlet"

68
i18n/de.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: German (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo fehlgeschlagen"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Kassensystem-Konfiguration"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Zahlungsmethoden des Kassensystems"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Kassensitzung"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Saldo senden"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six-Terminal-IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Der Ausgleichsvorgang ist fehlgeschlagen."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Transaktion wurde nicht korrekt bearbeitet"

68
i18n/es.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Spanish (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Balance fallido"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuración del TPV"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Métodos de pago en el punto de venta "
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sesión TPV"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Enviar saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP del Terminal Six"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "La operación de balance ha fallado."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "La transacción no se procesó correctamente"

68
i18n/es_419.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_419\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "El balance fallló"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuración del punto de venta"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Métodos de pago de punto de venta "
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sesión de punto de venta"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Enviar saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Dirección IP de la terminal Six "
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "La operación de balance ha fallado."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "La transacción no se procesó correctamente"

70
i18n/et.po Normal file
View File

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Triine Aavik <triine@avalah.ee>, 2023
# Maidu Targama <m.targama@gmail.com>, 2023
# Leaanika Randmets, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Leaanika Randmets, 2023\n"
"Language-Team: Estonian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo ebaõnnestus"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Kassa seadistused"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Kassa maksemeetodid"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Kassa Sessioon"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Saada saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six terminali IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Tasakaalustamisoperatsioon ebaõnnestus."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Tehingut ei töödeldud korrektselt"

71
i18n/fa.po Normal file
View File

@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Hamed Mohammadi <hamed@dehongi.com>, 2023
# Hanna Kheradroosta, 2023
# fardin mardani, 2023
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023\n"
"Language-Team: Persian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "پیکربندی پایانه فروش"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "روش های پرداخت پایانه فروش"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "نشست پایانه فروش"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP تریمنال Six"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

70
i18n/fi.po Normal file
View File

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
"Language-Team: Finnish (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldon tasaus epäonnistui"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Kassapäätteen asetukset"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Kassan maksutavat"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Kassapäätteen istunto"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Lähetä saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six-terminaalin IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Saldo-operaatio epäonnistui."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Tapahtumaa ei käsitelty oikein"

68
i18n/fr.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: French (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Échec du solde"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuration du point de vente"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Modes de paiement du point de vente"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Session du point de vente"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Envoyer le solde"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP du terminal Six"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "L'opération de solde a échoué."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "La transaction n'a pas été traitée correctement"

70
i18n/he.po Normal file
View File

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
# Ha Ketem <haketem@gmail.com>, 2023
# Ofir Blum <ofir.blum@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Ofir Blum <ofir.blum@gmail.com>, 2023\n"
"Language-Team: Hebrew (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "מאזן נכשל"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "תצורת קופה"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "אמצעי תשלום קופה"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "משמרת קופה "
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "שלח יתרה"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "פעולת יצירת מאזן נכשלה"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "ההעברה לא עובדה כראי"

68
i18n/hu.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Martin Trigaux, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Martin Trigaux, 2023\n"
"Language-Team: Hungarian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Értékesítési pont beállítása"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Értékesítési Pont Értékesítési folyamat"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/id.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Indonesian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo Gagal"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Konfigurasi Point of Sale"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Metode Pembayaran Point of Sale POS"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sesi Point of Sale"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Kirim Saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP Enam Terminal"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Operasi saldo gagal."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Transaksi tidak diproses secara benar"

68
i18n/it.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Italian (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Bilanciamento fallito"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configurazione punto vendita"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Metodi di pagamento punto vendita"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sessione punto vendita"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Invia saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP terminale Six"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "L'operazione di bilanciamento è fallita."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "La transazione non è stata elaborata correttamente"

68
i18n/ja.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Japanese (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "残高不足"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS設定"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "POS支払い方法"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "POSセッション"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "残高送信"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six端末IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "残高オペレーションに失敗しました"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "取引が正常に行われませんでした"

68
i18n/ko.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Korean (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "잔액 오류"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS 환경 설정"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "POS 결제 수단"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "점포판매시스템 기간"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "잔액 보내기"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six 터미널 IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "거래 잔액 오류"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "트랜잭션이 바르게 처리되지 않았습니다"

69
i18n/lt.po Normal file
View File

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2023
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2023\n"
"Language-Team: Lithuanian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Pardavimo taško konfigūracija"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Pardavimo taško mokėjimo būdai"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Pardavimo taško sesija"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/lv.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023\n"
"Language-Team: Latvian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Pārdošanas punkta konfigurācija"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Pārdošanas punkta maksājumu metodes"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Pārdošanas punkta sesija"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six termināļa IP adrese"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Darījums netika korekti apstrādāts"

68
i18n/nl.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Dutch (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo mislukt"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Kassa-instellingen"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Kassa betaalmethodes"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Kassa sessie"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Verzend saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six Terminal IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "De saldobewerking is mislukt"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "De transactie is niet correct verwerkt"

68
i18n/pl.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Polish (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Bilans zawiódł"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Konfiguracja punktu sprzedaży"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Metody płatności punktu sprzedaży"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sesja punktu sprzedaży"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Wyślij bilans"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP terminala Six"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Operacja bilansu zawiodła."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Transakcja nie została przetworzona poprawnie."

64
i18n/pos_six.pot Normal file
View File

@ -0,0 +1,64 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 21:55+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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/pt.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Portuguese (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuração do Ponto de Venda"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sessão do Ponto de Venda"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/pt_BR.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Portuguese (Brazil) (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Saldo falhou"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuração do ponto de venda"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Métodos de pagamento do ponto de venda"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sessão do ponto de venda"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Enviar saldo"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP do terminal SIX"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "A operação de saldo falhou."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "A transação não foi processada corretamente"

69
i18n/ru.po Normal file
View File

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Martin Trigaux, 2023
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Russian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Нарушен баланс"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Конфигурация точки продаж"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Способы оплаты в торговых точках"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Сессия в торговой точке"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Отправить баланс"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Шесть терминальных IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Операция балансировки неудачна."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Транзакция была обработана неправильно"

68
i18n/sk.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Slovak (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Konfigurácia miesta predaja"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Relácia miesta predaja"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/sl.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Martin Trigaux, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Martin Trigaux, 2023\n"
"Language-Team: Slovenian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Nastavitve POS-blagajne"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Seja POS"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

69
i18n/sr.po Normal file
View File

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
# コフスタジオ, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: コフスタジオ, 2024\n"
"Language-Team: Serbian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Balance Failed"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Podešavanje POS terminala mesta prodaje"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Point of Sale Payment Methods"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Sesija prodajnog mesta"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Send Balance"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six Terminal IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "The balance operation failed."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Transaction was not processed correctly"

69
i18n/sv.po Normal file
View File

@ -0,0 +1,69 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Kim Asplund <kim.asplund@gmail.com>, 2023
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Chrille Hedberg <hedberg.chrille@gmail.com>, 2023\n"
"Language-Team: Swedish (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr ""
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Kassakonfigurering"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Kassa Betalningsmetoder"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Kassasession"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr ""
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr ""
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr ""

68
i18n/th.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Thai (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "ยอดคงเหลือล้มเหลว"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "กำหนดค่าการขายหน้าร้าน"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "วิธีการชำระเงินการขายหน้าร้าน"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "เซสชั่นการขายหน้าร้าน"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "ส่งยอดคงเหลือ"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six เทอร์มินัล IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "การดำเนินการยอดคงเหลือล้มเหลว"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "ธุรกรรมไม่ได้รับการดำเนินการที่ถูกต้อง"

72
i18n/tr.po Normal file
View File

@ -0,0 +1,72 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Martin Trigaux, 2023
# abc Def <hdogan1974@gmail.com>, 2023
# Levent Karakaş <levent@mektup.at>, 2023
# Halil, 2023
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023\n"
"Language-Team: Turkish (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Bakiye Başarısız Oldu"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Satış Noktası Yapılandırması"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Satış Noktası Ödeme Yöntemleri"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Satış Noktası Oturumu"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Bakiye Gönder"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six Terminali IP'si"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Bakiye işlemi başarısız oldu."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "İşlem doğru şekilde işlenmedi"

68
i18n/uk.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Ukrainian (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Помилка балансу"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Налаштування точки продажу"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Способи оплати точки продажу"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Сесія точки продажу"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Надіслати баланс"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six Terminal IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Балансова операція не вдалася."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Транзакція не оброблена коректно"

68
i18n/vi.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Vietnamese (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "Số dư không thành công"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Cấu hình điểm bán hàng"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "Phương thức thanh toán điểm bán hàng"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "Phiên POS"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "Gửi số dư"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "IP thiết bị đầu cuối SIX"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "Thanh toán số dư không thành công. "
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "Giao dịch không được xử lý chính xác"

68
i18n/zh_CN.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Chinese (China) (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "余额失败"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS配置"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "POS支付方式"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "POS会话"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "发送余额"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six 终端IP"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "余额平衡操作失败."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "交易未正确处理"

68
i18n/zh_TW.po Normal file
View File

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_six
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Chinese (Taiwan) (https://app.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_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Balance Failed"
msgstr "餘額失敗"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_config
msgid "Point of Sale Configuration"
msgstr "POS設定"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "POS付款條件"
#. module: pos_six
#: model:ir.model,name:pos_six.model_pos_session
msgid "Point of Sale Session"
msgstr "POS營業點"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/balance_button/balance_button.xml:0
#, python-format
msgid "Send Balance"
msgstr "發送餘額"
#. module: pos_six
#: model:ir.model.fields,field_description:pos_six.field_pos_payment_method__six_terminal_ip
msgid "Six Terminal IP"
msgstr "Six 終端IP地址"
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "The balance operation failed."
msgstr "餘額操作失敗."
#. module: pos_six
#. odoo-javascript
#: code:addons/pos_six/static/src/app/payment_six.js:0
#, python-format
msgid "Transaction was not processed correctly"
msgstr "交易未正確處理"

6
models/__init__.py Normal file
View File

@ -0,0 +1,6 @@
# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import pos_config
from . import pos_payment_method
from . import pos_session

14
models/pos_config.py Normal file
View File

@ -0,0 +1,14 @@
# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class PosConfig(models.Model):
_inherit = 'pos.config'
def _force_http(self):
enforce_https = self.env['ir.config_parameter'].sudo().get_param('point_of_sale.enforce_https')
if not enforce_https and self.payment_method_ids.filtered(lambda pm: pm.use_payment_terminal == 'six'):
return True
return super(PosConfig, self)._force_http()

View File

@ -0,0 +1,13 @@
# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class PosPaymentMethod(models.Model):
_inherit = 'pos.payment.method'
def _get_payment_terminal_selection(self):
return super(PosPaymentMethod, self)._get_payment_terminal_selection() + [('six', 'SIX')]
six_terminal_ip = fields.Char('Six Terminal IP')

13
models/pos_session.py Normal file
View File

@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class PosSession(models.Model):
_inherit = 'pos.session'
def _loader_params_pos_payment_method(self):
result = super()._loader_params_pos_payment_method()
result['search_params']['fields'].append('six_terminal_ip')
return result

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1,19 @@
/** @odoo-module */
import { Component } from "@odoo/owl";
import { usePos } from "@point_of_sale/app/store/pos_hook";
export class BalanceButton extends Component {
static template = "pos_six.BalanceButton";
setup() {
this.pos = usePos();
}
sendBalance() {
this.pos.payment_methods.forEach((pm) => {
if (pm.use_payment_terminal === "six") {
pm.payment_terminal.send_balance();
}
});
}
}

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="pos_six.BalanceButton">
<li class="menu-item navbar-button lock-button">
<a class="dropdown-item py-2" t-on-click="sendBalance">
Send Balance
</a>
</li>
</t>
</templates>

View File

@ -0,0 +1,183 @@
/** @odoo-module */
/* global timapi */
import { _t } from "@web/core/l10n/translation";
import { PaymentInterface } from "@point_of_sale/app/payment/payment_interface";
import { ErrorPopup } from "@point_of_sale/app/errors/popups/error_popup";
import { escape } from "@web/core/utils/strings";
window.onTimApiReady = function () {};
window.onTimApiPublishLogRecord = function (record) {
// Log only warning or errors
if (record.matchesLevel(timapi.LogRecord.LogLevel.warning)) {
timapi.log(String(record));
}
};
export class PaymentSix extends PaymentInterface {
//--------------------------------------------------------------------------
// Public
//--------------------------------------------------------------------------
/**
* @override
*/
setup() {
super.setup(...arguments);
this.enable_reversals();
var terminal_ip = this.payment_method.six_terminal_ip;
var instanced_payment_method = this.pos.payment_methods.find(function (payment_method) {
return (
payment_method.use_payment_terminal === "six" &&
payment_method.six_terminal_ip === terminal_ip &&
payment_method.payment_terminal
);
});
if (instanced_payment_method !== undefined) {
var payment_terminal = instanced_payment_method.payment_terminal;
this.terminal = payment_terminal.terminal;
this.terminalListener = payment_terminal.terminalListener;
return;
}
var settings = new timapi.TerminalSettings();
settings.connectionMode = timapi.constants.ConnectionMode.onFixIp;
settings.connectionIPString = this.payment_method.six_terminal_ip;
settings.connectionIPPort = "80";
settings.integratorId = "175d97a0-2a88-4413-b920-e90037b582ac";
settings.dcc = false;
this.terminal = new timapi.Terminal(settings);
this.terminal.setPosId(this.pos.pos_session.name);
this.terminal.setUserId(this.pos.pos_session.user_id[0]);
this.terminalListener = new timapi.DefaultTerminalListener();
this.terminalListener.transactionCompleted = this._onTransactionComplete.bind(this);
this.terminalListener.balanceCompleted = this._onBalanceComplete.bind(this);
this.terminal.addListener(this.terminalListener);
var recipients = [
timapi.constants.Recipient.merchant,
timapi.constants.Recipient.cardholder,
];
var options = [];
recipients.forEach((recipient) => {
var option = new timapi.PrintOption(
recipient,
timapi.constants.PrintFormat.normal,
45,
[
timapi.constants.PrintFlag.suppressHeader,
timapi.constants.PrintFlag.suppressEcrInfo,
]
);
options.push(option);
});
this.terminal.setPrintOptions(options);
}
/**
* @override
*/
send_payment_cancel() {
super.send_payment_cancel(...arguments);
this.terminal.cancel();
return Promise.resolve();
}
/**
* @override
*/
send_payment_request() {
super.send_payment_request(...arguments);
this.pos.get_order().selected_paymentline.set_payment_status("waitingCard");
return this._sendTransaction(timapi.constants.TransactionType.purchase);
}
/**
* @override
*/
send_payment_reversal() {
super.send_payment_reversal(...arguments);
this.pos.get_order().selected_paymentline.set_payment_status("reversing");
return this._sendTransaction(timapi.constants.TransactionType.reversal);
}
send_balance() {
this.terminal.balanceAsync();
}
//--------------------------------------------------------------------------
// Private
//--------------------------------------------------------------------------
_onTransactionComplete(event, data) {
timapi.DefaultTerminalListener.prototype.transactionCompleted(event, data);
if (event.exception) {
if (event.exception.resultCode !== timapi.constants.ResultCode.apiCancelEcr) {
this.env.services.popup.add(ErrorPopup, {
title: _t("Transaction was not processed correctly"),
body: event.exception.errorText,
});
}
this.transactionResolve();
} else {
if (data.printData) {
this._printReceipts(data.printData.receipts);
}
// Store Transaction Data
var transactionData = new timapi.TransactionData();
transactionData.transSeq = data.transactionInformation.transSeq;
this.terminal.setTransactionData(transactionData);
this.transactionResolve(true);
}
}
_onBalanceComplete(event, data) {
if (event.exception) {
this.env.services.popup.add(ErrorPopup, {
title: _t("Balance Failed"),
body: _t("The balance operation failed."),
});
} else {
this._printReceipts(data.printData.receipts);
}
}
_printReceipts(receipts) {
Object.values(receipts || {}).forEach((receipt) => {
if (
receipt.recipient === timapi.constants.Recipient.merchant &&
this.pos.hardwareProxy.printer
) {
this.pos.hardwareProxy.printer.printReceipt(
"<div class='pos-receipt'><div class='pos-payment-terminal-receipt'>" +
escape(receipt.value).replace(/\n/g, "<br />") +
"</div></div>"
);
} else if (receipt.recipient === timapi.constants.Recipient.cardholder) {
this.pos.get_order().selected_paymentline.set_receipt_info(receipt.value);
}
});
}
_sendTransaction(transactionType) {
var amount = new timapi.Amount(
Math.round(
this.pos.get_order().selected_paymentline.amount / this.pos.currency.rounding
),
timapi.constants.Currency[this.pos.currency.name],
this.pos.currency.decimal_places
);
return new Promise((resolve) => {
this.transactionResolve = resolve;
this.terminal.transactionAsync(transactionType, amount);
});
}
}

View File

@ -0,0 +1,9 @@
/** @odoo-module */
import { Navbar } from "@point_of_sale/app/navbar/navbar";
import { BalanceButton } from "@pos_six/app/balance_button/balance_button";
import { patch } from "@web/core/utils/patch";
patch(Navbar, {
components: { ...Navbar.components, BalanceButton },
});

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="pos_six.Navbar" t-inherit="point_of_sale.Navbar" t-inherit-mode="extension">
<xpath expr="//li[hasclass('backend-button')]" position="before">
<BalanceButton t-if="pos.payment_methods.some((pm) => pm.use_payment_terminal === 'six')" />
</xpath>
</t>
</templates>

View File

@ -0,0 +1,6 @@
/** @odoo-module */
import { register_payment_method } from "@point_of_sale/app/store/pos_store";
import { PaymentSix } from "@pos_six/app/payment_six";
register_payment_method("six", PaymentSix);

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="pos_payment_method_view_form_inherit_pos_adyen" model="ir.ui.view">
<field name="name">pos.payment.method.form.inherit.adyen</field>
<field name="model">pos.payment.method</field>
<field name="inherit_id" ref="point_of_sale.pos_payment_method_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='use_payment_terminal']" position="after">
<field name="six_terminal_ip"
invisible="use_payment_terminal != 'six'"
required="use_payment_terminal == 'six'"/>
</xpath>
</field>
</record>
</odoo>