Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG][12.0] mig pos_customer_display #437

Merged
merged 48 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d0f5463
Initial check-in of the module pos_customer_display.
Jul 9, 2014
f324452
Initial check-in of the module pos_payment_terminal.
Jul 10, 2014
a6af3c8
pos_customer_display bugfix : new massage on deleting orderLine and f…
Jul 11, 2014
d0f07cf
Fix copyright headers
Jul 11, 2014
52b0d8c
pos_payment_terminal : bigger button for start transaction with touch…
Jul 20, 2014
e9c2313
Add french translation
Jul 21, 2014
4756937
FIX Adapt JS code to recent changes in the code of POS v8
Sep 1, 2014
9ab59c3
pos_payment_terminal: add missing css file
Oct 22, 2014
1dc4ca8
[FIX] lenght -> length
Oct 24, 2014
bf8560b
FIX bugs
Oct 24, 2014
564bd50
Add message on POS open
Oct 24, 2014
b7a31a8
Add Spanish translation by Alejandro Amador (thanks for your contribu…
Nov 17, 2014
5fab8d8
Update ES translation by Alejandro Amador
Nov 18, 2014
c8324aa
PEP8
Jan 6, 2015
50edb53
Add license key in __openerp__.py
yvaucher Feb 6, 2015
01bb345
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
a08d670
Added dutch translation
JosDeGraeve Mar 23, 2015
7f70219
[IMP] Add German Language
Apr 13, 2015
0265c0d
[FIX] correcting some chars
May 13, 2015
eae6096
pos_customer_display: Add button "Display Total to Customer" and port…
May 16, 2015
40f2edc
Cleaner inheritance implementation in pos_customer_display
alexis-via Jun 12, 2015
bbee581
pos_customer_display: finish to convert all JS inherits to cleaner im…
alexis-via Jun 12, 2015
d9c95a2
Remove some console.log for debug
alexis-via Jun 12, 2015
b359486
Make some messages of customer display configurable
alexis-via Jun 13, 2015
9d6691a
PEP8
alexis-via Jun 14, 2015
032a179
FIX when clicking on "Display Total to Customer", the query is now se…
alexis-via Jun 22, 2015
faa616b
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
a8fc9c3
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
08c4b72
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
e5bcc84
Make pos_customer_display odoo9 compatible
wamdam Sep 17, 2016
0f470d5
Fix version number of pos_customer_display
alexis-via Oct 22, 2016
3b13c7f
Port pos_customer_display to v10
alexis-via Oct 22, 2016
ebdf5a4
Display relevant info on LCD when Qty/price/discount is forced via th…
alexis-via Dec 28, 2016
901568d
Remove comment
alexis-via Mar 30, 2017
4e6fcbb
OCA Transbot updated translations from Transifex
oca-transbot May 1, 2017
4cbc497
OCA Transbot updated translations from Transifex
oca-transbot Jun 10, 2017
a6e532f
OCA Transbot updated translations from Transifex
oca-transbot Jul 15, 2017
faf1c61
[fix] compability between pos_customer_display and pos_pricelist (#210)
gaelTorrecillas Sep 6, 2017
6fb4375
[FIX] Fix pos_customer_display with Floors in Restaurant
Jul 21, 2017
3413636
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
1e30883
[CI] Fix .rst lint errors (#276)
chienandalu Jun 14, 2018
041cea6
remove obsolete .pot files [ci skip]
sbidoul Jun 15, 2018
8f3e8a7
[UPD] Update pos_customer_display.pot
oca-travis Jun 22, 2018
56bdbcc
[ADD] icon.png
OCA-git-bot Apr 3, 2019
41a612e
[REF] pos_customer_display: Black python code
legalsylvain Jan 9, 2020
07737ab
[MIG] pos_customer_display: Migration to 12.0
legalsylvain Jan 9, 2020
e47f1fe
fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Conven…
legalsylvain Jan 11, 2020
d28e812
fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA…
legalsylvain Jan 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions pos_customer_display/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
====================================
Point of Sale - LCD Customer Display
====================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1 change: 1 addition & 0 deletions pos_customer_display/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
19 changes: 19 additions & 0 deletions pos_customer_display/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# © 2014-2016 Aurélien DUMAINE
# © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Point of Sale - LED Customer Display",
"version": "12.0.1.0.0",
"category": "Point Of Sale",
"summary": "Manage LED Customer Display device from POS front end",
"author": "Aurélien DUMAINE,GRAP,Akretion,Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["point_of_sale"],
"data": [
"views/assets.xml",
"views/view_pos_config.xml",
],
"demo": ["demo/pos_config.xml"],
"installable": True,
}
9 changes: 9 additions & 0 deletions pos_customer_display/demo/pos_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>

<odoo noupdate="1">

<record id="point_of_sale.pos_config_main" model="pos.config">
<field name="iface_customer_display" eval="True"/>
</record>

</odoo>
157 changes: 157 additions & 0 deletions pos_customer_display/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_customer_display
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-25 02:39+0000\n"
"PO-Revision-Date: 2017-04-25 02:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\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_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Bottom Line"
msgstr ""

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l2
msgid ""
"Bottom line of the message on the customer display which is displayed after "
"starting POS and also after validation of an order"
msgstr ""

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
msgid ""
"Bottom line of the message on the customer display which is displayed when "
"POS is closed"
msgstr ""

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:74
#, python-format
msgid "Cancel Payment"
msgstr "Zahlung stornieren"

#. module: pos_customer_display
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_iface_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Customer Display"
msgstr ""

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:59
#, python-format
msgid "Delete Item"
msgstr "Artikel loeschen"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_iface_customer_display
msgid "Display data on the customer display"
msgstr "Daten auf dem Kunden-Display anzeigen"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_line_length
msgid "Length of the LEDs lines of the customer display"
msgstr "Länge der LED-Zeilen auf dem Kunden-Display"

#. module: pos_customer_display
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_line_length
msgid "Line Length of the Customer Display"
msgstr ""

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:46
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l2
#, python-format
msgid "Next Customer (bottom line)"
msgstr ""

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:44
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l1
#, python-format
msgid "Next Customer (top line)"
msgstr ""

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Next Customer Message"
msgstr ""

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:50
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
#, python-format
msgid "POS Closed (bottom line)"
msgstr ""

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:48
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
#, python-format
msgid "POS Closed (top line)"
msgstr ""

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "POS Closed Message"
msgstr ""

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:66
#, python-format
msgid "TOTAL: "
msgstr "SUMME: "

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:55
#, python-format
msgid ""
"The message for customer display '%s' is too long: it has %d chars whereas "
"the maximum is %d chars."
msgstr ""

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Top Line"
msgstr ""

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l1
msgid ""
"Top line of the message on the customer display which is displayed after "
"starting POS and also after validation of an order"
msgstr ""

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
msgid ""
"Top line of the message on the customer display which is displayed when POS "
"is closed"
msgstr ""

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:81
#, python-format
msgid "Your Change:"
msgstr "Rueckgeld:"

#. module: pos_customer_display
#: model:ir.model,name:pos_customer_display.model_pos_config
msgid "pos.config"
msgstr ""
168 changes: 168 additions & 0 deletions pos_customer_display/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_customer_display
#
# Translators:
# enjolras <yo@miguelrevilla.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-01 02:01+0000\n"
"PO-Revision-Date: 2018-03-01 02:01+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\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_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Bottom Line"
msgstr "Línea inferior"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l2
msgid ""
"Bottom line of the message on the customer display which is displayed after "
"starting POS and also after validation of an order"
msgstr ""
"Línea inferior del mensaje en la pantalla del cliente que se mostrará "
"después de iniciar el TPV y también después de la validación de una venta"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
msgid ""
"Bottom line of the message on the customer display which is displayed when "
"POS is closed"
msgstr ""
"Línea inferior del mensaje en la pantalla del cliente que se mostrará cuando "
"se cierre el TPV"

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:74
#, python-format
msgid "Cancel Payment"
msgstr "Cancelar pago"

#. module: pos_customer_display
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_iface_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Customer Display"
msgstr "Pantalla del cliente"

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:59
#, python-format
msgid "Delete Item"
msgstr "Eliminar elemento"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_iface_customer_display
msgid "Display data on the customer display"
msgstr "Mostrar información en la pantalla del cliente"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_line_length
msgid "Length of the LEDs lines of the customer display"
msgstr "Longitud de las líneas LED en la pantalla del cliente"

#. module: pos_customer_display
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_line_length
msgid "Line Length of the Customer Display"
msgstr "Longitud de la línea en la pantalla del cliente"

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:46
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l2
#, python-format
msgid "Next Customer (bottom line)"
msgstr "Cliente siguiente (línea inferior)"

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:44
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l1
#, python-format
msgid "Next Customer (top line)"
msgstr "Cliente siguiente (línea superior)"

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Next Customer Message"
msgstr "Mensaje del cliente siguiente"

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:50
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
#, python-format
msgid "POS Closed (bottom line)"
msgstr "TPV cerrado (línea inferior)"

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:48
#: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
#, python-format
msgid "POS Closed (top line)"
msgstr "TPV cerrado (línea superior)"

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "POS Closed Message"
msgstr "Mensaje de TPV cerrado"

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:66
#, python-format
msgid "TOTAL: "
msgstr "TOTAL: "

#. module: pos_customer_display
#: code:addons/pos_customer_display/models/pos_customer_display.py:55
#, python-format
msgid ""
"The message for customer display '%s' is too long: it has %d chars whereas "
"the maximum is %d chars."
msgstr ""
"El mensaje para la pantalla del cliente '%s' es demasiado largo: tiene %d "
"caracteres, siendo el máximo de %d."

#. module: pos_customer_display
#: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form
msgid "Top Line"
msgstr "Línea superior"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l1
msgid ""
"Top line of the message on the customer display which is displayed after "
"starting POS and also after validation of an order"
msgstr ""
"Línea superior del mensaje en la pantalla del cliente que se mostrará "
"después de iniciar el TPV y también después de la validación de una venta"

#. module: pos_customer_display
#: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
msgid ""
"Top line of the message on the customer display which is displayed when POS "
"is closed"
msgstr ""
"Línea superior del mensaje en la pantalla del cliente que se mostrará cuando "
"se cierre el TPV"

#. module: pos_customer_display
#. openerp-web
#: code:addons/pos_customer_display/static/src/js/customer_display.js:81
#, python-format
msgid "Your Change:"
msgstr "Cambio: "

#. module: pos_customer_display
#: model:ir.model,name:pos_customer_display.model_pos_config
msgid "pos.config"
msgstr "pos.config"