Skip to content

Commit

Permalink
Merge pull request #1840 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/sale-workflow (16.0)
  • Loading branch information
bt-admin authored Jan 14, 2024
2 parents b6666b2 + f75221f commit e9e7f24
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions sale_order_invoicing_picking_filter/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_invoicing_picking_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-12 14:34+0000\n"
"Last-Translator: Harald Panten <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: sale_order_invoicing_picking_filter
#: model_terms:ir.ui.view,arch_db:sale_order_invoicing_picking_filter.sale_order_invoiceing_picking_filter_invoice_wizard
msgid ""
"<span attrs=\"{'invisible': [('there_are_service_product', '=', False)]}\">\n"
" There are any non-invoiced service products among the selected pickings\n"
" </span>"
msgstr ""
"<span attrs=\"{'invisible': [('there_are_service_product', '=', False)]}\">\n"
" Existen productos de tipo servicio sin facturar en "
"los albaranes seleccionados\n"
" </span>"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model.fields,help:sale_order_invoicing_picking_filter.field_sale_advance_payment_inv__inv_service_products
msgid "If selected and there is a service type product, it will be invoiced."
msgstr ""
"Si se selecciona, en caso de que exista algún producto de tipo servicio "
"también será facturado."

#. module: sale_order_invoicing_picking_filter
#: model:ir.model.fields,field_description:sale_order_invoicing_picking_filter.field_sale_advance_payment_inv__inv_service_products
msgid "Invoice Service Products"
msgstr "Facturar productos de tipo servicio"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model.fields,field_description:sale_order_invoicing_picking_filter.field_stock_picking__invoiced
msgid "Invoiced"
msgstr "Facturado"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model.fields,field_description:sale_order_invoicing_picking_filter.field_sale_advance_payment_inv__stock_picking_ids
msgid "Pickings"
msgstr "Albaranes"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model,name:sale_order_invoicing_picking_filter.model_sale_advance_payment_inv
msgid "Sales Advance Payment Invoice"
msgstr "Factura de anticipo de ventas"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model,name:sale_order_invoicing_picking_filter.model_sale_order
msgid "Sales Order"
msgstr "Pedido de venta"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model,name:sale_order_invoicing_picking_filter.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de pedido de venta"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model.fields,field_description:sale_order_invoicing_picking_filter.field_sale_advance_payment_inv__there_are_service_product
msgid "There are a Service Product"
msgstr "Existe algún producto de tipo servicio"

#. module: sale_order_invoicing_picking_filter
#: model:ir.model,name:sale_order_invoicing_picking_filter.model_stock_picking
msgid "Transfer"
msgstr "Transferencia"

0 comments on commit e9e7f24

Please sign in to comment.