Skip to content

Commit

Permalink
[14.0][MIG] pos_order_mgmt: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Apr 14, 2023
1 parent 3524475 commit 6612b73
Show file tree
Hide file tree
Showing 30 changed files with 241 additions and 1,320 deletions.
7 changes: 5 additions & 2 deletions pos_order_mgmt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
"license": "AGPL-3",
"depends": [
"point_of_sale",
"pos_order_return",
],
"data": [
"views/assets.xml",
"views/view_pos_config.xml",
"views/view_pos_order.xml",
],
"qweb": ["static/src/xml/pos.xml"],
"qweb": [
"static/src/xml/RefundOrderButton.xml",
"static/src/xml/CopyOrderButton.xml",
],
"application": False,
"installable": True,
}
40 changes: 0 additions & 40 deletions pos_order_mgmt/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ msgstr "Permet duplicar les comandes ja fetes en el frontend"
msgid "Allows to manage already done orders in the frontend."
msgstr "Permet gestionar les comandes ja fetes en el frontend."

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr "Permet gestionar les comandes del frontend"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr "Permet imprimir les ordres ja fetes en el frontend"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr "Permet tornar les comandes ja fetes al frontend"

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -113,26 +98,6 @@ msgstr "Data"
msgid "Duplicate Orders"
msgstr "Ordres duplicats"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr "Màximes Comandes a carregar"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid ""
"Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
"none (it's still possible to load them by ticket code)."
msgstr ""
"Nombre màxim de comandes per carregar a la versió PoS al seu inici. "
"Configureu-lo a 0 per carregar-ne cap (encara és possible carregar-les per "
"codi de bitllet)."

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr "Gestió de comandes"

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -191,11 +156,6 @@ msgstr "Quantitat de comandes de devolució"
msgid "Refunds"
msgstr "Devolucions"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr "Comandes de reimpressió"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down
39 changes: 0 additions & 39 deletions pos_order_mgmt/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ msgstr "Permite duplicar pedidos ya realizados en la interfaz"
msgid "Allows to manage already done orders in the frontend."
msgstr "Permite gestionar pedidos ya realizados en la interfaz."

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr "Permite gestionar pedidos en la interfaz"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr "Permite reimprimir pedidos ya realizados en la interfaz"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr "Permite devolver pedidos ya realizados en la interfaz"

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -114,25 +99,6 @@ msgstr "Fecha"
msgid "Duplicate Orders"
msgstr "Órdenes duplicadas"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr "Máximo de pedidos para cargar"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid ""
"Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
"none (it's still possible to load them by ticket code)."
msgstr ""
"Número máximo de órdenes para cargar en el PdV en su inicio. Póngalo a 0 "
"para cargar ninguno (aún es posible cargarlos por código de ticket)."

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr "Gestión de pedidos"

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -191,11 +157,6 @@ msgstr "Cantidad de pedidos de devolución"
msgid "Refunds"
msgstr "Reembolsos"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr "Reimprimir pedidos"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down
42 changes: 0 additions & 42 deletions pos_order_mgmt/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,6 @@ msgid "Allows to manage already done orders in the frontend."
msgstr ""
"Autoriser à rembourser des commandes réalisées dans l'interface tactile."

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr "Autoriser à gérer des commandes réalisées dans l'interface tactile"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr ""
"Autoriser à réimprimer des commandes réalisées dans l'interface tactile"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr ""
"Autoriser à rembourser des commandes réalisées dans l'interface tactile"

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -118,26 +101,6 @@ msgstr "Date"
msgid "Duplicate Orders"
msgstr "Copier une commande réalisée"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr "Nombre maximum de commande à charger"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid ""
"Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
"none (it's still possible to load them by ticket code)."
msgstr ""
"Nombre maximum de commandes à charger dans le point de vente à son "
"initialisation. Indiquer \"0\" pour n'en charger aucune (Il est toujours "
"possible de les charger par une référence de commande)."

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr "Gestion des commandes"

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -196,11 +159,6 @@ msgstr "Nombre de remboursements"
msgid "Refunds"
msgstr "Remboursements"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr "Réimprimer les tickets de commandes réalisées"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down
40 changes: 0 additions & 40 deletions pos_order_mgmt/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ msgstr "Permette di duplicare ordini già fatti nel frontend"
msgid "Allows to manage already done orders in the frontend."
msgstr "Permette di gestire ordini già fatti nel frontend."

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr "Permette di gestire ordini nel frontend"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr "Permette di ristampare ordini già fatti nel frontend"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr "Permette di fare il reso di ordini già fatti nel frontend"

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -112,26 +97,6 @@ msgstr "Data"
msgid "Duplicate Orders"
msgstr "Ordini duplicati"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr "Numero massimo di ordini da caricare"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid ""
"Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
"none (it's still possible to load them by ticket code)."
msgstr ""
"Massimo numero di ordini da caricare nel PoS al suo avvio. Impostarlo a 0 "
"per non caricarne nessuno (è sempre possibile caricarli tramite codice "
"scontrino)."

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr "Gestione ordine"

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -190,11 +155,6 @@ msgstr "Quantità ordini di reso"
msgid "Refunds"
msgstr "Resi"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr "Ordini ristampa"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down
36 changes: 0 additions & 36 deletions pos_order_mgmt/i18n/pos_order_mgmt.pot
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ msgstr ""
msgid "Allows to manage already done orders in the frontend."
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr ""

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -109,21 +94,6 @@ msgstr ""
msgid "Duplicate Orders"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum number of orders to load on the PoS at its init. Set it to 0 to load none (it's still possible to load them by ticket code)."
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -182,11 +152,6 @@ msgstr ""
msgid "Refunds"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr ""

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down Expand Up @@ -228,4 +193,3 @@ msgstr ""
#, python-format
msgid "Unknown Products"
msgstr ""

40 changes: 0 additions & 40 deletions pos_order_mgmt/i18n/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ msgstr "Permite duplicar no frontend pedidos previamente efetuados"
msgid "Allows to manage already done orders in the frontend."
msgstr "Permite a gestão no frontend de pedidos previamente efetuados."

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Allows to manage orders in the frontend"
msgstr "Permite gerir pedidos no frontend"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Allows to reprint already done orders in the frontend"
msgstr "Permite a reimpressão no frontend de pedidos previamente efetuados"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Allows to return already done orders in the frontend"
msgstr "Permite a devolução no frontend de pedidos previamente efetuados"

#. module: pos_order_mgmt
#. openerp-web
#: code:addons/pos_order_mgmt/static/src/xml/pos.xml:36
Expand Down Expand Up @@ -112,26 +97,6 @@ msgstr "Data"
msgid "Duplicate Orders"
msgstr "Duplicar Pedidos"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid "Maximum Orders to load"
msgstr "Máximo de Pedidos a carregar"

#. module: pos_order_mgmt
#: model:ir.model.fields,help:pos_order_mgmt.field_pos_config__iface_load_done_order_max_qty
msgid ""
"Maximum number of orders to load on the PoS at its init. Set it to 0 to load "
"none (it's still possible to load them by ticket code)."
msgstr ""
"Nº máximo de pedidos a carregar no POS na sua inicialização. Atribua o valor "
"0 para não carregar nenhum (será ainda assim possível carregá-los por código "
"de ticket)."

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_order_mgmt
msgid "Order Management"
msgstr "Gestão de Pedidos"

#. module: pos_order_mgmt
#: model:ir.model,name:pos_order_mgmt.model_pos_config
msgid "Point of Sale Configuration"
Expand Down Expand Up @@ -190,11 +155,6 @@ msgstr "Quantidade de Pedidos de Reembolso"
msgid "Refunds"
msgstr "Reembolsos"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_reprint_done_order
msgid "Reprint Orders"
msgstr "Reimprimir Pedidos"

#. module: pos_order_mgmt
#: model:ir.model.fields,field_description:pos_order_mgmt.field_pos_config__iface_return_done_order
msgid "Return Orders"
Expand Down
Loading

0 comments on commit 6612b73

Please sign in to comment.