# Translation of OpenERP Server. # This file contains the translation of the following modules: # * sale # msgid "" msgstr "" "Project-Id-Version: OpenERP Server 6.0.0-rc1\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-09-20 07:29+0000\n" "PO-Revision-Date: 2010-12-21 04:49+0000\n" "Last-Translator: Cristian Salamea (Gnuthink) \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2012-10-30 05:09+0000\n" "X-Generator: Launchpad (build 16206)\n" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:215 #, python-format msgid "Advance Invoice" msgstr "Facturar por adelantado" #. module: sale #: model:process.transition,name:sale.process_transition_confirmquotation0 msgid "Confirm Quotation" msgstr "Confirmar petición" #. module: sale #: view:board.board:0 msgid "Sales Dashboard" msgstr "" #. module: sale #: model:email.template,body_html:sale.email_template_edi_sale msgid "" "\n" "
\n" "\n" "

Hello${object.partner_id.name and ' ' or ''}${object.partner_id.name " "or ''},

\n" " \n" "

Here is your ${object.state in ('draft', 'sent') and 'quotation' or " "'order confirmation'} from ${object.company_id.name}:

\n" "\n" "

\n" "   REFERENCES
\n" "   Order number: ${object.name}
\n" "   Order total: ${object.amount_total} " "${object.pricelist_id.currency_id.name}
\n" "   Order date: ${object.date_order}
\n" " % if object.origin:\n" "   Order reference: ${object.origin}
\n" " % endif\n" " % if object.client_order_ref:\n" "   Your reference: ${object.client_order_ref}
\n" " % endif\n" "   Your contact: ${object.user_id.name}\n" "

\n" "\n" "

\n" " You can view the ${object.state in ('draft', 'sent') and 'quotation' or " "'order confirmation'} document, download it and pay online using the " "following link:\n" "

\n" " View Order\n" "\n" " % if object.order_policy in ('prepaid','manual') and " "object.company_id.paypal_account and object.state not in ('draft', 'sent'):\n" " <%\n" " comp_name = quote(object.company_id.name)\n" " order_name = quote(object.name)\n" " paypal_account = quote(object.company_id.paypal_account)\n" " order_amount = quote(str(object.amount_total))\n" " cur_name = quote(object.pricelist_id.currency_id.name)\n" " paypal_url = \"https://www.paypal.com/cgi-" "bin/webscr?cmd=_xclick&business=%s&item_name=%s%%20Order%%20%s\" \\\n" " " "\"&invoice=%s&amount=%s&currency_code=%s&button_subtype=servi" "ces&no_note=1\" \\\n" " \"&bn=OpenERP_Order_PayNow_%s\" % \\\n" " " "(paypal_account,comp_name,order_name,order_name,order_amount,cur_name,cur_nam" "e)\n" " %>\n" "
\n" "

It is also possible to directly pay with Paypal:

\n" " \n" " \n" " \n" " % endif\n" "\n" "
\n" "

If you have any question, do not hesitate to contact us.

\n" "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" "
\n" "
\n" "
\n" "

\n" " ${object.company_id.name}

