From 8eae59cdf3c76751f73777d829df42c83a86e31c Mon Sep 17 00:00:00 2001 From: Cyril VINH-TUNG Date: Fri, 24 Jul 2020 17:33:02 -1000 Subject: [PATCH] [MIG] pos_order_load: Migration to 12.0 --- .../{__openerp__.py => __manifest__.py} | 2 +- pos_order_load/i18n/am.po | 7 +- pos_order_load/i18n/ar.po | 10 +- pos_order_load/i18n/bg.po | 7 +- pos_order_load/i18n/bs.po | 10 +- pos_order_load/i18n/ca.po | 7 +- pos_order_load/i18n/ca_ES.po | 10 +- pos_order_load/i18n/cs.po | 7 +- pos_order_load/i18n/da.po | 7 +- pos_order_load/i18n/de.po | 7 +- pos_order_load/i18n/el_GR.po | 10 +- pos_order_load/i18n/en_AU.po | 10 +- pos_order_load/i18n/en_GB.po | 10 +- pos_order_load/i18n/es.po | 10 +- pos_order_load/i18n/es_AR.po | 10 +- pos_order_load/i18n/es_CL.po | 10 +- pos_order_load/i18n/es_CO.po | 10 +- pos_order_load/i18n/es_CR.po | 10 +- pos_order_load/i18n/es_DO.po | 10 +- pos_order_load/i18n/es_EC.po | 10 +- pos_order_load/i18n/es_ES.po | 10 +- pos_order_load/i18n/es_MX.po | 10 +- pos_order_load/i18n/es_PY.po | 10 +- pos_order_load/i18n/es_VE.po | 10 +- pos_order_load/i18n/et.po | 7 +- pos_order_load/i18n/eu.po | 7 +- pos_order_load/i18n/eu_ES.po | 10 +- pos_order_load/i18n/fa.po | 7 +- pos_order_load/i18n/fi.po | 7 +- pos_order_load/i18n/fr.po | 14 +- pos_order_load/i18n/fr_CA.po | 10 +- pos_order_load/i18n/fr_CH.po | 10 +- pos_order_load/i18n/fr_FR.po | 10 +- pos_order_load/i18n/gl.po | 7 +- pos_order_load/i18n/he.po | 7 +- pos_order_load/i18n/hi.po | 7 +- pos_order_load/i18n/hr.po | 10 +- pos_order_load/i18n/hr_HR.po | 13 +- pos_order_load/i18n/hu.po | 7 +- pos_order_load/i18n/id.po | 7 +- pos_order_load/i18n/it.po | 7 +- pos_order_load/i18n/ja.po | 7 +- pos_order_load/i18n/ko.po | 7 +- pos_order_load/i18n/lo.po | 7 +- pos_order_load/i18n/lt.po | 10 +- pos_order_load/i18n/lt_LT.po | 13 +- pos_order_load/i18n/lv.po | 10 +- pos_order_load/i18n/mk.po | 7 +- pos_order_load/i18n/mn.po | 7 +- pos_order_load/i18n/nb.po | 10 +- pos_order_load/i18n/nb_NO.po | 10 +- pos_order_load/i18n/nl.po | 7 +- pos_order_load/i18n/nl_BE.po | 10 +- pos_order_load/i18n/nl_NL.po | 10 +- pos_order_load/i18n/pl.po | 10 +- pos_order_load/i18n/pos_order_load.pot | 139 ------- pos_order_load/i18n/pt.po | 7 +- pos_order_load/i18n/pt_BR.po | 13 +- pos_order_load/i18n/pt_PT.po | 10 +- pos_order_load/i18n/ro.po | 10 +- pos_order_load/i18n/ru.po | 11 +- pos_order_load/i18n/sk.po | 7 +- pos_order_load/i18n/sl.po | 13 +- pos_order_load/i18n/sr.po | 10 +- pos_order_load/i18n/sr@latin.po | 13 +- pos_order_load/i18n/sv.po | 7 +- pos_order_load/i18n/th.po | 7 +- pos_order_load/i18n/tr.po | 7 +- pos_order_load/i18n/tr_TR.po | 10 +- pos_order_load/i18n/uk.po | 10 +- pos_order_load/i18n/vi.po | 7 +- pos_order_load/i18n/vi_VN.po | 10 +- pos_order_load/i18n/zh_CN.po | 10 +- pos_order_load/i18n/zh_TW.po | 10 +- pos_order_load/models/pos_order.py | 2 +- pos_order_load/static/description/icon.png | Bin 9455 -> 0 bytes .../static/src/js/pos_order_load.js | 338 ++++++++++-------- .../static/src/xml/pos_order_load.xml | 6 - pos_order_load/view/pos_order_load.xml | 28 +- 79 files changed, 461 insertions(+), 710 deletions(-) rename pos_order_load/{__openerp__.py => __manifest__.py} (98%) delete mode 100644 pos_order_load/i18n/pos_order_load.pot delete mode 100644 pos_order_load/static/description/icon.png diff --git a/pos_order_load/__openerp__.py b/pos_order_load/__manifest__.py similarity index 98% rename from pos_order_load/__openerp__.py rename to pos_order_load/__manifest__.py index 4309e777..eeb2440b 100644 --- a/pos_order_load/__openerp__.py +++ b/pos_order_load/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'POS Order Load and Save', - 'version': '8.0.1.0.0', + 'version': '12.0.1.0.0', 'author': 'Akretion,GRAP,Odoo Community Association (OCA)', 'category': 'Point Of Sale', 'license': 'AGPL-3', diff --git a/pos_order_load/i18n/am.po b/pos_order_load/i18n/am.po index 2daf1442..e5e52bdf 100644 --- a/pos_order_load/i18n/am.po +++ b/pos_order_load/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" -"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ar.po b/pos_order_load/i18n/ar.po index 92671e36..e20701f5 100644 --- a/pos_order_load/i18n/ar.po +++ b/pos_order_load/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"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_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/bg.po b/pos_order_load/i18n/bg.po index a949341e..a66a2fc0 100644 --- a/pos_order_load/i18n/bg.po +++ b/pos_order_load/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Kaloyan Naumov , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Kaloyan Naumov , 2016\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" -"Language: 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_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/bs.po b/pos_order_load/i18n/bs.po index e394924e..69f0996e 100644 --- a/pos_order_load/i18n/bs.po +++ b/pos_order_load/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" -"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ca.po b/pos_order_load/i18n/ca.po index 7b62ad33..a87a0c92 100644 --- a/pos_order_load/i18n/ca.po +++ b/pos_order_load/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Marc Tormo i Bochaca , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-04-29 00:49+0000\n" "Last-Translator: Marc Tormo i Bochaca , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" -"Language: 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_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ca_ES.po b/pos_order_load/i18n/ca_ES.po index d06a214c..2b982ae1 100644 --- a/pos_order_load/i18n/ca_ES.po +++ b/pos_order_load/i18n/ca_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" -"ca_ES/)\n" -"Language: ca_ES\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: ca_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/cs.po b/pos_order_load/i18n/cs.po index b083271c..3cf089c4 100644 --- a/pos_order_load/i18n/cs.po +++ b/pos_order_load/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" -"Language: 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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/da.po b/pos_order_load/i18n/da.po index 1e620129..cf4627bf 100644 --- a/pos_order_load/i18n/da.po +++ b/pos_order_load/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/de.po b/pos_order_load/i18n/de.po index d796cd05..6d27a19f 100644 --- a/pos_order_load/i18n/de.po +++ b/pos_order_load/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Rudolf Schnapka , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-01-21 05:04+0000\n" "Last-Translator: Rudolf Schnapka , 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" +"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +125,7 @@ msgstr "Gesamtbetrag" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/el_GR.po b/pos_order_load/i18n/el_GR.po index 19a3ff99..a382ab04 100644 --- a/pos_order_load/i18n/el_GR.po +++ b/pos_order_load/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Kostas Goutoudis , 2016 # OCA Transbot , 2016 @@ -12,12 +12,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" -"el_GR/)\n" -"Language: el_GR\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -126,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/en_AU.po b/pos_order_load/i18n/en_AU.po index 366baa87..a4787bc2 100644 --- a/pos_order_load/i18n/en_AU.po +++ b/pos_order_load/i18n/en_AU.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: English (Australia) (https://www.transifex.com/oca/" -"teams/23907/en_AU/)\n" -"Language: en_AU\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/en_GB.po b/pos_order_load/i18n/en_GB.po index fcc5c392..08ac8963 100644 --- a/pos_order_load/i18n/en_GB.po +++ b/pos_order_load/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2017-08-29 01:16+0000\n" "PO-Revision-Date: 2017-08-29 01:16+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" -"teams/23907/en_GB/)\n" -"Language: en_GB\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "Total Amount" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es.po b/pos_order_load/i18n/es.po index 94ade30a..a39e2404 100644 --- a/pos_order_load/i18n/es.po +++ b/pos_order_load/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Janire Olagibel , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-12-15 03:43+0000\n" "Last-Translator: Janire Olagibel , 2016\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" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -130,15 +130,13 @@ msgstr "Importe total" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" " * " msgstr "" -"No es posible cargar algunas líneas de pedido porque los productos no están " -"disponibles en la caché del TPV.\n" +"No es posible cargar algunas líneas de pedido porque los productos no están disponibles en la caché del TPV.\n" "Por favor, compruebe las líneas :" #. module: pos_order_load diff --git a/pos_order_load/i18n/es_AR.po b/pos_order_load/i18n/es_AR.po index 8ad30eb1..eb33e086 100644 --- a/pos_order_load/i18n/es_AR.po +++ b/pos_order_load/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" -"teams/23907/es_AR/)\n" -"Language: es_AR\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_CL.po b/pos_order_load/i18n/es_CL.po index 7eaa0ae7..fb4847e8 100644 --- a/pos_order_load/i18n/es_CL.po +++ b/pos_order_load/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" -"es_CL/)\n" -"Language: es_CL\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_CO.po b/pos_order_load/i18n/es_CO.po index a1f2b8ef..4e3327b6 100644 --- a/pos_order_load/i18n/es_CO.po +++ b/pos_order_load/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" -"es_CO/)\n" -"Language: es_CO\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_CR.po b/pos_order_load/i18n/es_CR.po index 0471c0a1..ed6aea1e 100644 --- a/pos_order_load/i18n/es_CR.po +++ b/pos_order_load/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" -"teams/23907/es_CR/)\n" -"Language: es_CR\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_DO.po b/pos_order_load/i18n/es_DO.po index 788109dd..f5221e9e 100644 --- a/pos_order_load/i18n/es_DO.po +++ b/pos_order_load/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" -"teams/23907/es_DO/)\n" -"Language: es_DO\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_EC.po b/pos_order_load/i18n/es_EC.po index b5799cc5..770a7af3 100644 --- a/pos_order_load/i18n/es_EC.po +++ b/pos_order_load/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" -"es_EC/)\n" -"Language: es_EC\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_ES.po b/pos_order_load/i18n/es_ES.po index b80ee5e3..222b3445 100644 --- a/pos_order_load/i18n/es_ES.po +++ b/pos_order_load/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" -"es_ES/)\n" -"Language: es_ES\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_MX.po b/pos_order_load/i18n/es_MX.po index 41b3c5ce..b1116ad8 100644 --- a/pos_order_load/i18n/es_MX.po +++ b/pos_order_load/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" -"es_MX/)\n" -"Language: es_MX\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_PY.po b/pos_order_load/i18n/es_PY.po index ce43f527..fdd0fea5 100644 --- a/pos_order_load/i18n/es_PY.po +++ b/pos_order_load/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" -"es_PY/)\n" -"Language: es_PY\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/es_VE.po b/pos_order_load/i18n/es_VE.po index 34e68adf..d8b63daa 100644 --- a/pos_order_load/i18n/es_VE.po +++ b/pos_order_load/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" -"teams/23907/es_VE/)\n" -"Language: es_VE\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/et.po b/pos_order_load/i18n/et.po index a8b7a5bc..e2698235 100644 --- a/pos_order_load/i18n/et.po +++ b/pos_order_load/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/eu.po b/pos_order_load/i18n/eu.po index 99bcb316..0615598e 100644 --- a/pos_order_load/i18n/eu.po +++ b/pos_order_load/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/eu_ES.po b/pos_order_load/i18n/eu_ES.po index ce52ebc3..2c5ee8ab 100644 --- a/pos_order_load/i18n/eu_ES.po +++ b/pos_order_load/i18n/eu_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # oihane , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: oihane , 2016\n" -"Language-Team: Basque (Spain) (https://www.transifex.com/oca/teams/23907/" -"eu_ES/)\n" -"Language: eu_ES\n" +"Language-Team: Basque (Spain) (https://www.transifex.com/oca/teams/23907/eu_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: eu_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/fa.po b/pos_order_load/i18n/fa.po index 718dd0b4..e13b5349 100644 --- a/pos_order_load/i18n/fa.po +++ b/pos_order_load/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" -"Language: 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=1; plural=0;\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/fi.po b/pos_order_load/i18n/fi.po index ba00b030..5caff806 100644 --- a/pos_order_load/i18n/fi.po +++ b/pos_order_load/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Jarmo Kortetjärvi , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-02-11 04:29+0000\n" "Last-Translator: Jarmo Kortetjärvi , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" -"Language: 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_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/fr.po b/pos_order_load/i18n/fr.po index 82aa1743..38e4c6d3 100644 --- a/pos_order_load/i18n/fr.po +++ b/pos_order_load/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" -"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -115,8 +115,8 @@ msgid "" "This operation will save the current order in a draft state. You'll have to " "mark it as paid after." msgstr "" -"Cette opération va sauvegarder la vente en cours à l'état de brouillon. Vous " -"devrez la marquer comme payée ultérieurement" +"Cette opération va sauvegarder la vente en cours à l'état de brouillon. Vous" +" devrez la marquer comme payée ultérieurement" #. module: pos_order_load #. openerp-web @@ -130,15 +130,13 @@ msgstr "Montant Total" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" " * " msgstr "" -"Impossible de charger certaines lignes de ventes parce que les produits ne " -"sont pas disponibles dans le cache du point de vente.\n" +"Impossible de charger certaines lignes de ventes parce que les produits ne sont pas disponibles dans le cache du point de vente.\n" "\n" "Veuillez vérifier ces lignes :\n" "\n" diff --git a/pos_order_load/i18n/fr_CA.po b/pos_order_load/i18n/fr_CA.po index 2c800cb9..95c8f5f7 100644 --- a/pos_order_load/i18n/fr_CA.po +++ b/pos_order_load/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" -"fr_CA/)\n" -"Language: fr_CA\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/fr_CH.po b/pos_order_load/i18n/fr_CH.po index 431bb569..0e2ae462 100644 --- a/pos_order_load/i18n/fr_CH.po +++ b/pos_order_load/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" -"teams/23907/fr_CH/)\n" -"Language: fr_CH\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "Montant total" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/fr_FR.po b/pos_order_load/i18n/fr_FR.po index d08226fc..bee80942 100644 --- a/pos_order_load/i18n/fr_FR.po +++ b/pos_order_load/i18n/fr_FR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Mohamed HABOU , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Mohamed HABOU , 2016\n" -"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" -"fr_FR/)\n" -"Language: fr_FR\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/gl.po b/pos_order_load/i18n/gl.po index 02639162..b6c0d613 100644 --- a/pos_order_load/i18n/gl.po +++ b/pos_order_load/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # César Castro Cruz , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: César Castro Cruz , 2016\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" -"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/he.po b/pos_order_load/i18n/he.po index 70f9c1ee..b639da99 100644 --- a/pos_order_load/i18n/he.po +++ b/pos_order_load/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" -"Language: 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=2; plural=(n != 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/hi.po b/pos_order_load/i18n/hi.po index b4878f48..093cc4f6 100644 --- a/pos_order_load/i18n/hi.po +++ b/pos_order_load/i18n/hi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" -"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/hr.po b/pos_order_load/i18n/hr.po index 69a40fce..30c7819c 100644 --- a/pos_order_load/i18n/hr.po +++ b/pos_order_load/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Ana-Maria Olujić , 2016 @@ -14,12 +14,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Bole , 2016\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: pos_order_load #. openerp-web @@ -127,8 +126,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/hr_HR.po b/pos_order_load/i18n/hr_HR.po index fcd3295e..8eb31930 100644 --- a/pos_order_load/i18n/hr_HR.po +++ b/pos_order_load/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Bole , 2016 msgid "" @@ -11,14 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Bole , 2016\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" -"hr_HR/)\n" -"Language: hr_HR\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: pos_order_load #. openerp-web @@ -126,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/hu.po b/pos_order_load/i18n/hu.po index 9fc0a494..d1f575db 100644 --- a/pos_order_load/i18n/hu.po +++ b/pos_order_load/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/id.po b/pos_order_load/i18n/id.po index 75db7c69..391888d8 100644 --- a/pos_order_load/i18n/id.po +++ b/pos_order_load/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/it.po b/pos_order_load/i18n/it.po index 985a4576..bfaf4324 100644 --- a/pos_order_load/i18n/it.po +++ b/pos_order_load/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Paolo Valier , 2016 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Andrea Cometa , 2016\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" -"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -126,8 +126,7 @@ msgstr "Importo Totale" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ja.po b/pos_order_load/i18n/ja.po index 6bff8253..69bd4711 100644 --- a/pos_order_load/i18n/ja.po +++ b/pos_order_load/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ko.po b/pos_order_load/i18n/ko.po index a2160aac..96d47c63 100644 --- a/pos_order_load/i18n/ko.po +++ b/pos_order_load/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/lo.po b/pos_order_load/i18n/lo.po index 803c5ca7..eeb5a82a 100644 --- a/pos_order_load/i18n/lo.po +++ b/pos_order_load/i18n/lo.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" -"Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: lo\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/lt.po b/pos_order_load/i18n/lt.po index 4732fc07..8a7eaaf3 100644 --- a/pos_order_load/i18n/lt.po +++ b/pos_order_load/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" -"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/lt_LT.po b/pos_order_load/i18n/lt_LT.po index ee36d268..ee915761 100644 --- a/pos_order_load/i18n/lt_LT.po +++ b/pos_order_load/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Arminas Grigonis , 2016 msgid "" @@ -11,14 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Arminas Grigonis , 2016\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" -"teams/23907/lt_LT/)\n" -"Language: lt_LT\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -126,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/lv.po b/pos_order_load/i18n/lv.po index 1da51632..74c980a2 100644 --- a/pos_order_load/i18n/lv.po +++ b/pos_order_load/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" -"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/mk.po b/pos_order_load/i18n/mk.po index 37788be9..37ed7132 100644 --- a/pos_order_load/i18n/mk.po +++ b/pos_order_load/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" -"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/mn.po b/pos_order_load/i18n/mn.po index 66004115..fffd01c3 100644 --- a/pos_order_load/i18n/mn.po +++ b/pos_order_load/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" -"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/nb.po b/pos_order_load/i18n/nb.po index b10083a8..8558a50c 100644 --- a/pos_order_load/i18n/nb.po +++ b/pos_order_load/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" -"nb/)\n" -"Language: nb\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/nb_NO.po b/pos_order_load/i18n/nb_NO.po index 226d25fb..506ea005 100644 --- a/pos_order_load/i18n/nb_NO.po +++ b/pos_order_load/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Imre Kristoffer Eilertsen , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Imre Kristoffer Eilertsen , 2016\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" -"teams/23907/nb_NO/)\n" -"Language: nb_NO\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "Totalsum" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/nl.po b/pos_order_load/i18n/nl.po index ef4192c7..0ca4a88a 100644 --- a/pos_order_load/i18n/nl.po +++ b/pos_order_load/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Erwin van der Ploeg , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Erwin van der Ploeg , 2016\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" -"Language: 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_order_load @@ -125,8 +125,7 @@ msgstr "Totaalbedrag" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/nl_BE.po b/pos_order_load/i18n/nl_BE.po index 3e28ff57..bbedd336 100644 --- a/pos_order_load/i18n/nl_BE.po +++ b/pos_order_load/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" -"nl_BE/)\n" -"Language: nl_BE\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/nl_NL.po b/pos_order_load/i18n/nl_NL.po index 2f333831..307b760b 100644 --- a/pos_order_load/i18n/nl_NL.po +++ b/pos_order_load/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Peter Hageman , 2017 @@ -12,12 +12,11 @@ msgstr "" "POT-Creation-Date: 2017-08-29 01:16+0000\n" "PO-Revision-Date: 2017-08-29 01:16+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" -"teams/23907/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -126,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/pl.po b/pos_order_load/i18n/pl.po index 1e5dbde8..3c6dadd6 100644 --- a/pos_order_load/i18n/pl.po +++ b/pos_order_load/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" -"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/pos_order_load.pot b/pos_order_load/i18n/pos_order_load.pot deleted file mode 100644 index 39f28c73..00000000 --- a/pos_order_load/i18n/pos_order_load.pot +++ /dev/null @@ -1,139 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * pos_order_load -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" -"Report-Msgid-Bugs-To: \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_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 -#, python-format -msgid "Can not execute this action because the POS is currently offline" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 -#, python-format -msgid "Can not load the Selected Order because the POS is currently offline" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 -#, python-format -msgid "Cancel" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 -#, python-format -msgid "Connection error" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 -#, python-format -msgid "Customer" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 -#, python-format -msgid "Load Draft Order" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 -#, python-format -msgid "Order" -msgstr "" - -#. module: pos_order_load -#: model:ir.model,name:pos_order_load.model_pos_order -msgid "Point of Sale" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 -#, python-format -msgid "Save Current Order" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 -#, python-format -msgid "Save The current Order ?" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 -#, python-format -msgid "Search Orders" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 -#, python-format -msgid "Select Order" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 -#, python-format -msgid "This operation will save the current order in a draft state. You'll have to mark it as paid after." -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 -#, python-format -msgid "Total Amount" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 -#, python-format -msgid "Unable to load some order lines because the products are not available in the POS cache.\n" -"\n" -"Please check that lines :\n" -"\n" -" * " -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 -#, python-format -msgid "Unknown Products" -msgstr "" - -#. module: pos_order_load -#. openerp-web -#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 -#, python-format -msgid "Validate" -msgstr "" - diff --git a/pos_order_load/i18n/pt.po b/pos_order_load/i18n/pt.po index c34f759c..0b17ee0d 100644 --- a/pos_order_load/i18n/pt.po +++ b/pos_order_load/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" -"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/pt_BR.po b/pos_order_load/i18n/pt_BR.po index b2aafe03..57434552 100644 --- a/pos_order_load/i18n/pt_BR.po +++ b/pos_order_load/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Claudio Araujo Santos , 2016 @@ -11,14 +11,12 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" -"Last-Translator: Claudio Araujo Santos , " -"2016\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" -"teams/23907/pt_BR/)\n" -"Language: pt_BR\n" +"Last-Translator: Claudio Araujo Santos , 2016\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: pos_order_load @@ -127,8 +125,7 @@ msgstr "Valor total" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/pt_PT.po b/pos_order_load/i18n/pt_PT.po index 02afd15b..08b7b79e 100644 --- a/pos_order_load/i18n/pt_PT.po +++ b/pos_order_load/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Pedro Castro Silva , 2016 @@ -12,12 +12,11 @@ msgstr "" "POT-Creation-Date: 2016-12-15 03:43+0000\n" "PO-Revision-Date: 2016-12-15 03:43+0000\n" "Last-Translator: Pedro Castro Silva , 2016\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" -"teams/23907/pt_PT/)\n" -"Language: pt_PT\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: pos_order_load @@ -126,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ro.po b/pos_order_load/i18n/ro.po index d8a0516b..05be9597 100644 --- a/pos_order_load/i18n/ro.po +++ b/pos_order_load/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" -"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #. module: pos_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/ru.po b/pos_order_load/i18n/ru.po index 6775d0b1..7b125d6f 100644 --- a/pos_order_load/i18n/ru.po +++ b/pos_order_load/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Victor Safronovich , 2017 @@ -13,13 +13,11 @@ msgstr "" "PO-Revision-Date: 2017-05-01 20:52+0000\n" "Last-Translator: Victor Safronovich , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" -"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"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_order_load #. openerp-web @@ -127,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/sk.po b/pos_order_load/i18n/sk.po index 0e5ac3ef..cadc397a 100644 --- a/pos_order_load/i18n/sk.po +++ b/pos_order_load/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # gebri , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-12-15 03:43+0000\n" "Last-Translator: gebri , 2016\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" -"Language: 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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: pos_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/sl.po b/pos_order_load/i18n/sl.po index 92e09a2f..9be1e3f3 100644 --- a/pos_order_load/i18n/sl.po +++ b/pos_order_load/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Matjaž Mozetič , 2016 @@ -13,12 +13,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: Matjaž Mozetič , 2016\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" -"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\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_order_load #. openerp-web @@ -128,15 +127,13 @@ msgstr "Skupni znesek" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" " * " msgstr "" -"Nekaterih postavk naloga ni bilo mogoče naložiti, ker v predpomnilniku " -"proizvodi niso na voljo.\n" +"Nekaterih postavk naloga ni bilo mogoče naložiti, ker v predpomnilniku proizvodi niso na voljo.\n" "\n" "Preverite te postavke :\n" "\n" diff --git a/pos_order_load/i18n/sr.po b/pos_order_load/i18n/sr.po index 5edcb32a..3c5f3581 100644 --- a/pos_order_load/i18n/sr.po +++ b/pos_order_load/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" -"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"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_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/sr@latin.po b/pos_order_load/i18n/sr@latin.po index 2c21c9a9..d48cbf3b 100644 --- a/pos_order_load/i18n/sr@latin.po +++ b/pos_order_load/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,14 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" -"sr@latin/)\n" -"Language: sr@latin\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: pos_order_load #. openerp-web @@ -126,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/sv.po b/pos_order_load/i18n/sv.po index 66459ef4..a33705d4 100644 --- a/pos_order_load/i18n/sv.po +++ b/pos_order_load/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/th.po b/pos_order_load/i18n/th.po index 0b5fe7ed..2a3eadd8 100644 --- a/pos_order_load/i18n/th.po +++ b/pos_order_load/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/tr.po b/pos_order_load/i18n/tr.po index 67747e71..5a7687b8 100644 --- a/pos_order_load/i18n/tr.po +++ b/pos_order_load/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Ivan BARAYEV , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 04:35+0000\n" "Last-Translator: Ivan BARAYEV , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" -"Language: 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_order_load @@ -125,8 +125,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/tr_TR.po b/pos_order_load/i18n/tr_TR.po index 195562d7..3827a142 100644 --- a/pos_order_load/i18n/tr_TR.po +++ b/pos_order_load/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # Ozge Altinisik , 2017 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-31 05:41+0000\n" "PO-Revision-Date: 2016-12-31 05:41+0000\n" "Last-Translator: Ozge Altinisik , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" -"tr_TR/)\n" -"Language: tr_TR\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/uk.po b/pos_order_load/i18n/uk.po index b1d1208a..4c0cbc0c 100644 --- a/pos_order_load/i18n/uk.po +++ b/pos_order_load/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,12 +12,11 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \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" +"Language: uk\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_order_load #. openerp-web @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/vi.po b/pos_order_load/i18n/vi.po index 1a39d4a8..e5136c60 100644 --- a/pos_order_load/i18n/vi.po +++ b/pos_order_load/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" -"Language: 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_order_load @@ -124,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/vi_VN.po b/pos_order_load/i18n/vi_VN.po index 38547539..fe3bcc15 100644 --- a/pos_order_load/i18n/vi_VN.po +++ b/pos_order_load/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" -"teams/23907/vi_VN/)\n" -"Language: vi_VN\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" +"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: pos_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/zh_CN.po b/pos_order_load/i18n/zh_CN.po index 78086125..b1bd65e6 100644 --- a/pos_order_load/i18n/zh_CN.po +++ b/pos_order_load/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 # Jeffery CHEN , 2016 @@ -13,12 +13,11 @@ msgstr "" "POT-Creation-Date: 2017-04-29 00:49+0000\n" "PO-Revision-Date: 2017-04-29 00:49+0000\n" "Last-Translator: liAnGjiA , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" -"zh_CN/)\n" -"Language: zh_CN\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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_order_load @@ -127,8 +126,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/i18n/zh_TW.po b/pos_order_load/i18n/zh_TW.po index 2ad115ec..aa3fb2b0 100644 --- a/pos_order_load/i18n/zh_TW.po +++ b/pos_order_load/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_order_load -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,11 @@ msgstr "" "POT-Creation-Date: 2016-12-02 03:44+0000\n" "PO-Revision-Date: 2016-12-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" -"zh_TW/)\n" -"Language: zh_TW\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/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_order_load @@ -125,8 +124,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 #, python-format msgid "" -"Unable to load some order lines because the products are not available in " -"the POS cache.\n" +"Unable to load some order lines because the products are not available in the POS cache.\n" "\n" "Please check that lines :\n" "\n" diff --git a/pos_order_load/models/pos_order.py b/pos_order_load/models/pos_order.py index 2b0b777a..fa7a1455 100644 --- a/pos_order_load/models/pos_order.py +++ b/pos_order_load/models/pos_order.py @@ -21,7 +21,7 @@ # ############################################################################## -from openerp import models, api +from odoo import models, api class PosOrder(models.Model): diff --git a/pos_order_load/static/description/icon.png b/pos_order_load/static/description/icon.png deleted file mode 100644 index 3a0328b516c4980e8e44cdb63fd945757ddd132d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9455 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 z 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 Xviia!U7SGha1wx#SCgwmn*{w2TRX*I diff --git a/pos_order_load/static/src/js/pos_order_load.js b/pos_order_load/static/src/js/pos_order_load.js index 5cff51d9..7b84587d 100644 --- a/pos_order_load/static/src/js/pos_order_load.js +++ b/pos_order_load/static/src/js/pos_order_load.js @@ -15,17 +15,32 @@ * along with this program. If not, see . *****************************************************************************/ -openerp.pos_order_load = function(instance, local) { - module = instance.point_of_sale; - var QWeb = instance.web.qweb; - var _t = instance.web._t; - var round_pr = instance.web.round_precision; +odoo.define('pos_order_load', function (require) { +"use strict"; + + var PosBaseWidget = require('point_of_sale.BaseWidget'); + var chrome = require('point_of_sale.chrome'); + var gui = require('point_of_sale.gui'); + var models = require('point_of_sale.models'); + var screens = require('point_of_sale.screens'); + var rpc = require('web.rpc'); + + var utils = require('web.utils'); + var round_pr = utils.round_precision; + + var core = require('web.core'); + var QWeb = core.qweb; + var _t = core._t; + /************************************************************************* Extend Model Order: - * Add getter and setter function for field 'order_id'; - */ - module.Order = module.Order.extend({ + * Add getter and setter function for field 'order_id'; + */ + + var _super_order = models.Order.prototype; + models.Order = models.Order.extend({ + set_order_id: function(id) { this.set({ @@ -41,35 +56,34 @@ openerp.pos_order_load = function(instance, local) { /************************************************************************* New Widget LoadButtonWidget: - * On click, display a new screen to select draft orders; - */ - module.LoadButtonWidget = module.PosBaseWidget.extend({ + * On click, display a new screen to select draft orders; + */ + var LoadButtonWidget = PosBaseWidget.extend({ template: 'LoadButtonWidget', renderElement: function() { var self = this; this._super(); this.$el.click(function(){ - var ss = self.pos.pos_widget.screen_selector; - ss.set_current_screen('orderlist'); + self.gui.show_screen('orderlist'); }); }, }); /************************************************************************* New Widget SaveButtonWidget: - * On click, save the current draft order; - */ - module.SaveButtonWidget = module.PosBaseWidget.extend({ + * On click, save the current draft order; + */ + var SaveButtonWidget = PosBaseWidget.extend({ template: 'SaveButtonWidget', renderElement: function() { var self = this; this._super(); this.$el.click(function(){ - self.pos.pos_widget.screen_selector.show_popup('confirm',{ - message: _t('Save The current Order ?'), - comment: _t('This operation will save the current order in a draft state. You\'ll have to mark it as paid after.'), + self.gui.show_popup('confirm',{ + 'title': _t('Save The current Order ?'), + 'body': _t('This operation will save the current order in a draft state. You\'ll have to mark it as paid after.'), confirm: function(){ var currentOrder = this.pos.get('selectedOrder'); this.pos.push_order(currentOrder); @@ -83,57 +97,52 @@ openerp.pos_order_load = function(instance, local) { /************************************************************************* Extend PosWidget: - * Create new screen; - * Add load and save button; - */ - module.PosWidget = module.PosWidget.extend({ + * Create new screen; + * Add load and save button; + */ + chrome.Chrome.include({ build_widgets: function() { this._super(); - // New Screen to select Draft Orders - this.orderlist_screen = new module.OrderListScreenWidget(this, {}); - this.orderlist_screen.appendTo(this.$('.screens')); - this.orderlist_screen.hide(); + this.load_button = new LoadButtonWidget(this, {}); + this.load_button.appendTo(this.$('div.order-empty')); - this.screen_selector.screen_set.orderlist = this.orderlist_screen; - - // Add buttons - this.load_button = new module.LoadButtonWidget(this,{}); - this.load_button.appendTo(this.pos_widget.$('li.orderline.empty')); - - this.save_button = new module.SaveButtonWidget(this,{}); + this.save_button = new SaveButtonWidget(this, {}); }, }); /************************************************************************* - Extend OrderWidget: - */ - module.OrderWidget = module.OrderWidget.extend({ + * Extend OrderWidget: + */ + screens.OrderWidget.include({ renderElement: function(scrollbottom){ this._super(scrollbottom); - if (this.pos_widget.load_button) { - this.pos_widget.load_button.appendTo( - this.pos_widget.$('li.orderline.empty') + if (this.chrome.load_button) { + this.chrome.load_button.appendTo( + this.chrome.$('div.order-empty') ); } - if (this.pos_widget.save_button && (this.pos.get('selectedOrder').get('orderLines').length > 0)) { - this.pos_widget.save_button.appendTo( - this.pos_widget.$('div.summary') - ); + if (this.pos.get_order()) { + if (this.chrome.save_button && (this.pos.get_order().get_orderlines().length > 0)) { + this.chrome.save_button.appendTo( + this.chrome.$('div.summary') + ); + } } } }); /************************************************************************* - New ScreenWidget OrderListScreenWidget: - * On show, display all draft orders; - * on click on an order, display the content; - * on click on 'validate', allow to use this POS Order; - * on click on 'cancel', display the preview screen; - */ - module.OrderListScreenWidget = module.ScreenWidget.extend({ + * New ScreenWidget OrderListScreenWidget: + * On show, display all draft orders; + * on click on an order, display the content; + * on click on 'validate', allow to use this POS Order; + * on click on 'cancel', display the preview screen; + */ + // + var OrderListScreenWidget = screens.ScreenWidget.extend({ template: 'OrderListScreenWidget', show_leftpane: true, model: 'pos.order', @@ -146,7 +155,7 @@ openerp.pos_order_load = function(instance, local) { reset_order: function(order) { order.set_client(undefined); order.set_order_id(undefined); - order.get('orderLines').reset(); + order.orderlines.reset(); return order; }, @@ -154,35 +163,36 @@ openerp.pos_order_load = function(instance, local) { var self = this; this._super(); this.$el.find('span.button.back').click(function(){ - order = self.pos.get('selectedOrder'); + var order = self.pos.get('selectedOrder'); self.reset_order(order); - self.pos_widget.order_widget.change_selected_order(); - var ss = self.pos.pos_widget.screen_selector; - ss.set_current_screen('products'); + self.chrome.screens.products.order_widget.change_selected_order(); + self.gui.show_screen('products'); }); this.$el.find('span.button.validate').click(function(){ - var orderModel = new instance.web.Model('pos.order'); - return orderModel.call('unlink', [[self.current_order_id]]) - .then(function (result) { - var ss = self.pos.pos_widget.screen_selector; - ss.set_current_screen('products'); - }).fail(function (error, event){ - if (parseInt(error.code) === 200) { - // Business Logic Error, not a connection problem - self.pos_widget.screen_selector.show_popup( - 'error-traceback', { - message: error.data.message, - comment: error.data.debug - }); - } - else{ - self.pos_widget.screen_selector.show_popup('error',{ - message: _t('Connection error'), - comment: _t('Can not load the Selected Order because the POS is currently offline'), - }); - } - event.preventDefault(); + var orderModel = rpc.query({ + model: 'pos.order', + method: 'unlink', + args: [self.current_order_id], }); + return orderModel.then(function (result) { + self.gui.show_screen('products'); + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + }); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not load the Selected Order because the POS is currently offline'), + }); + } + event.preventDefault(); + }); }); var search_timeout = null; @@ -227,109 +237,116 @@ openerp.pos_order_load = function(instance, local) { load_order: function(order_id) { var self = this; - var orderModel = new instance.web.Model(this.model); - return orderModel.call('load_order', [order_id]) - .then(function (result) { - var order = self.pos.get('selectedOrder'); - order = self.load_order_fields(order, result); - order.get('orderLines').reset(); - var orderlines = result.orderlines || []; - var unknown_products = []; - for (var i=0, len=orderlines.length; i 0){ - self.pos_widget.screen_selector.show_popup( - 'error-traceback', { - message: _t('Unknown Products'), - comment: _t('Unable to load some order lines because the ' + + order.add_product(product, + self.prepare_orderline_options(orderline) + ); + var last_orderline = order.get_last_orderline(); + last_orderline = jQuery.extend(last_orderline, orderline); + } + // Forbid POS Order loading if some products are unknown + if (unknown_products.length > 0){ + self.gui.show_popup( + 'error-traceback', { + message: _t('Unknown Products'), + comment: _t('Unable to load some order lines because the ' + 'products are not available in the POS cache.\n\n' + 'Please check that lines :\n\n * ') + unknown_products.join("; \n *") - }); - self.$el.find('span.button.validate').hide(); - } - else{ - self.$el.find('span.button.validate').show(); - } + }); + self.$el.find('span.button.validate').hide(); + } + else{ + self.$el.find('span.button.validate').show(); + } - }).fail(function (error, event){ - if (parseInt(error.code) === 200) { - // Business Logic Error, not a connection problem - self.pos_widget.screen_selector.show_popup( - 'error-traceback', { - message: error.data.message, - comment: error.data.debug + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + }); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not execute this action because the POS is currently offline'), }); - } - else{ - self.pos_widget.screen_selector.show_popup('error',{ - message: _t('Connection error'), - comment: _t('Can not execute this action because the POS is currently offline'), - }); - } - event.preventDefault(); - }); + } + event.preventDefault(); + }); }, load_orders: function(query) { var self = this; - var orderModel = new instance.web.Model(this.model); - return orderModel.call('search_read_orders', [query || '']) - .then(function (result) { - self.render_list(result); - }).fail(function (error, event){ - if (parseInt(error.code) === 200) { - // Business Logic Error, not a connection problem - self.pos_widget.screen_selector.show_popup( - 'error-traceback', { - message: error.data.message, - comment: error.data.debug - } - ); - } - else{ - self.pos_widget.screen_selector.show_popup('error',{ - message: _t('Connection error'), - comment: _t('Can not execute this action because the POS is currently offline'), - }); - } - event.preventDefault(); - }); + var orderModel = rpc.query({ + model: this.model, + method: 'search_read_orders', + args: [query || ''], + }) + return orderModel.then(function (result) { + self.render_list(result); + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + } + ); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not execute this action because the POS is currently offline'), + }); + } + event.preventDefault(); + }); }, show: function() { this._super(); - var ss = this.pos.pos_widget.screen_selector; - if (ss.get_current_screen() == 'orderlist') { + if (this.gui.get_current_screen() == 'orderlist') { this.load_orders(); } }, on_click_draft_order: function(event){ + this.$('.order-list .highlight').removeClass('highlight'); this.current_order_id = parseInt(event.target.parentNode.dataset.orderId); this.load_order(this.current_order_id); + $(event.target.parentNode).addClass('highlight'); }, render_list: function(orders){ @@ -359,5 +376,10 @@ openerp.pos_order_load = function(instance, local) { }, }); - +gui.define_screen({'name': 'orderlist', 'widget': OrderListScreenWidget}); +return { + LoadButtonButton: LoadButtonWidget, + SaveButtonButton: SaveButtonWidget, + OrderListScreenWidget: OrderListScreenWidget, }; +}); diff --git a/pos_order_load/static/src/xml/pos_order_load.xml b/pos_order_load/static/src/xml/pos_order_load.xml index 220e221e..87808478 100644 --- a/pos_order_load/static/src/xml/pos_order_load.xml +++ b/pos_order_load/static/src/xml/pos_order_load.xml @@ -44,12 +44,6 @@
-
diff --git a/pos_order_load/view/pos_order_load.xml b/pos_order_load/view/pos_order_load.xml index f4d0c506..e630bb60 100644 --- a/pos_order_load/view/pos_order_load.xml +++ b/pos_order_load/view/pos_order_load.xml @@ -1,18 +1,14 @@ - - - - - - - + + + +