diff --git a/pos_customer_required/i18n/es.po b/pos_customer_required/i18n/es.po index 334af564..399ca153 100644 --- a/pos_customer_required/i18n/es.po +++ b/pos_customer_required/i18n/es.po @@ -3,14 +3,15 @@ # * pos_customer_required # # Translators: +# Janire Olagibel , 2016 # Javier García-Panach , 2016 msgid "" msgstr "" "Project-Id-Version: pos (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-01 05:28+0000\n" -"PO-Revision-Date: 2016-04-07 07:46+0000\n" -"Last-Translator: Javier García-Panach \n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"PO-Revision-Date: 2016-12-22 08:27+0000\n" +"Last-Translator: Janire Olagibel \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-pos-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -65,4 +66,4 @@ msgstr "Cliente obligatorio para los pedidos en este terminal punto de venta" msgid "" "{'readonly': [('state','=','invoiced')], 'required': " "[('require_customer','=',True)]}" -msgstr "" +msgstr "{'readonly': [('state','=','invoiced')], 'required': [('require_customer','=',True)]}" diff --git a/pos_customer_required/i18n/sk.po b/pos_customer_required/i18n/sk.po new file mode 100644 index 00000000..40a5cd0c --- /dev/null +++ b/pos_customer_required/i18n/sk.po @@ -0,0 +1,67 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_customer_required +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: pos (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"PO-Revision-Date: 2016-04-06 15:47+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-pos-8-0/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_customer_required +#. openerp-web +#: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:16 +#, python-format +msgid "An anonymous order cannot be confirmed" +msgstr "" + +#. module: pos_customer_required +#: view:pos.config:pos_customer_required.view_pos_config_form +msgid "Customer" +msgstr "Zákazník" + +#. module: pos_customer_required +#: code:addons/pos_customer_required/models/pos.py:45 +#, python-format +msgid "Customer is required for this order and is missing" +msgstr "" + +#. module: pos_customer_required +#. openerp-web +#: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:17 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + +#. module: pos_customer_required +#: model:ir.model,name:pos_customer_required.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_customer_required +#: field:pos.config,require_customer:0 field:pos.order,require_customer:0 +msgid "Require customer" +msgstr "" + +#. module: pos_customer_required +#: help:pos.config,require_customer:0 help:pos.order,require_customer:0 +msgid "Require customer for orders in this point of sale" +msgstr "" + +#. module: pos_customer_required +#: view:pos.order:pos_customer_required.view_pos_pos_form_inherit +msgid "" +"{'readonly': [('state','=','invoiced')], 'required': " +"[('require_customer','=',True)]}" +msgstr "" diff --git a/pos_invoice_journal/i18n/es.po b/pos_invoice_journal/i18n/es.po index e24cfc8f..b8b232a9 100644 --- a/pos_invoice_journal/i18n/es.po +++ b/pos_invoice_journal/i18n/es.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2016 +# Janire Olagibel , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-01 02:43+0000\n" -"PO-Revision-Date: 2016-08-01 02:43+0000\n" -"Last-Translator: OCA Transbot , 2016\n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #. module: pos_invoice_journal #: field:pos.config,invoice_journal_id:0 field:pos.order,invoice_journal_id:0 msgid "Invoice Journal" -msgstr "" +msgstr "Diario de Factura" #. module: pos_invoice_journal #: model:ir.model,name:pos_invoice_journal.model_pos_order @@ -34,3 +35,5 @@ msgid "" "When choosing to invoice the pos order, this is the Accounting Journal used " "to post sales entries." msgstr "" +"Al optar por facturar el pedido del TPV, este es el Diario de Contabilidad " +"utilizado para publicar las entradas de ventas." diff --git a/pos_order_load/i18n/es.po b/pos_order_load/i18n/es.po index 6d0842a0..a39e2404 100644 --- a/pos_order_load/i18n/es.po +++ b/pos_order_load/i18n/es.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2016 +# Janire Olagibel , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "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: OCA Transbot , 2016\n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +26,7 @@ msgstr "" #, python-format msgid "Can not execute this action because the POS is currently offline" msgstr "" +"No se puede ejecutar esta acción porque el TPV está actualmente sin conexión" #. module: pos_order_load #. openerp-web @@ -32,6 +34,8 @@ msgstr "" #, python-format msgid "Can not load the Selected Order because the POS is currently offline" msgstr "" +"No se puede cargar la Orden seleccionada porque el TPV está actualmente sin " +"conexión" #. module: pos_order_load #. openerp-web @@ -47,7 +51,7 @@ msgstr "Cancelar" #: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 #, python-format msgid "Connection error" -msgstr "" +msgstr "Error de conexión" #. module: pos_order_load #. openerp-web @@ -61,7 +65,7 @@ msgstr "Cliente" #: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 #, python-format msgid "Load Draft Order" -msgstr "" +msgstr "Cargar Pedido en Borrador" #. module: pos_order_load #. openerp-web @@ -80,28 +84,28 @@ msgstr "Terminal Punto de Venta" #: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 #, python-format msgid "Save Current Order" -msgstr "" +msgstr "Guardar Pedido Actual" #. 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 "" +msgstr "¿Guardar Pedido Actual?" #. 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 "" +msgstr "Buscar Pedidos" #. 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 "" +msgstr "Seleccionar Pedido" #. module: pos_order_load #. openerp-web @@ -111,6 +115,8 @@ msgid "" "This operation will save the current order in a draft state. You'll have to " "mark it as paid after." msgstr "" +"Esta operación guardará el pedido actual en estado borrador. Tendrá que " +"marcarlo como pagado después." #. module: pos_order_load #. openerp-web @@ -130,13 +136,15 @@ msgid "" "\n" " * " msgstr "" +"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 #. openerp-web #: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 #, python-format msgid "Unknown Products" -msgstr "" +msgstr "Productos Desconocidos" #. module: pos_order_load #. openerp-web diff --git a/pos_order_load/i18n/sk.po b/pos_order_load/i18n/sk.po index 5238ec4f..cadc397a 100644 --- a/pos_order_load/i18n/sk.po +++ b/pos_order_load/i18n/sk.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2016 +# gebri , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "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: OCA Transbot , 2016\n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,7 +55,7 @@ msgstr "" #: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 #, python-format msgid "Customer" -msgstr "" +msgstr "Zákazník" #. module: pos_order_load #. openerp-web diff --git a/pos_order_picking_link/i18n/es.po b/pos_order_picking_link/i18n/es.po index 95ff57b1..a363698a 100644 --- a/pos_order_picking_link/i18n/es.po +++ b/pos_order_picking_link/i18n/es.po @@ -4,13 +4,14 @@ # # Translators: # Pedro M. Baeza , 2016 +# Janire Olagibel , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-15 03:44+0000\n" "PO-Revision-Date: 2016-12-15 03:44+0000\n" -"Last-Translator: Pedro M. Baeza , 2016\n" +"Last-Translator: Janire Olagibel , 2016\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #. module: pos_order_picking_link #: field:stock.picking,pos_order_ids:0 msgid "POS order" -msgstr "" +msgstr "Pedido TPV" #. module: pos_order_picking_link #: model:ir.model,name:pos_order_picking_link.model_stock_picking diff --git a/pos_order_picking_link/i18n/sl.po b/pos_order_picking_link/i18n/sl.po index ca3df026..20c263b1 100644 --- a/pos_order_picking_link/i18n/sl.po +++ b/pos_order_picking_link/i18n/sl.po @@ -21,7 +21,7 @@ msgstr "" #. module: pos_order_picking_link #: field:stock.picking,pos_order_ids:0 msgid "POS order" -msgstr "" +msgstr "POS nalog" #. module: pos_order_picking_link #: model:ir.model,name:pos_order_picking_link.model_stock_picking diff --git a/pos_order_pricelist_change/i18n/es.po b/pos_order_pricelist_change/i18n/es.po index b99ab2df..76da280f 100644 --- a/pos_order_pricelist_change/i18n/es.po +++ b/pos_order_pricelist_change/i18n/es.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2016 +# Janire Olagibel , 2016 msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-06 02:42+0000\n" -"PO-Revision-Date: 2016-07-06 02:42+0000\n" -"Last-Translator: OCA Transbot , 2016\n" +"POT-Creation-Date: 2016-12-15 03:44+0000\n" +"PO-Revision-Date: 2016-12-15 03:44+0000\n" +"Last-Translator: Janire Olagibel , 2016\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +26,9 @@ msgid "" "If you change the pricelist of this order, prices of existing order lines " "will not be updated. Please click on the 'Recompute With Pricelist'." msgstr "" +"Si cambia la tarifa de este pedido, los precios de las líneas de pedido " +"existentes no se actualizarán. Haga clic en el botón \"Recalcular con " +"Tarifa\"." #. module: pos_order_pricelist_change #: model:ir.model,name:pos_order_pricelist_change.model_pos_order @@ -35,19 +39,19 @@ msgstr "Terminal Punto de Venta" #: code:addons/pos_order_pricelist_change/models/pos_order.py:44 #, python-format msgid "Pricelist Warning!" -msgstr "" +msgstr "¡Aviso de tarifa!" #. module: pos_order_pricelist_change #: view:pos.order:pos_order_pricelist_change.view_pos_order_form msgid "Recompute With Pricelist" -msgstr "" +msgstr "Recalcular Con Tarifa" #. module: pos_order_pricelist_change #: model:product.pricelist,name:pos_order_pricelist_change.pricelist_surcharge msgid "Surcharge Pricelist" -msgstr "" +msgstr "Recargo de Tarifa" #. module: pos_order_pricelist_change #: model:product.pricelist.version,name:pos_order_pricelist_change.pricelist_version_surcharge msgid "Surcharge Pricelist Version" -msgstr "" +msgstr "Vesión de Recargo de Tarifa" diff --git a/pos_pricelist/i18n/et.po b/pos_pricelist/i18n/et.po new file mode 100644 index 00000000..c0022cf4 --- /dev/null +++ b/pos_pricelist/i18n/et.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_pricelist +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: pos (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:44+0000\n" +"PO-Revision-Date: 2016-04-06 15:48+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-pos-8-0/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_pricelist +#: field:pos.order.tax,amount:0 view:website:point_of_sale.report_receipt +msgid "Amount" +msgstr "" + +#. module: pos_pricelist +#. openerp-web +#: code:addons/pos_pricelist/static/src/js/models.js:402 +#, python-format +msgid "" +"At least one pricelist has no active version ! Please create or activate " +"one." +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,base:0 view:website:point_of_sale.report_receipt +msgid "Base" +msgstr "" + +#. module: pos_pricelist +#: field:account.fiscal.position.tax,company_id:0 +msgid "Company" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,create_uid:0 +msgid "Created by" +msgstr "Loonud" + +#. module: pos_pricelist +#: field:pos.order.tax,create_date:0 +msgid "Created on" +msgstr "Loodud" + +#. module: pos_pricelist +#: field:pos.order.tax,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: pos_pricelist +#: help:pos.config,display_price_with_taxes:0 +msgid "Display Prices with taxes on POS" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,id:0 +msgid "ID" +msgstr "ID" + +#. module: pos_pricelist +#: field:pos.order.tax,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: pos_pricelist +#: field:pos.order.tax,write_uid:0 +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: pos_pricelist +#: field:pos.order.tax,write_date:0 +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_pos_order_line +msgid "Lines of Point of Sale" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,pos_order:0 +msgid "POS Order" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_1_product_template +msgid "POS Product 1" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_2_product_template +msgid "POS Product 2" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_3_product_template +msgid "POS Product 3" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_4_product_template +msgid "POS Product 4" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form +msgid "Payments" +msgstr "" + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_pricelist +#: field:pos.config,display_price_with_taxes:0 +msgid "Price With Taxes" +msgstr "" + +#. module: pos_pricelist +#. openerp-web +#: code:addons/pos_pricelist/static/src/js/models.js:401 +#, python-format +msgid "Pricelist Error" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,tax:0 view:website:point_of_sale.report_receipt +msgid "Tax" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,name:0 +msgid "Tax Description" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form field:pos.order,taxes:0 +#: field:pos.order.line,tax_ids:0 +msgid "Taxes" +msgstr "" + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_account_fiscal_position_tax +msgid "Taxes Fiscal Position" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form +msgid "Taxes detail" +msgstr "" diff --git a/pos_pricelist/i18n/hu.po b/pos_pricelist/i18n/hu.po new file mode 100644 index 00000000..e5c86548 --- /dev/null +++ b/pos_pricelist/i18n/hu.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_pricelist +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: pos (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:44+0000\n" +"PO-Revision-Date: 2016-04-06 15:48+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-pos-8-0/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_pricelist +#: field:pos.order.tax,amount:0 view:website:point_of_sale.report_receipt +msgid "Amount" +msgstr "" + +#. module: pos_pricelist +#. openerp-web +#: code:addons/pos_pricelist/static/src/js/models.js:402 +#, python-format +msgid "" +"At least one pricelist has no active version ! Please create or activate " +"one." +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,base:0 view:website:point_of_sale.report_receipt +msgid "Base" +msgstr "" + +#. module: pos_pricelist +#: field:account.fiscal.position.tax,company_id:0 +msgid "Company" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: pos_pricelist +#: field:pos.order.tax,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: pos_pricelist +#: field:pos.order.tax,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: pos_pricelist +#: help:pos.config,display_price_with_taxes:0 +msgid "Display Prices with taxes on POS" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,id:0 +msgid "ID" +msgstr "ID" + +#. module: pos_pricelist +#: field:pos.order.tax,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: pos_pricelist +#: field:pos.order.tax,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: pos_pricelist +#: field:pos.order.tax,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_pos_order_line +msgid "Lines of Point of Sale" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,pos_order:0 +msgid "POS Order" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_1_product_template +msgid "POS Product 1" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_2_product_template +msgid "POS Product 2" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_3_product_template +msgid "POS Product 3" +msgstr "" + +#. module: pos_pricelist +#: model:product.template,name:pos_pricelist.pos_product_product_4_product_template +msgid "POS Product 4" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form +msgid "Payments" +msgstr "" + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_pricelist +#: field:pos.config,display_price_with_taxes:0 +msgid "Price With Taxes" +msgstr "" + +#. module: pos_pricelist +#. openerp-web +#: code:addons/pos_pricelist/static/src/js/models.js:401 +#, python-format +msgid "Pricelist Error" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,tax:0 view:website:point_of_sale.report_receipt +msgid "Tax" +msgstr "" + +#. module: pos_pricelist +#: field:pos.order.tax,name:0 +msgid "Tax Description" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form field:pos.order,taxes:0 +#: field:pos.order.line,tax_ids:0 +msgid "Taxes" +msgstr "" + +#. module: pos_pricelist +#: model:ir.model,name:pos_pricelist.model_account_fiscal_position_tax +msgid "Taxes Fiscal Position" +msgstr "" + +#. module: pos_pricelist +#: view:pos.order:pos_pricelist.view_pos_pos_form +msgid "Taxes detail" +msgstr ""