\n" "
\n" "
\n" " \n" " % if object.company_id.street:\n" " ${object.company_id.street}
\n" " % endif\n" " % if object.company_id.street2:\n" " ${object.company_id.street2}
\n" " % endif\n" " % if object.company_id.city or object.company_id.zip:\n" " ${object.company_id.zip} ${object.company_id.city}
\n" " % endif\n" " % if object.company_id.country_id:\n" " ${object.company_id.state_id and ('%s, ' % " "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " "or ''}
\n" " % endif\n" "
\n" " % if object.company_id.phone:\n" "
\n" " Phone:  ${object.company_id.phone}\n" "
\n" " % endif\n" " % if object.company_id.website:\n" "
\n" " Web : ${object.company_id.website}\n" "
\n" " %endif\n" "

\n" "
\n" "
\n" " " msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_line_tree2 #: model:ir.ui.menu,name:sale.menu_invoicing_sales_order_lines msgid "Order Lines to Invoice" msgstr "" #. module: sale #: field:sale.order,date_confirm:0 msgid "Confirmation Date" msgstr "Fecha de confirmación" #. module: sale #: view:sale.order:0 #: view:sale.order.line:0 #: view:sale.report:0 msgid "Group By..." msgstr "Agroupar por ..." #. module: sale #: view:sale.order.line:0 msgid "" "Sale Order Lines that are confirmed, done or in exception state and haven't " "yet been invoiced" msgstr "" #. module: sale #: field:sale.order.line,address_allotment_id:0 msgid "Allotment Partner" msgstr "Ubicación empresa" #. module: sale #: model:ir.actions.act_window,name:sale.action_view_sale_advance_payment_inv msgid "Invoice Order" msgstr "" #. module: sale #: help:sale.config.settings,group_sale_delivery_address:0 msgid "" "Allows you to specify different delivery and invoice addresses on a sale " "order." msgstr "" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:160 #: code:addons/sale/wizard/sale_make_invoice_advance.py:162 #, python-format msgid "Advance of %s %s" msgstr "" #. module: sale #: view:sale.config.settings:0 msgid "Contract Feature" msgstr "" #. module: sale #: field:sale.report,state:0 msgid "Order State" msgstr "Estado del pedido" #. module: sale #: help:sale.config.settings,module_account_analytic_analysis:0 msgid "" "Allows to define your customer contracts conditions: invoicing\n" " method (fixed price, on timesheet, advance invoice), the exact " "pricing\n" " (650€/day for a developer), the duration (one year support " "contract).\n" " You will be able to follow the progress of the contract and " "invoice automatically.\n" " It installs the account_analytic_analysis module." msgstr "" #. module: sale #: view:sale.order:0 #: view:sale.order.line:0 msgid "To Invoice" msgstr "A facturar" #. module: sale #: view:sale.order.line:0 #: field:sale.report,product_uom:0 msgid "Unit of Measure" msgstr "" #. module: sale #: help:sale.order,date_confirm:0 msgid "Date on which sales order is confirmed." msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_tree5 #: model:ir.ui.menu,name:sale.menu_sale_quotations #: view:sale.order:0 #: view:sale.report:0 msgid "Quotations" msgstr "Peticiones" #. module: sale #: selection:sale.report,month:0 msgid "March" msgstr "Marzo" #. module: sale #: code:addons/sale/sale.py:558 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" #. module: sale #: selection:sale.advance.payment.inv,advance_payment_method:0 msgid "Invoice the whole sale order" msgstr "" #. module: sale #: field:sale.order,project_id:0 msgid "Contract/Analytic Account" msgstr "" #. module: sale #: field:sale.order,company_id:0 #: field:sale.order.line,company_id:0 #: view:sale.report:0 #: field:sale.report,company_id:0 #: field:sale.shop,company_id:0 msgid "Company" msgstr "Compañia" #. module: sale #: field:sale.make.invoice,invoice_date:0 msgid "Invoice Date" msgstr "Fecha de facturación" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_line_tree3 msgid "Uninvoiced and Delivered Lines" msgstr "Líneas no facturadas y entregadas" #. module: sale #: help:sale.advance.payment.inv,amount:0 msgid "The amount to be invoiced in advance." msgstr "El moto a ser facturado por adelantado." #. module: sale #: selection:sale.order,state:0 #: selection:sale.report,state:0 msgid "Invoice Exception" msgstr "Excepción de factura" #. module: sale #: view:account.config.settings:0 msgid "0" msgstr "" #. module: sale #: selection:sale.order,state:0 msgid "Draft Quotation" msgstr "" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:124 #, python-format msgid "" "You cannot make an advance on a sales order that is " "defined as 'Automatic Invoice after delivery'." msgstr "" #. module: sale #: help:sale.order,amount_total:0 msgid "The total amount." msgstr "" #. module: sale #: view:sale.report:0 #: field:sale.report,analytic_account_id:0 #: field:sale.shop,project_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" #. module: sale #: field:sale.config.settings,module_sale_journal:0 msgid "Allow batch invoicing of delivery orders through journals" msgstr "" #. module: sale #: field:sale.order.line,price_subtotal:0 msgid "Subtotal" msgstr "Subtotal" #. module: sale #: field:sale.config.settings,group_discount_per_so_line:0 msgid "Allow setting a discount on the sale order lines" msgstr "" #. module: sale #: model:process.transition.action,name:sale.process_transition_action_cancelorder0 msgid "Cancel Order" msgstr "Cancelar pedido" #. module: sale #: field:sale.order.line,th_weight:0 msgid "Weight" msgstr "Peso" #. module: sale #: view:sale.config.settings:0 msgid "Warehouse Features" msgstr "" #. module: sale #: view:sale.order:0 msgid "Quotation " msgstr "" #. module: sale #: field:sale.order.line,product_uom:0 msgid "Unit of Measure " msgstr "" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:148 #, python-format msgid "Incorrect Data" msgstr "" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:149 #, python-format msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale #: help:sale.advance.payment.inv,advance_payment_method:0 msgid "" "Use All to create the final invoice.\n" " Use Percentage to invoice a percentage of the total amount.\n" " Use Fixed Price to invoice a specific amound in advance.\n" " Use Some Order Lines to invoice a selection of the sale " "order lines." msgstr "" #. module: sale #: selection:sale.order,state:0 msgid "Sale Order" msgstr "Pedido de venta" #. module: sale #: field:sale.order,message_ids:0 msgid "Messages" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "September" msgstr "Septiembre" #. module: sale #: field:sale.order,amount_tax:0 #: field:sale.order.line,tax_id:0 msgid "Taxes" msgstr "Impuestos" #. module: sale #: field:sale.order,amount_untaxed:0 msgid "Untaxed Amount" msgstr "Base imponible" #. module: sale #: field:sale.config.settings,module_project:0 msgid "Project" msgstr "" #. module: sale #: code:addons/sale/sale.py:319 #: code:addons/sale/sale.py:459 #: code:addons/sale/sale.py:591 #: code:addons/sale/sale.py:765 #: code:addons/sale/sale.py:782 #: code:addons/sale/wizard/sale_make_invoice_advance.py:123 #, python-format msgid "Error!" msgstr "" #. module: sale #: report:sale.order:0 msgid "Net Total :" msgstr "Total neto:" #. module: sale #: help:sale.config.settings,module_analytic_user_function:0 msgid "" "Allows you to define what is the default function of a specific user on a " "given account.\n" " This is mostly used when a user encodes his timesheet. The " "values are retrieved and the fields are auto-filled.\n" " But the possibility to change these values is still " "available.\n" " This installs the module analytic_user_function." msgstr "" #. module: sale #: selection:sale.order,state:0 #: selection:sale.order.line,state:0 #: selection:sale.report,state:0 msgid "Cancelled" msgstr "Cancelado" #. module: sale #: view:sale.order.line:0 msgid "Sales Order Lines related to a Sales Order of mine" msgstr "" #. module: sale #: selection:sale.order,state:0 msgid "Quotation Sent" msgstr "" #. module: sale #: help:sale.order,message_unread:0 msgid "If checked new messages require your attention." msgstr "" #. module: sale #: field:sale.order,amount_total:0 #: view:sale.order.line:0 msgid "Total" msgstr "Total" #. module: sale #: model:ir.actions.act_window,name:sale.action_shop_form #: field:sale.order,shop_id:0 #: view:sale.report:0 #: field:sale.report,shop_id:0 msgid "Shop" msgstr "Tienda" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_tree2 msgid "Sales in Exception" msgstr "Ventas en excepción" #. module: sale #: field:sale.order,partner_invoice_id:0 msgid "Invoice Address" msgstr "Dirección factura" #. module: sale #: help:sale.order,create_date:0 msgid "Date on which sales order is created." msgstr "" #. module: sale #: view:res.partner:0 msgid "False" msgstr "" #. module: sale #: view:sale.order:0 msgid "Recreate Invoice" msgstr "Volver a Crear factura" #. module: sale #: view:sale.make.invoice:0 #: view:sale.order.line.make.invoice:0 msgid "Create Invoices" msgstr "Crear facturas" #. module: sale #: report:sale.order:0 msgid "Tax" msgstr "" #. module: sale #: code:addons/sale/sale.py:986 #, python-format msgid "Invalid Action!" msgstr "" #. module: sale #: view:sale.report:0 msgid "Reference Unit of Measure" msgstr "" #. module: sale #: field:sale.report,date_confirm:0 msgid "Date Confirm" msgstr "Fecha de confirmación" #. module: sale #: view:sale.report:0 #: field:sale.report,nbr:0 msgid "# of Lines" msgstr "# de líneas" #. module: sale #: help:sale.order,message_summary:0 msgid "" "Holds the Chatter summary (number of messages, ...). This summary is " "directly in html format in order to be inserted in kanban views." msgstr "" #. module: sale #: field:sale.config.settings,group_sale_delivery_address:0 msgid "Allow a different address for delivery and invoicing " msgstr "" #. module: sale #: view:sale.report:0 #: field:sale.report,product_uom_qty:0 msgid "# of Qty" msgstr "# of Qty" #. module: sale #: report:sale.order:0 msgid "Fax :" msgstr "Fax :" #. module: sale #: view:sale.order:0 msgid "(update)" msgstr "" #. module: sale #: help:sale.config.settings,group_discount_per_so_line:0 msgid "Allows you to apply some discount per sale order line." msgstr "" #. module: sale #: code:addons/sale/sale.py:578 #: model:ir.model,name:sale.model_sale_order #: model:process.node,name:sale.process_node_order0 #: model:process.node,name:sale.process_node_saleorder0 #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order #: view:sale.order:0 #, python-format msgid "Sales Order" msgstr "Pedido de venta" #. module: sale #: field:sale.order.line,product_uos_qty:0 msgid "Quantity (UoS)" msgstr "Cantidad (UdV)" #. module: sale #: view:sale.order.line:0 msgid "Sale Order Lines that are in 'done' state" msgstr "" #. module: sale #: field:sale.advance.payment.inv,amount:0 msgid "Advance Amount" msgstr "Advance Amount" #. module: sale #: selection:sale.order.line,state:0 msgid "Confirmed" msgstr "Confirmado" #. module: sale #: field:sale.config.settings,module_analytic_user_function:0 msgid "One employee can have different roles per contract" msgstr "" #. module: sale #: field:sale.order,note:0 msgid "Terms and conditions" msgstr "" #. module: sale #: field:sale.shop,payment_default_id:0 msgid "Default Payment Term" msgstr "Plazo de pago por defecto" #. module: sale #: model:process.transition.action,name:sale.process_transition_action_confirm0 #: view:sale.order:0 msgid "Confirm" msgstr "Confirmar" #. module: sale #: view:sale.order:0 msgid "Unread messages" msgstr "" #. module: sale #: field:sale.order,partner_shipping_id:0 msgid "Shipping Address" msgstr "Dirección de envío" #. module: sale #: view:sale.order.line:0 msgid "Sale Order Lines ready to be invoiced" msgstr "" #. module: sale #: view:account.invoice.report:0 #: view:board.board:0 #: model:ir.actions.act_window,name:sale.action_turnover_by_month msgid "Monthly Turnover" msgstr "" #. module: sale #: view:sale.report:0 #: field:sale.report,year:0 msgid "Year" msgstr "Año" #. module: sale #: field:sale.config.settings,group_uom:0 msgid "Allow using different units of measures" msgstr "" #. module: sale #: view:sale.order:0 msgid "Sales Order that haven't yet been confirmed" msgstr "" #. module: sale #: field:sale.order,message_unread:0 msgid "Unread Messages" msgstr "" #. module: sale #: view:sale.order:0 msgid "Print" msgstr "" #. module: sale #: report:sale.order:0 msgid "Order N°" msgstr "Orden N°" #. module: sale #: view:sale.order:0 #: field:sale.order,order_line:0 msgid "Order Lines" msgstr "Líneas del pedido" #. module: sale #: report:sale.order:0 msgid "Disc.(%)" msgstr "Desc.(%)" #. module: sale #: field:sale.order,name:0 #: field:sale.order.line,order_id:0 msgid "Order Reference" msgstr "Referencia del pedido" #. module: sale #: field:sale.order.line,invoice_lines:0 msgid "Invoice Lines" msgstr "Líneas de factura" #. module: sale #: view:sale.report:0 #: field:sale.report,price_total:0 msgid "Total Price" msgstr "Precio Total" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_tree msgid "Old Quotations" msgstr "Peticiones anteriores" #. module: sale #: help:sale.config.settings,module_sale_journal:0 msgid "" "Allows you to categorize your sales and deliveries (picking lists) between " "different journals,\n" " and perform batch operations on journals.\n" " This installs the module sale_journal." msgstr "" #. module: sale #: help:sale.make.invoice,grouped:0 msgid "Check the box to group the invoices for the same customers" msgstr "Seleccione para agrupar las facturas del mismo cliente" #. module: sale #: model:ir.actions.act_window,name:sale.action_sale_order_make_invoice #: model:ir.actions.act_window,name:sale.action_view_sale_order_line_make_invoice msgid "Make Invoices" msgstr "Crear facturas" #. module: sale #: model:ir.actions.server,name:sale.actions_server_sale_order_read msgid "Mark read" msgstr "" #. module: sale #: code:addons/sale/res_config.py:89 #, python-format msgid "Hour" msgstr "" #. module: sale #: field:res.partner,sale_order_count:0 msgid "# of Sales Order" msgstr "" #. module: sale #: help:sale.config.settings,timesheet:0 msgid "" "For modifying account analytic view to show important data to project " "manager of services companies.\n" " You can also view the report of account analytic summary " "user-wise as well as month wise.\n" " This installs the module account_analytic_analysis." msgstr "" #. module: sale #: field:sale.order,create_date:0 msgid "Creation Date" msgstr "Fecha de creación" #. module: sale #: selection:sale.order,state:0 #: selection:sale.report,state:0 msgid "Waiting Schedule" msgstr "Esperando fecha planificada" #. module: sale #: help:sale.order,partner_invoice_id:0 msgid "Invoice address for current sales order." msgstr "" #. module: sale #: selection:sale.order,invoice_quantity:0 msgid "Ordered Quantities" msgstr "Cantidades ordenadas" #. module: sale #: view:sale.report:0 msgid "Ordered Year of the sales order" msgstr "" #. module: sale #: field:sale.config.settings,module_sale_stock:0 msgid "Sale and Warehouse Management" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_config_settings msgid "sale.config.settings" msgstr "" #. module: sale #: field:sale.advance.payment.inv,qtty:0 #: report:sale.order:0 #: field:sale.order.line,product_uom_qty:0 msgid "Quantity" msgstr "Cantidad" #. module: sale #: report:sale.order:0 msgid "Total :" msgstr "Total :" #. module: sale #: view:sale.report:0 msgid "My Sales" msgstr "Mis Pedidos" #. module: sale #: code:addons/sale/sale.py:253 #: code:addons/sale/sale.py:822 #, python-format msgid "Invalid action !" msgstr "¡Acción inválida!" #. module: sale #: field:sale.order,fiscal_position:0 msgid "Fiscal Position" msgstr "Posición fiscal" #. module: sale #: selection:sale.report,month:0 msgid "July" msgstr "Julio" #. module: sale #: field:account.config.settings,module_sale_analytic_plans:0 msgid "Several analytic accounts on sales" msgstr "" #. module: sale #: view:sale.config.settings:0 msgid "Default Options" msgstr "" #. module: sale #: code:addons/sale/sale.py:963 #: code:addons/sale/wizard/sale_make_invoice_advance.py:138 #: code:addons/sale/wizard/sale_make_invoice_advance.py:142 #, python-format msgid "Configuration Error!" msgstr "" #. module: sale #: field:account.config.settings,group_analytic_account_for_sales:0 msgid "Analytic accounting for sales" msgstr "" #. module: sale #: view:sale.order:0 msgid "UoS" msgstr "" #. module: sale #: view:sale.advance.payment.inv:0 msgid "" "After clicking 'Show Lines to Invoice', select lines to invoice and create " "the invoice from the 'More' dropdown menu." msgstr "" #. module: sale #: code:addons/sale/edi/sale_order.py:151 #, python-format msgid "EDI Pricelist (%s)" msgstr "" #. module: sale #: model:ir.actions.act_window,help:sale.act_res_partner_2_sale_order msgid "" "

\n" " Click to create a quotation or sale order for this " "customer.\n" "

\n" " OpenERP will help you efficiently handle the complete sale " "flow:\n" " quotation, sale order, delivery, invoicing and\n" " payment.\n" "

\n" " The social feature helps you organize discussions on each " "sale\n" " order, and allow your customer to keep track of the " "evolution\n" " of the sale order.\n" "

\n" " " msgstr "" #. module: sale #: view:sale.config.settings:0 msgid "Invoicing Process" msgstr "" #. module: sale #: report:sale.order:0 msgid "Quotation Date" msgstr "Fecha de petición" #. module: sale #: view:sale.order:0 msgid "Order Date" msgstr "Fecha de orden" #. module: sale #: help:sale.order,order_policy:0 msgid "" "This field controls how invoice and delivery operations are synchronized.\n" " - With 'Before Delivery', a draft invoice is created, and it must be paid " "before delivery." msgstr "" #. module: sale #: view:sale.order:0 msgid "Sales Order done" msgstr "" #. module: sale #: code:addons/sale/sale.py:320 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.act_res_partner_2_sale_order #: view:res.partner:0 msgid "Quotations and Sales" msgstr "" #. module: sale #: help:sale.config.settings,group_uom:0 msgid "" "Allows you to select and maintain different units of measure for products." msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner #: view:sale.report:0 #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" #. module: sale #: view:sale.advance.payment.inv:0 msgid "Create and View Invoice" msgstr "" #. module: sale #: code:addons/sale/sale.py:655 #, python-format msgid "Sale Order for %s has been done" msgstr "" #. module: sale #: model:ir.actions.act_window,help:sale.action_shop_form msgid "" "

\n" " Click to define a new sale shop.\n" "

\n" " Each quotation or sale order must be linked to a shop. The\n" " shop also defines the warehouse from which the products will " "be\n" " delivered for each particular sales.\n" "

\n" " " msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale #: model:ir.actions.act_window,help:sale.action_order_tree5 msgid "" "

\n" " Click to create a quotation, the first step of a new sale.\n" "

\n" " OpenERP will help you handle efficiently the complete sale " "flow:\n" " from the quotation to the sale order, the\n" " delivery, the invoicing and the payment collection.\n" "

\n" " The social feature helps you organize discussions on each " "sale\n" " order, and allow your customers to keep track of the " "evolution\n" " of the sale order.\n" "

\n" " " msgstr "" #. module: sale #: field:sale.order.line,discount:0 msgid "Discount (%)" msgstr "Descuento (%)" #. module: sale #: code:addons/sale/wizard/sale_line_invoice.py:111 #, python-format msgid "" "Invoice cannot be created for this Sales Order Line due to one of the " "following reasons:\n" "1.The state of this sales order line is either \"draft\" or \"cancel\"!\n" "2.The Sales Order Line is Invoiced!" msgstr "" #. module: sale #: code:addons/sale/sale.py:783 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " "default properties of Product categories." msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Sale order lines done" msgstr "" #. module: sale #: view:board.board:0 #: model:ir.actions.act_window,name:sale.action_quotation_for_sale msgid "My Quotations" msgstr "Mis presupuestos" #. module: sale #: view:sale.advance.payment.inv:0 msgid "Invoice Sale Order" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "December" msgstr "Diciembre" #. module: sale #: view:sale.config.settings:0 msgid "Contracts Management" msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Shipped" msgstr "Enviada" #. module: sale #: view:sale.report:0 #: field:sale.report,month:0 msgid "Month" msgstr "Mes" #. module: sale #: model:email.template,subject:sale.email_template_edi_sale msgid "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgstr "" #. module: sale #: field:sale.order.line,sequence:0 msgid "Sequence" msgstr "Secuencia" #. module: sale #: code:addons/sale/sale.py:591 #, python-format msgid "You cannot confirm a sale order which has no line." msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Uninvoiced" msgstr "No facturada" #. module: sale #: view:sale.report:0 #: field:sale.report,categ_id:0 msgid "Category of Product" msgstr "Categoría de producto" #. module: sale #: code:addons/sale/sale.py:557 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale #: help:sale.order,invoice_exists:0 msgid "It indicates that sale order has at least one invoice." msgstr "" #. module: sale #: model:ir.model,name:sale.model_mail_message msgid "Message" msgstr "" #. module: sale #: field:sale.config.settings,module_warning:0 msgid "Allow configuring alerts by customer or products" msgstr "" #. module: sale #: field:sale.shop,name:0 msgid "Shop Name" msgstr "Nombre tienda" #. module: sale #: code:addons/sale/sale.py:253 #, python-format msgid "" "In order to delete a confirmed sale order, you must cancel it before !" msgstr "" #. module: sale #: report:sale.order:0 msgid "Taxes :" msgstr "Impuestos:" #. module: sale #: code:addons/sale/sale.py:658 #, python-format msgid "Invoice has been paid." msgstr "" #. module: sale #: model:res.groups,name:sale.group_analytic_accounting msgid "Analytic Accounting for Sales" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_advance_payment_inv msgid "Sales Advance Payment Invoice" msgstr "" #. module: sale #: model:ir.actions.client,name:sale.action_client_sale_menu msgid "Open Sale Menu" msgstr "" #. module: sale #: selection:sale.report,state:0 msgid "In Progress" msgstr "En proceso" #. module: sale #: code:addons/sale/sale.py:867 #, python-format msgid "No Customer Defined !" msgstr "¡Cliente no definido!" #. module: sale #: view:sale.make.invoice:0 #: view:sale.order.line.make.invoice:0 msgid "Create invoices" msgstr "Crear facturas" #. module: sale #: help:sale.order,invoice_quantity:0 msgid "" "The sale order will automatically create the invoice proposition (draft " "invoice). Ordered and delivered quantities may not be the same. You have to " "choose if you want your invoice based on ordered or shipped quantities. If " "the product is a service, shipped quantities means hours spent on the " "associated tasks." msgstr "" "La orden de pedido creará automáticamente la factura (factura borrador). Las " "cantidades pedidas y entregadas pueden no ser las mismas. Tiene que elegir " "si desea que su factura se base en cantidades ordenadas o expedidas. Si el " "producto es un servicio, las cantidades enviadas significan las horas " "dedicadas a las tareas asociadas." #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:153 #, python-format msgid "Advance of %s %%" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" msgstr "Crear factura de la línea de pedido" #. module: sale #: selection:sale.order.line,state:0 msgid "Draft" msgstr "Borrador" #. module: sale #: field:sale.order,invoiced:0 msgid "Paid" msgstr "Pagado" #. module: sale #: help:sale.order.line,sequence:0 msgid "Gives the sequence order when displaying a list of sales order lines." msgstr "" #. module: sale #: help:sale.order.line,state:0 msgid "" "* The 'Draft' state is set when the related sales order in draft state. " " \n" "* The 'Confirmed' state is set when the related sales order is confirmed. " " \n" "* The 'Exception' state is set when the related sales order is set as " "exception. \n" "* The 'Done' state is set when the sales order line has been picked. " " \n" "* The 'Cancelled' state is set when a user cancel the sales order related." msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_form #: model:ir.ui.menu,name:sale.menu_sale_order #: view:sale.order:0 msgid "Sales Orders" msgstr "Pedidos de ventas" #. module: sale #: field:sale.make.invoice,grouped:0 msgid "Group the invoices" msgstr "Grupo de facturas" #. module: sale #: help:sale.order,amount_tax:0 msgid "The tax amount." msgstr "" #. module: sale #: view:sale.order:0 #: field:sale.order,state:0 #: view:sale.order.line:0 #: field:sale.order.line,state:0 #: view:sale.report:0 msgid "Status" msgstr "Estado" #. module: sale #: selection:sale.order,order_policy:0 msgid "On Demand" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "August" msgstr "Agosto" #. module: sale #: view:sale.order:0 msgid "Sale Order " msgstr "" #. module: sale #: model:process.node,note:sale.process_node_saleorder0 msgid "Drives procurement and invoicing" msgstr "Medios de abastecimiento y facturación" #. module: sale #: model:ir.actions.act_window,help:sale.action_order_form msgid "" "

\n" " Click to create a quotation that can be converted into a " "sale\n" " order.\n" "

\n" " OpenERP will help you efficiently handle the complete sales " "flow:\n" " quotation, sale order, delivery, invoicing and payment.\n" "

\n" " " msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "June" msgstr "Junio" #. module: sale #: model:ir.actions.act_window,name:sale.action_email_templates msgid "Email Templates" msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Order" msgstr "Orden" #. module: sale #: code:addons/sale/sale.py:647 #, python-format msgid "Quotation for %s converted to Sale Order of %s %s." msgstr "" #. module: sale #: view:sale.order:0 msgid "we should put a config wizard for these two fields" msgstr "" #. module: sale #: field:sale.order,message_is_follower:0 msgid "Is a Follower" msgstr "" #. module: sale #: code:addons/sale/sale.py:261 #, python-format msgid "Pricelist Warning!" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_shop #: view:sale.shop:0 msgid "Sales Shop" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_report msgid "Sales Orders Statistics" msgstr "Estadística de las ordenes de pedido" #. module: sale #: field:sale.order,date_order:0 msgid "Date" msgstr "" #. module: sale #: model:ir.model,name:sale.model_sale_order_line msgid "Sales Order Line" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "November" msgstr "Noviembre" #. module: sale #: view:sale.report:0 msgid "Extended Filters..." msgstr "Filtros extendidos..." #. module: sale #: code:addons/sale/wizard/sale_line_invoice.py:111 #: code:addons/sale/wizard/sale_make_invoice.py:42 #, python-format msgid "Warning!" msgstr "" #. module: sale #: field:sale.order,message_comment_ids:0 #: help:sale.order,message_comment_ids:0 msgid "Comments and emails" msgstr "" #. module: sale #: field:sale.advance.payment.inv,product_id:0 msgid "Advance Product" msgstr "Producto avanzado" #. module: sale #: selection:sale.order.line,state:0 msgid "Exception" msgstr "Excepción" #. module: sale #: selection:sale.report,month:0 msgid "October" msgstr "Octubre" #. module: sale #: model:process.transition,note:sale.process_transition_invoice0 msgid "" "The Salesman creates an invoice manually, if the sales order shipping policy " "is 'Shipping and Manual in Progress'. The invoice is created automatically " "if the shipping policy is 'Payment before Delivery'." msgstr "" "El vendedor crea una factura manualmente, si la política de envío de las " "ordenes de pedido is 'Envío manual en proceso'. La factura es creada " "automáticamente si la política de envío es 'Pago antes de entrega'." #. module: sale #: help:sale.config.settings,module_sale_stock:0 msgid "" "Allows you to Make Quotation, Sale Order using different Order policy and " "Manage Related Stock.\n" " This installs the module sale_stock." msgstr "" #. module: sale #: help:sale.advance.payment.inv,product_id:0 msgid "" "Select a product of type service which is called 'Advance Product'.\n" " You may have to create it and set it as a default value on " "this field." msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "January" msgstr "Enero" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_tree4 msgid "Sales Order in Progress" msgstr "Pedidos de ventas en proceso" #. module: sale #: field:sale.order,message_summary:0 msgid "Summary" msgstr "" #. module: sale #: field:sale.config.settings,timesheet:0 msgid "Prepare invoices based on timesheets" msgstr "" #. module: sale #: code:addons/sale/sale.py:651 #, python-format msgid "Sale Order for %s cancelled." msgstr "" #. module: sale #: field:sale.advance.payment.inv,advance_payment_method:0 msgid "What do you want to invoice?" msgstr "" #. module: sale #: field:sale.config.settings,group_sale_pricelist:0 msgid "Use pricelists to adapt your price per customers" msgstr "" #. module: sale #: model:process.transition,note:sale.process_transition_confirmquotation0 msgid "" "The salesman confirms the quotation. The state of the sales order becomes " "'In progress' or 'Manual in progress'." msgstr "" #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." msgstr "" #. module: sale #: code:addons/sale/sale.py:958 #, python-format msgid "No valid pricelist line found ! :" msgstr "" #. module: sale #: help:sale.config.settings,module_warning:0 msgid "" "Allow to configure warnings on products and trigger them when a user wants " "to sale a given product or a given customer.\n" " Example: Product: this product is deprecated, do not purchase " "more than 5.\n" " Supplier: don't forget to ask for an express delivery." msgstr "" #. module: sale #: view:sale.report:0 #: field:sale.report,delay:0 msgid "Commitment Delay" msgstr "Retraso de entrega" #. module: sale #: view:sale.order.line:0 msgid "Confirmed sale order lines, not yet delivered" msgstr "" #. module: sale #: view:sale.order:0 msgid "History" msgstr "Historial" #. module: sale #: field:sale.config.settings,module_sale_margin:0 msgid "Display margins on sales orders" msgstr "" #. module: sale #: help:sale.order,invoice_ids:0 msgid "" "This is the list of invoices that have been generated for this sales order. " "The same sales order may have been invoiced in several times (by line for " "example)." msgstr "" #. module: sale #: report:sale.order:0 msgid "Your Reference" msgstr "Su referencia" #. module: sale #: view:sale.advance.payment.inv:0 msgid "Show Lines to Invoice" msgstr "" #. module: sale #: field:sale.report,date:0 msgid "Date Order" msgstr "Fecha de pedido" #. module: sale #: field:sale.order,pricelist_id:0 #: field:sale.report,pricelist_id:0 #: field:sale.shop,pricelist_id:0 msgid "Pricelist" msgstr "Tarifa" #. module: sale #: report:sale.order:0 msgid "TVA :" msgstr "TVA :" #. module: sale #: code:addons/sale/sale.py:401 #, python-format msgid "Customer Invoices" msgstr "" #. module: sale #: model:process.node,note:sale.process_node_order0 msgid "Confirmed sales order to invoice." msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_line_product_tree #: view:sale.order:0 #: view:sale.order.line:0 msgid "Sales Order Lines" msgstr "Líneas de pedido" #. module: sale #: model:ir.actions.act_window,name:sale.open_board_sales #: model:ir.ui.menu,name:sale.menu_dashboard_sales #: model:process.process,name:sale.process_process_salesprocess0 #: view:res.partner:0 #: view:sale.order:0 #: view:sale.report:0 msgid "Sales" msgstr "Ventas" #. module: sale #: code:addons/sale/sale.py:262 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " "prices of existing order lines will not be updated." msgstr "" #. module: sale #: view:sale.report:0 #: field:sale.report,day:0 msgid "Day" msgstr "Día" #. module: sale #: view:sale.order:0 #: field:sale.order,invoice_ids:0 msgid "Invoices" msgstr "Facturas" #. module: sale #: report:sale.order:0 #: field:sale.order.line,price_unit:0 msgid "Unit Price" msgstr "Precio por unidad" #. module: sale #: view:sale.order:0 #: selection:sale.order,state:0 #: view:sale.order.line:0 #: selection:sale.order.line,state:0 #: selection:sale.report,state:0 msgid "Done" msgstr "Realizado" #. module: sale #: report:sale.order:0 msgid "Invoice address :" msgstr "Dirección factura:" #. module: sale #: model:process.node,name:sale.process_node_invoice0 #: view:sale.order:0 msgid "Invoice" msgstr "Factura" #. module: sale #: view:sale.order.line:0 msgid "My Sales Order Lines" msgstr "" #. module: sale #: model:process.transition.action,name:sale.process_transition_action_cancel0 #: view:sale.advance.payment.inv:0 #: view:sale.make.invoice:0 #: view:sale.order:0 #: view:sale.order.line:0 #: view:sale.order.line.make.invoice:0 msgid "Cancel" msgstr "Cancelar" #. module: sale #: field:sale.order,message_follower_ids:0 msgid "Followers" msgstr "" #. module: sale #: code:addons/sale/sale.py:947 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale #: model:process.node,name:sale.process_node_quotation0 #: selection:sale.report,state:0 msgid "Quotation" msgstr "Peticiones" #. module: sale #: view:sale.order.line:0 msgid "Search Uninvoiced Lines" msgstr "Buscar líneas no facturadas" #. module: sale #: model:ir.model,name:sale.model_account_config_settings msgid "account.config.settings" msgstr "" #. module: sale #: sql_constraint:sale.order:0 msgid "Order Reference must be unique per Company!" msgstr "" #. module: sale #: model:ir.actions.act_window,help:sale.action_order_line_tree2 msgid "" "

\n" " Here is a list of each sales order line to be invoiced. You " "can\n" " invoice sales orders partially, by lines of sales order. You " "do\n" " not need this list if you invoice from the delivery orders " "or\n" " if you invoice sales totally.\n" "

\n" " " msgstr "" #. module: sale #: view:sale.config.settings:0 msgid "Product Features" msgstr "" #. module: sale #: view:sale.order.line:0 msgid "To Do" msgstr "Por hacer" #. module: sale #: report:sale.order:0 msgid "Shipping address :" msgstr "Dirección de envío" #. module: sale #: code:addons/sale/sale.py:460 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale #: code:addons/sale/sale.py:663 #, python-format msgid "Draft Invoice of %s %s waiting for validation." msgstr "" #. module: sale #: field:sale.config.settings,module_account_analytic_analysis:0 msgid "Use contracts management" msgstr "" #. module: sale #: code:addons/sale/sale.py:955 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" "You have to change either the product, the quantity or the pricelist." msgstr "" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_report_all #: model:ir.ui.menu,name:sale.menu_report_product_all #: view:sale.report:0 msgid "Sales Analysis" msgstr "Análisis de ventas" #. module: sale #: help:sale.order,pricelist_id:0 msgid "Pricelist for current sales order." msgstr "" #. module: sale #: model:process.transition,name:sale.process_transition_invoice0 #: model:process.transition.action,name:sale.process_transition_action_createinvoice0 #: view:sale.advance.payment.inv:0 #: view:sale.order:0 #: field:sale.order,order_policy:0 #: view:sale.order.line:0 msgid "Create Invoice" msgstr "Crear factura" #. module: sale #: help:sale.order,amount_untaxed:0 msgid "The amount without tax." msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Order reference" msgstr "" #. module: sale #: help:sale.order,invoiced:0 msgid "It indicates that an invoice has been paid." msgstr "" #. module: sale #: code:addons/sale/sale.py:822 #, python-format msgid "You cannot cancel a sale order line that has already been invoiced!" msgstr "" #. module: sale #: selection:sale.advance.payment.inv,advance_payment_method:0 msgid "Percentage" msgstr "" #. module: sale #: report:sale.order:0 #: view:sale.order:0 #: field:sale.order,user_id:0 #: view:sale.order.line:0 #: field:sale.order.line,salesman_id:0 #: view:sale.report:0 #: field:sale.report,user_id:0 msgid "Salesperson" msgstr "" #. module: sale #: view:sale.order.line:0 #: field:sale.order.line,product_id:0 #: view:sale.report:0 #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" #. module: sale #: view:sale.advance.payment.inv:0 #: view:sale.order:0 msgid "%" msgstr "" #. module: sale #: report:sale.order:0 msgid "Description" msgstr "Descripción" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:143 #, python-format msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "May" msgstr "Mayo" #. module: sale #: code:addons/sale/sale.py:766 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale #: report:sale.order:0 msgid "Price" msgstr "Precio" #. module: sale #: model:ir.actions.act_window,help:sale.action_order_report_all msgid "" "This report performs analysis on your quotations and sales orders. Analysis " "check your sales revenues and sort it by different group criteria (salesman, " "partner, product, etc.) Use this report to perform analysis on sales not " "having invoiced yet. If you want to analyse your turnover, you should use " "the Invoice Analysis report in the Accounting application." msgstr "" #. module: sale #: help:sale.order,state:0 msgid "" "Gives the state of the quotation or sales order. \n" "The exception state is automatically set when a cancel operation occurs in " "the invoice validation (Invoice Exception). \n" "The 'Waiting Schedule' state is set when the invoice is confirmed but " "waiting for the scheduler to run on the order date." msgstr "" #. module: sale #: report:sale.order:0 msgid "Tel. :" msgstr "Tel. :" #. module: sale #: view:sale.make.invoice:0 #: view:sale.order.line.make.invoice:0 msgid "Do you really want to create the invoice(s)?" msgstr "" #. module: sale #: view:sale.order:0 msgid "Other Information" msgstr "Información adicional" #. module: sale #: view:res.partner:0 msgid "sale.group_delivery_invoice_address" msgstr "" #. module: sale #: view:sale.order.line:0 msgid "Qty" msgstr "Ctdad" #. module: sale #: model:process.node,note:sale.process_node_invoice0 msgid "To be reviewed by the accountant." msgstr "Para ser reviado por el cliente." #. module: sale #: view:sale.order:0 msgid "Send by Mail" msgstr "" #. module: sale #: model:res.groups,name:sale.group_mrp_properties msgid "Properties on lines" msgstr "" #. module: sale #: help:sale.order,partner_shipping_id:0 msgid "Shipping address for current sales order." msgstr "" #. module: sale #: selection:sale.order,state:0 msgid "Sale to Invoice" msgstr "" #. module: sale #: model:ir.actions.report.xml,name:sale.report_sale_order msgid "Quotation / Order" msgstr "Petición / Pedido" #. module: sale #: view:sale.order:0 msgid "Inbox" msgstr "" #. module: sale #: view:sale.order:0 #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 msgid "Customer" msgstr "Cliente" #. module: sale #: model:product.template,name:sale.advance_product_0_product_template msgid "Advance" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "February" msgstr "Febrero" #. module: sale #: field:sale.order,invoice_quantity:0 msgid "Invoice on" msgstr "Facturar las" #. module: sale #: selection:sale.advance.payment.inv,advance_payment_method:0 msgid "Fixed price (deposit)" msgstr "" #. module: sale #: code:addons/sale/wizard/sale_make_invoice_advance.py:139 #, python-format msgid "There is no income account defined as global property." msgstr "" #. module: sale #: report:sale.order:0 msgid "Date Ordered" msgstr "Fecha de pedido" #. module: sale #: field:sale.order.line,product_uos:0 msgid "Product UoS" msgstr "UdV del producto" #. module: sale #: help:account.config.settings,group_analytic_account_for_sales:0 msgid "Allows you to specify an analytic account on sale orders." msgstr "" #. module: sale #: model:process.node,note:sale.process_node_quotation0 msgid "Draft state of sales order" msgstr "" #. module: sale #: field:sale.order,origin:0 msgid "Source Document" msgstr "" #. module: sale #: selection:sale.report,month:0 msgid "April" msgstr "Abril" #. module: sale #: selection:sale.report,state:0 msgid "Manual In Progress" msgstr "Manual en proceso" #. module: sale #: model:ir.actions.server,name:sale.actions_server_sale_order_unread msgid "Mark unread" msgstr "" #. module: sale #: code:addons/sale/sale.py:643 #, python-format msgid "Quotation for %s created." msgstr "" #. module: sale #: model:res.groups,name:sale.group_delivery_invoice_address msgid "Addresses in Sale Orders" msgstr "" #. module: sale #: field:sale.config.settings,time_unit:0 msgid "The default working time unit for services is" msgstr "" #. module: sale #: view:sale.order:0 msgid "My Sale Orders" msgstr "" #. module: sale #: model:res.groups,name:sale.group_invoice_so_lines msgid "Enable Invoicing Sale order lines" msgstr "" #. module: sale #: help:sale.order,message_ids:0 msgid "Messages and communication history" msgstr "" #. module: sale #: view:sale.order:0 #: view:sale.order.line:0 msgid "Search Sales Order" msgstr "Buscar pedidos de ventas" #. module: sale #: view:sale.config.settings:0 msgid "" "Use contract to be able to manage your services with\n" " multiple invoicing as part of the same contract " "with\n" " your customer." msgstr "" #. module: sale #: view:sale.report:0 msgid "Ordered month of the sales order" msgstr "" #. module: sale #: code:addons/sale/sale.py:945 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" "Please set one before choosing a product." msgstr "" #. module: sale #: model:process.transition,name:sale.process_transition_saleinvoice0 msgid "From a sales order" msgstr "" #. module: sale #: view:sale.order:0 msgid "Ignore Exception" msgstr "Ignorar excepción" #. module: sale #: model:process.transition,note:sale.process_transition_saleinvoice0 msgid "" "Depending on the Invoicing control of the sales order, the invoice can be " "based on delivered or on ordered quantities. Thus, a sales order can " "generates an invoice or a delivery order as soon as it is confirmed by the " "salesman." msgstr "" #. module: sale #: selection:sale.advance.payment.inv,advance_payment_method:0 msgid "Some order lines" msgstr "" #. module: sale #: code:addons/sale/sale.py:986 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale #: help:sale.order,project_id:0 msgid "The analytic account related to a sales order." msgstr "" #. module: sale #: report:sale.order:0 #: field:sale.order,payment_term:0 msgid "Payment Term" msgstr "Plazo de pago" #. module: sale #: view:sale.order:0 msgid "Sales Order ready to be invoiced" msgstr "" #. module: sale #: help:account.config.settings,module_sale_analytic_plans:0 msgid "This allows install module sale_analytic_plans." msgstr "" #. module: sale #: view:sale.advance.payment.inv:0 #: view:sale.make.invoice:0 #: view:sale.order.line.make.invoice:0 msgid "or" msgstr "" #. module: sale #: field:sale.order.line,name:0 msgid "Product Description" msgstr "" #. module: sale #: help:sale.config.settings,group_sale_pricelist:0 msgid "" "Allows to manage different prices based on rules per category of customers.\n" " Example: 10% for retailers, promotion of 5 EUR on this " "product, etc." msgstr "" #. module: sale #: report:sale.order:0 msgid "Quotation N°" msgstr "Petición N°" #. module: sale #: model:res.groups,name:sale.group_discount_per_so_line msgid "Discount on lines" msgstr "" #. module: sale #: field:sale.order,client_order_ref:0 msgid "Customer Reference" msgstr "Referencia del cliente" #. module: sale #: view:sale.report:0 msgid "Picked" msgstr "Enviada" #. module: sale #: help:sale.config.settings,module_sale_margin:0 msgid "" "This adds the 'Margin' on sales order.\n" " This gives the profitability by calculating the difference " "between the Unit Price and Cost Price.\n" " This installs the module sale_margin." msgstr "" #. module: sale #: code:addons/sale/sale.py:867 #, python-format msgid "" "Before choosing a product,\n" " select a customer in the sales form." msgstr "" #. module: sale #: view:sale.order:0 msgid "Total Tax Included" msgstr "Total de impuestos incluidos" #. module: sale #: field:sale.order,invoice_exists:0 #: field:sale.order,invoiced_rate:0 #: field:sale.order.line,invoiced:0 msgid "Invoiced" msgstr "Facturado" #. module: sale #: view:sale.advance.payment.inv:0 msgid "" "Select how you want to invoice this order. This\n" " will create a draft invoice that can be modified\n" " before validation." msgstr "" #. module: sale #: view:sale.report:0 msgid "Ordered date of the sales order" msgstr "" #~ msgid "Partial Delivery" #~ msgstr "Envío parcial" #~ msgid "Recreate Procurement" #~ msgstr "Recrear abastecimiento" #~ msgid "Delivery Order" #~ msgstr "Orden de entrega" #~ msgid "" #~ "If you don't have enough stock available to deliver all at once, do you " #~ "accept partial shipments or not?" #~ msgstr "" #~ "Si no dispone de suficientes existencias para enviarlo todo de una vez, " #~ "¿acepta envíos parciales o no?" #~ msgid "from stock" #~ msgstr "desde stock" #~ msgid "Steps To Deliver a Sale Order" #~ msgstr "Pasos para entregar un pedido de venta" #~ msgid "You invoice has been successfully created !" #~ msgstr "¡Su factura ha sido creada correctamente!" #~ msgid "Automatic Declaration" #~ msgstr "Declaración automática" #~ msgid "Set to Draft" #~ msgstr "Cambiar a borrador" #~ msgid "Delivery, from the warehouse to the customer." #~ msgstr "Entrega, desde el almacén hasta el cliente." #~ msgid "sale.config.picking_policy" #~ msgstr "sale.config.picking_policy" #~ msgid "Validate" #~ msgstr "Validar" #~ msgid "Make Invoice" #~ msgstr "Crear factura" #~ msgid "" #~ "Whenever confirm button is clicked, the draft state is moved to manual. that " #~ "is, quotation is moved to sale order." #~ msgstr "" #~ "Cuando presiona el botón Confirmar, el estado Borrador cambia a Manual. es " #~ "decir, el presupuesto cambia a pedido de venta." #~ msgid "Inventory Moves" #~ msgstr "Movimientos de inventario" #~ msgid "Manual Designation" #~ msgstr "Designación manual" #~ msgid "Notes" #~ msgstr "Notas" #~ msgid "Invoice after delivery" #~ msgstr "Facturar después del envío" #~ msgid "Shipping Policy" #~ msgstr "Política de facturación" #~ msgid "Shipping Exception" #~ msgstr "Excepción de envío" #~ msgid "Origin" #~ msgstr "Origen" #~ msgid "Outgoing Products" #~ msgstr "Productos salientes" #~ msgid "Reference" #~ msgstr "Referencia" #~ msgid "All at Once" #~ msgstr "Todo a la vez" #~ msgid "Procurement is created after confirmation of sale order." #~ msgstr "El abastecimiento es creado después de confirmar un pedido de venta." #~ msgid "Procure Method" #~ msgstr "Método abastecimiento" #~ msgid "Extra Info" #~ msgstr "Información extra" #~ msgid "Net Price" #~ msgstr "Precio neto" #~ msgid "My sales order in progress" #~ msgstr "Mis pedidos de ventas en proceso" #~ msgid "" #~ "The sale order will automatically create the invoice proposition (draft " #~ "invoice). Ordered and delivered quantities may not be the same. You have to " #~ "choose if you invoice based on ordered or shipped quantities. If the product " #~ "is a service, shipped quantities means hours spent on the associated tasks." #~ msgstr "" #~ "El pedido de venta creará automáticamente la propuesta de factura (factura " #~ "borrador). Las cantidades pedidas y las cantidades enviadas pueden no ser " #~ "las mismas. Tiene que decidir si factura basado en cantidades pedidas o " #~ "enviadas. Si el producto es un servicio, cantidades enviadas significa horas " #~ "dedicadas a las tareas asociadas." #~ msgid "All Sales Order" #~ msgstr "Todos los pedidos de ventas" #~ msgid "Shipped Quantities" #~ msgstr "Cantidades enviadas" #~ msgid "Invoice Based on Sales Orders" #~ msgstr "Factura basada en pedidos de venta" #~ msgid "Sale Shop" #~ msgstr "Tienda de ventas" #~ msgid "Warehouse" #~ msgstr "Almacén" #~ msgid "Force Assignation" #~ msgstr "Forzar asignación" #~ msgid "Untaxed amount" #~ msgstr "Base imponible" #~ msgid "" #~ "Packing list is created when 'Assign' is being clicked after confirming the " #~ "sale order. This transaction moves the sale order to packing list." #~ msgstr "" #~ "Se crea un albarán cuando presione 'Asigna' después de haber confirmado el " #~ "pedido de venta. Esta transacción convierte el pedido de venta a albarán." #~ msgid "My sales order waiting Invoice" #~ msgstr "Mis pedidos de ventas esperarando facturación" #~ msgid "" #~ "When you select Shipping Ploicy = 'Automatic Invoice after delivery' , it " #~ "will automatic create after delivery." #~ msgstr "" #~ "Cuando selecciona una política de envío = 'Factura automática después del " #~ "envío', la creará automáticamente después del envío." #~ msgid "Complete Delivery" #~ msgstr "Envío completo" #~ msgid "Manual Description" #~ msgstr "Descripción manual" #~ msgid "Quantity (UoM)" #~ msgstr "Cantidad (UdM)" #~ msgid "Sale Order Procurement" #~ msgstr "Abastecimiento pedido de venta" #~ msgid "Packing" #~ msgstr "Empaquetado/Albarán" #~ msgid "Confirm Order" #~ msgstr "Confirmar pedido" #~ msgid "Configuration" #~ msgstr "Configuración" #~ msgid "Invoice on Order After Delivery" #~ msgstr "Facturar pedido después del envío" #~ msgid "Invalid XML for View Architecture!" #~ msgstr "¡XML inválido para la definición de la vista!" #~ msgid "Related Packing" #~ msgstr "Albarán relacionado" #~ msgid "Payment Accounts" #~ msgstr "Cuentas de pago" #~ msgid "Error: UOS must be in a different category than the UOM" #~ msgstr "Error: La UdV debe estar en una categoría diferente que la UdM" #~ msgid "Customer Ref" #~ msgstr "Ref. cliente" #~ msgid "Sales orders" #~ msgstr "Pedidos de ventas" #~ msgid "Procurement" #~ msgstr "Abastecimiento" #~ msgid "Payment accounts" #~ msgstr "Cuentas de pago" #~ msgid "Draft Invoice" #~ msgstr "Factura borrador" #~ msgid "Draft customer invoice, to be reviewed by accountant." #~ msgstr "Factura de cliente borrador, para ser revisada por un contable." #~ msgid "Sales Order To Be Invoiced" #~ msgstr "Pedidos de ventas a facturar" #~ msgid "Procurement for each line" #~ msgstr "Abastecimiento para cada línea" #~ msgid "Packing Default Policy" #~ msgstr "Forma de envío por defecto" #~ msgid "Manages the delivery and invoicing progress" #~ msgstr "Gestiona el progreso de envío y facturación" #~ msgid "Shipping Default Policy" #~ msgstr "Política de envío por defecto" #~ msgid "Packaging" #~ msgstr "Empaquetado" #~ msgid "Sales Management" #~ msgstr "Ventas" #~ msgid "Order Ref" #~ msgstr "Ref. pedido" #~ msgid "" #~ "In sale order , procuerement for each line and it comes into the procurement " #~ "order" #~ msgstr "" #~ "En un pedido de venta, abastecer para cada línea y se convierte en la orden " #~ "de abastecimiento" #~ msgid "Uninvoiced Lines" #~ msgstr "Líneas no facturadas" #~ msgid "" #~ "This Configuration step use to set default picking policy when make sale " #~ "order" #~ msgstr "" #~ "Este paso fija la política de empaquetado por defecto cuando se crea un " #~ "pedido de venta" #~ msgid "Sales Process" #~ msgstr "Proceso de ventas" #~ msgid "" #~ "Error: The default UOM and the purchase UOM must be in the same category." #~ msgstr "" #~ "Error: La UdM por defecto y la UdM de compra deben estar en la misma " #~ "categoría." #~ msgid "My sales in shipping exception" #~ msgstr "Mis ventas en excepción de envío" #~ msgid "Sales Configuration" #~ msgstr "Configuración de ventas" #~ msgid "on order" #~ msgstr "bajo pedido" #~ msgid "Procurement Corrected" #~ msgstr "Abastecimiento corregido" #~ msgid "Shipping & Manual Invoice" #~ msgstr "Enviar & Factura manual" #~ msgid "Sale Procurement" #~ msgstr "Abastecimiento de venta" #~ msgid "Configure Sale Order Logistic" #~ msgstr "Configurar la logística de los pedidos de venta" #~ msgid "Packing Policy" #~ msgstr "Forma de envío" #~ msgid "Product sales" #~ msgstr "Ventas de producto" #~ msgid "Create Advance Invoice" #~ msgstr "Crear anticipo factura" #~ msgid "One procurement for each product." #~ msgstr "Un abastecimiento por cada producto." #~ msgid "Sale Pricelists" #~ msgstr "Tarifas de venta" #~ msgid "Direct Delivery" #~ msgstr "Envío directo" #~ msgid "Properties" #~ msgstr "Propiedades" #~ msgid "" #~ "Invoice is created when 'Create Invoice' is being clicked after confirming " #~ "the sale order. This transaction moves the sale order to invoices." #~ msgstr "" #~ "Se crea la factura cuando presione 'Crear factura' después de haber " #~ "confirmado el pedido de venta. Esta transacción convierte el pedido de venta " #~ "a facturas." #~ msgid "Compute" #~ msgstr "Calcular" #~ msgid "Assign" #~ msgstr "Asignar" #~ msgid "Delivery Order Only" #~ msgstr "Sólo orden de entrega" #~ msgid "Sales order lines" #~ msgstr "Líneas del pedido de ventas" #~ msgid "Packing OUT is created for stockable products." #~ msgstr "Se crea un albarán de salida OUT para productos almacenables." #~ msgid "Other data" #~ msgstr "Otros datos" #~ msgid "" #~ "Gives the state of the quotation or sale order. The exception state is " #~ "automatically set when a cancel operation occurs in the invoice validation " #~ "(Invoice Exception) or in the packing list process (Shipping Exception). The " #~ "'Waiting Schedule' state is set when the invoice is confirmed but waiting " #~ "for the scheduler to run on the date 'Date Ordered'." #~ msgstr "" #~ "Indica el estado del presupuesto o pedido de venta. El estado de excepción " #~ "se establece automáticamente cuando se produce una cancelación en la " #~ "validación de la factura (Excepción de factura) o en el procesado del " #~ "albarán (Excepción de envío). El estado 'Esperando planificación' se " #~ "establece cuando se confirma la factura pero se espera a que el planificador " #~ "procese el pedido en la fecha 'Fecha del pedido'." #~ msgid "UoM" #~ msgstr "UdM" #~ msgid "Number Packages" #~ msgstr "Número paquetes" #~ msgid "" #~ "Confirming the packing list moves them to delivery order. This can be done " #~ "by clicking on 'Validate' button." #~ msgstr "" #~ "Al confirmar el albarán se convierte en una orden de entrega. Esto se puede " #~ "realizar haciendo clic en el botón 'Validar'." #~ msgid "Advance Payment" #~ msgstr "Pago anticipado" #~ msgid "" #~ "The Object name must start with x_ and not contain any special character !" #~ msgstr "" #~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " #~ "especial!" #~ msgid "Confirm sale order and Create invoice." #~ msgstr "Confirmar pedido de venta y crear factura." #~ msgid "Packing List & Delivery Order" #~ msgstr "Albarán & Orden de entrega" #~ msgid "Sale Order Lines" #~ msgstr "Líneas del pedido de venta" #~ msgid "Do you really want to create the invoices ?" #~ msgstr "¿Realmente desea crear las facturas?" #~ msgid "Invoice based on packing lists" #~ msgstr "Factura basada en albaranes" #~ msgid "Set Default" #~ msgstr "Establecer por defecto" #~ msgid "Sales order" #~ msgstr "Pedido de venta" #~ msgid "Quotation (A sale order in draft state)" #~ msgstr "Presupuesto (un pedido de venta en estado borrador)" #~ msgid "Sale Invoice" #~ msgstr "Factura de venta" #~ msgid "Incoterm" #~ msgstr "Incoterm" #~ msgid "Open Advance Invoice" #~ msgstr "Abrir anticipo factura" #~ msgid "Ordering Contact" #~ msgstr "Contacto que realiza el pedido" #~ msgid "Deliver" #~ msgstr "Enviar" #~ msgid "Cancel Assignation" #~ msgstr "Cancelar asignación" #~ msgid "Invoice from the Packing" #~ msgstr "Facturar desde el albarán" #~ msgid "Make invoices" #~ msgstr "Realizar facturas" #~ msgid "" #~ "The name and address of the contact that requested the order or quotation." #~ msgstr "" #~ "El nombre y la dirección del contacto que solicita el pedido o presupuesto." #~ msgid "Purchase Pricelists" #~ msgstr "Tarifas de compra" #~ msgid "Name" #~ msgstr "Nombre" #~ msgid "New Quotation" #~ msgstr "Nuevo presupuesto" #~ msgid "Total amount" #~ msgstr "Importe total" #~ msgid "Product UoM" #~ msgstr "UdM del producto" #~ msgid "" #~ "By default, Open ERP is able to manage complex routing and paths of products " #~ "in your warehouse and partner locations. This will configure the most common " #~ "and simple methods to deliver products to the customer in one or two " #~ "operations by the worker." #~ msgstr "" #~ "Por defecto, OpenERP puede gestionar rutas complejas y rutas de productos en " #~ "su almacén y en las ubicaciones de empresas. Esta opción le configurará los " #~ "métodos más comunes y sencillos para enviar productos al cliente en una o " #~ "dos operaciones hechas por el trabajador." #~ msgid "Configure Picking Policy for Sale Order" #~ msgstr "Configurar política de envío para el pedido de venta" #~ msgid "Invoice Corrected" #~ msgstr "Factura corregida" #~ msgid "Delivery Delay" #~ msgstr "Demora de entrega" #~ msgid "Related invoices" #~ msgstr "Facturas relacionadas" #~ msgid "Payment Before Delivery" #~ msgstr "Pago antes del envío" #~ msgid "" #~ "This is the list of invoices that have been generated for this sale order. " #~ "The same sale order may have been invoiced in several times (by line for " #~ "example)." #~ msgstr "" #~ "Ésta es la lista de facturas que se han generado para este pedido de venta. " #~ "El mismo pedido puede haberse facturado varias veces (por ejemplo por cada " #~ "línea)." #~ msgid "States" #~ msgstr "Estados" #~ msgid "After confirming order, Create the invoice." #~ msgstr "Después de confirmar el pedido, crear la factura." #~ msgid "Error: Invalid ean code" #~ msgstr "Error: Código EAN erróneo" #~ msgid "Accounting" #~ msgstr "Contabilidad" #~ msgid "Invoice Based on Deliveries" #~ msgstr "Facturar desde albaranes" #~ msgid "Stock Moves" #~ msgstr "Movimientos de stock" #~ msgid "My Sales Order" #~ msgstr "Mis pedidos de ventas" #~ msgid "Sale Order line" #~ msgstr "Línea pedido de venta" #~ msgid "Invalid model name in the action definition." #~ msgstr "Nombre de modelo no válido en la definición de la acción." #, python-format #~ msgid "Warning !" #~ msgstr "¡Advertencia!" #~ msgid "VAT" #~ msgstr "VAT" #~ msgid "Procurement Order" #~ msgstr "Orden de Adquisición" #~ msgid "Order Line" #~ msgstr "Línea de pedido" #~ msgid "Configure Picking Policy for Sales Order" #~ msgstr "" #~ "Configurar la Politica de paquete de productos de los pedidos de ventas" #~ msgid "State" #~ msgstr "Estado" #~ msgid "Dates" #~ msgstr "Fechas" #~ msgid "" #~ "The invoice is created automatically if the shipping policy is 'Invoice from " #~ "pick' or 'Invoice on order after delivery'." #~ msgstr "" #~ "La factura es creada automáticamente si la politica de envio es 'Factura " #~ "from pick' o 'Factura después de la entrega'" #~ msgid "Sales Manager Dashboard" #~ msgstr "Dashboard del Gerente de Ventas" #, python-format #~ msgid "Could not cancel sale order !" #~ msgstr "¡No se puede cancelar la orden de pedido!" #~ msgid "Conditions" #~ msgstr "Condiciones" #, python-format #~ msgid "" #~ "There is no income category account defined in default Properties for " #~ "Product Category or Fiscal Position is not defined !" #~ msgstr "" #~ "¡No hay ninguna cuenta de categoría de ingresos definidos por defecto en las " #~ "Propiedades de la categoría de producto o la Posición Fiscal no está " #~ "definida!" #~ msgid "Allows you to compute delivery costs on your quotations." #~ msgstr "Permite calcular los costos de envío en las peticiones." #~ msgid "Our Salesman" #~ msgstr "Nuestro vendedor" #, python-format #~ msgid "" #~ "You have to select a customer in the sale form !\n" #~ "Please set one customer before choosing a product." #~ msgstr "" #~ "¡Debe selectionar un cliente en el formulario de venta!\n" #~ "Por favor seleccione un cliente antes de escoger un producto." #, python-format #~ msgid "You cannot cancel a sale order line that has already been invoiced !" #~ msgstr "¡No puede cancelar una línea de pedido que ya fue facturada!" #~ msgid "" #~ "Select a product of type service which is called 'Advance Product'. You may " #~ "have to create it and set it as a default value on this field." #~ msgstr "" #~ "Seleccione un producto de tipo servicio llamado 'Producto Avanzado'. Es " #~ "posible que necesite crearlo y fijarlo como valor por defecto de este campo." #, python-format #~ msgid "Could not cancel this sale order !" #~ msgstr "¡No es posible cancelar esta orden de pedido!" #, python-format #~ msgid "Cannot delete Sale Order(s) which are already confirmed !" #~ msgstr "¡No es posible eliminar ordenes de pedidos que fueron confirmadas!" #~ msgid "Lines to Invoice" #~ msgstr "Líneas a facturar" #~ msgid "" #~ "Provides some features to improve the layout of the Sales Order reports." #~ msgstr "" #~ "Provee algunas características para mejorar los reportes de las ordenes de " #~ "pedido." #~ msgid "All Quotations" #~ msgstr "Todas las peticiones" #~ msgid " Year " #~ msgstr " Año " #~ msgid "Do you really want to create the invoice(s) ?" #~ msgstr "¿Está seguro de crear la(s) factura(s)?" #~ msgid "Sales By Month" #~ msgstr "Ventas Mensuales" #~ msgid "Security Days" #~ msgstr "Días de seguridad" #~ msgid "Procurement of sold material" #~ msgstr "Abastecimiento de material sólido" #~ msgid "Companies" #~ msgstr "Compañias" #~ msgid "" #~ "The name and address of the contact who requested the order or quotation." #~ msgstr "El nombre y dirección del contacto que solicitó la orden o petición" #~ msgid "" #~ "This is the days added to what you promise to customers for security purpose" #~ msgstr "" #~ "Son los días agregados que garantiza a los clientes por razones de seguridad" #~ msgid "References" #~ msgstr "Referencias" #~ msgid "Sales Order Dates" #~ msgstr "Fechas de las ordenes de pedido" #~ msgid "Sale Order Line" #~ msgstr "Línea de pedido" #~ msgid "Margins in Sales Orders" #~ msgstr "Márgenes en ordenes de pedido" #~ msgid "Total Tax Excluded" #~ msgstr "Total de impuestos excluidos" #~ msgid "Open Invoice" #~ msgstr "Factura pendiente" #~ msgid "Sales Application Configuration" #~ msgstr "Aplicación de configuración de Ventas" #~ msgid "Based on the shipped or on the ordered quantities." #~ msgstr "Basado en el envío o en las cantidades ordenadas." #~ msgid "Related Picking" #~ msgstr "Paquete relacionado" #~ msgid "Create Delivery Order" #~ msgstr "Crear orden de entrega" #, python-format #~ msgid "" #~ "You plan to sell %.2f %s but you only have %.2f %s available !\n" #~ "The real stock is %.2f %s. (without reservations)" #~ msgstr "" #~ "¡Planea vender %.2f %s pero solo dispone de %.2f %s!\n" #~ "El stock real es %.2f %s. (sin reservaciones)" #~ msgid "Delivery Costs" #~ msgstr "Costos de entrega" #~ msgid "Create Pick List" #~ msgstr "Crear paquete de productos" #~ msgid "Sales by Product Category" #~ msgstr "Ventas por categoría de producto" #~ msgid "Deliveries to Invoice" #~ msgstr "Entregas a facturar" #, python-format #~ msgid "invalid mode for test_state" #~ msgstr "modo invalido para test_state" #~ msgid "Procurement Method" #~ msgstr "Método de abastecimiento" #~ msgid "title" #~ msgstr "título" #~ msgid "Pick List" #~ msgstr "Paquete de productos" #~ msgid "Order date" #~ msgstr "Fecha de pedido" #~ msgid "" #~ "This is the list of picking list that have been generated for this invoice" #~ msgstr "" #~ "Ésta es la lista de paquete de productos que se han generado para esta " #~ "factura" #~ msgid "Document of the move to the output or to the customer." #~ msgstr "Documento del movimiento de la salida o del cliente." #~ msgid "Create Procurement Order" #~ msgstr "Crear orden de abastecimiento" #~ msgid "Stock Move" #~ msgstr "Movimiento de stock" #~ msgid "Picking List" #~ msgstr "Paquete de productos" #, python-format #~ msgid "Error !" #~ msgstr "¡Error!" #, python-format #~ msgid "Picking Information !" #~ msgstr "¡Información de Paquete de productos!" #~ msgid "" #~ "By default, OpenERP is able to manage complex routing and paths of products " #~ "in your warehouse and partner locations. This will configure the most common " #~ "and simple methods to deliver products to the customer in one or two " #~ "operations by the worker." #~ msgstr "" #~ "Por defecto, OpenERP puede manejar rutas complejas de productos en los " #~ "almacenes o ubicaciones de empresas. Ésto configurará los más simples y " #~ "comunes métodos de entrega de productos al cliente en una o dos operaciones " #~ "del trabajador." #~ msgid "" #~ "You can generate invoices based on sales orders or based on shippings." #~ msgstr "" #~ "Puede generar facturas en base a las ordenes de pedido o en base a los " #~ "envíos." #~ msgid "sale.installer" #~ msgstr "sale.installer" #~ msgid "Picking List & Delivery Order" #~ msgstr "Paquete de productos y Orden de entrega" #~ msgid "Picking Policy" #~ msgstr "Política para paquetes de productos" #~ msgid "Document of the move to the customer." #~ msgstr "Documento del movimiento para el cliente." #~ msgid "Invoicing" #~ msgstr "Facturación" #~ msgid "Logistic" #~ msgstr "Logística" #~ msgid "res_config_contents" #~ msgstr "res_config_contents" #~ msgid "" #~ "Depending on the configuration of the location Output, the move between the " #~ "output area and the customer is done through the Delivery Order manually or " #~ "automatically." #~ msgstr "" #~ "Dependiendo de la configuración de la salida, el movimiento entre el lugar " #~ "de salida y el cliente es realizado através de la orden de entrega " #~ "manualmente o automáticamente." #~ msgid "" #~ "Gives the margin of profitability by calculating the difference between Unit " #~ "Price and Cost Price." #~ msgstr "" #~ "Margen de rentabilidad calculando la diferencia entre el Precio unitario y " #~ "el costo." #, python-format #~ msgid "You must first cancel all invoices attached to this sale order." #~ msgstr "Debe primero cancelar todas las facturas de este pedido de venta." #~ msgid " Month " #~ msgstr " Mes " #, python-format #~ msgid "Warning" #~ msgstr "Advertencia" #~ msgid "Delivery Lead Time" #~ msgstr "Tiempo de entrega" #~ msgid " Month-1 " #~ msgstr " Mes-1 " #~ msgid "" #~ "The Shipping Policy is used to configure per order if you want to deliver as " #~ "soon as possible when one product is available or you wait that all products " #~ "are available.." #~ msgstr "" #~ "La política de envío se utiliza para configurar los pedidos si desea " #~ "entregar lo antes posible cuando un producto está disponible o esperar que " #~ "todos los productos esten disponibles." #~ msgid "Image" #~ msgstr "Imagen" #~ msgid "Salesman" #~ msgstr "Vendedor" #~ msgid "Configuration Progress" #~ msgstr "Progreso de configuración" #~ msgid "Ordered Date" #~ msgstr "Fecha de pedido" #~ msgid "Payment Terms" #~ msgstr "Terminos de pago" #~ msgid "Invoicing journals" #~ msgstr "Invoicing journals" #~ msgid "Shipped Qty" #~ msgstr "Cantidad enviada" #~ msgid "You invoice has been successfully created!" #~ msgstr "¡La factura fue creada exitosamente!" #~ msgid "Sales Order Layout Improvement" #~ msgstr "Diseño mejorado de pedido de venta" #, python-format #~ msgid "Error" #~ msgstr "Error" #~ msgid "Close" #~ msgstr "Cerrado" #~ msgid "Delivered" #~ msgstr "Entregado" #, python-format #~ msgid "Not enough stock !" #~ msgstr "!Stock insuficiente!" #~ msgid "Adds commitment, requested and effective dates on Sales Orders." #~ msgstr "" #~ "Agrega fechas de entrega, de petición y de efectivo en los pedidos de ventas." #~ msgid "" #~ "Allows you to group and invoice your delivery orders according to different " #~ "invoicing types: daily, weekly, etc." #~ msgstr "" #~ "Permite agrupar y facturar las ordenes de entrega de acuerdo a los " #~ "diferentes tipos de facturación: diario, semanal, etc." #~ msgid "Picking Default Policy" #~ msgstr "Política de paquete de productos por defecto" #~ msgid "Setup your sales workflow and default values." #~ msgstr "Configura tu flujo de trabajo de ventas y tus valores por defecto" #~ msgid "Enhance your core Sales Application with additional functionalities." #~ msgstr "Optimizar su aplicación de ventas con funcionalidades adicionales." #~ msgid "Configure Sales Order Logistics" #~ msgstr "Configurar logística pedidos de venta" #, python-format #~ msgid "(n/a)" #~ msgstr "(n/a)" #~ msgid "Sales by Salesman" #~ msgstr "Ventas por Vendedor" #~ msgid "You try to assign a lot which is not from the same product" #~ msgstr "Está intentando asignar un lote que no es del mismo producto" #~ msgid "" #~ "Number of days between the order confirmation the shipping of the products " #~ "to the customer" #~ msgstr "" #~ "Número de días entre la confirmación del pedido y el envío de los productos " #~ "al cliente." #~ msgid "Recreate Packing" #~ msgstr "Recrear Picking" #~ msgid "Configure" #~ msgstr "Configurar" #~ msgid "Create Final Invoice" #~ msgstr "Crear factura final" #~ msgid "Sales by Partner" #~ msgstr "Ventas por empresa" #, python-format #~ msgid "There is no income account defined for this product: \"%s\" (id:%d)" #~ msgstr "" #~ "No se ha definido una cuenta de ingresos para este producto: \"%s\" (id:%d)" #~ msgid "Error! You can not create recursive companies." #~ msgstr "¡Error! No puede crear compañías recursivas." #~ msgid "Sales by Month" #~ msgstr "Ventas por mes" #~ msgid "Configure Your Sales Management Application" #~ msgstr "Configurar su aplicación de gestión de ventas" #~ msgid "You must assign a production lot for this product" #~ msgstr "Debe asignar un lote de producción para este producto"