[IMP] type: uniform naming of Send By Email
[odoo/odoo.git] / addons / sale / i18n / es.po
1 # Translation of OpenERP Server.
2 # This file contains the translation of the following modules:
3 #       * sale
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 6.0dev_rc3\n"
8 "Report-Msgid-Bugs-To: support@openerp.com\n"
9 "POT-Creation-Date: 2012-09-20 07:29+0000\n"
10 "PO-Revision-Date: 2012-05-10 17:38+0000\n"
11 "Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
12 "<jesteve@zikzakmedia.com>\n"
13 "Language-Team: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2012-10-30 05:09+0000\n"
18 "X-Generator: Launchpad (build 16206)\n"
19
20 #. module: sale
21 #: code:addons/sale/wizard/sale_make_invoice_advance.py:215
22 #, python-format
23 msgid "Advance Invoice"
24 msgstr "Avanzar factura"
25
26 #. module: sale
27 #: model:process.transition,name:sale.process_transition_confirmquotation0
28 msgid "Confirm Quotation"
29 msgstr "Confirmar presupuesto"
30
31 #. module: sale
32 #: view:board.board:0
33 msgid "Sales Dashboard"
34 msgstr "Tablero de ventas"
35
36 #. module: sale
37 #: model:email.template,body_html:sale.email_template_edi_sale
38 msgid ""
39 "\n"
40 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
41 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
42 "255, 255); \">\n"
43 "\n"
44 "    <p>Hello${object.partner_id.name and ' ' or ''}${object.partner_id.name "
45 "or ''},</p>\n"
46 "    \n"
47 "    <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
48 "'order confirmation'} from ${object.company_id.name}: </p>\n"
49 "\n"
50 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
51 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
52 "       &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
53 "       &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
54 "${object.pricelist_id.currency_id.name}</strong><br />\n"
55 "       &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
56 "       % if object.origin:\n"
57 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
58 "       % endif\n"
59 "       % if object.client_order_ref:\n"
60 "       &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
61 "       % endif\n"
62 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
63 "''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
64 "    </p>\n"
65 "\n"
66 "    <p>\n"
67 "    You can view the ${object.state in ('draft', 'sent') and 'quotation' or "
68 "'order confirmation'} document, download it and pay online using the "
69 "following link:\n"
70 "    </p>\n"
71 "            <a style=\"display:block; width: 150px; height:20px; margin-"
72 "left: 120px; color: #FFF; font-family: 'Lucida Grande', Helvetica, Arial, "
73 "sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-"
74 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
75 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
76 "no-repeat;\"\n"
77 "               href=\"${ctx.get('edi_web_url_view') or ''}\">View Order</a>\n"
78 "\n"
79 "    % if object.order_policy in ('prepaid','manual') and "
80 "object.company_id.paypal_account and object.state not in ('draft', 'sent'):\n"
81 "    <%\n"
82 "    comp_name = quote(object.company_id.name)\n"
83 "    order_name = quote(object.name)\n"
84 "    paypal_account = quote(object.company_id.paypal_account)\n"
85 "    order_amount = quote(str(object.amount_total))\n"
86 "    cur_name = quote(object.pricelist_id.currency_id.name)\n"
87 "    paypal_url = \"https://www.paypal.com/cgi-"
88 "bin/webscr?cmd=_xclick&amp;business=%s&amp;item_name=%s%%20Order%%20%s\" \\\n"
89 "       "
90 "\"&amp;invoice=%s&amp;amount=%s&amp;currency_code=%s&amp;button_subtype=servi"
91 "ces&amp;no_note=1\" \\\n"
92 "       \"&amp;bn=OpenERP_Order_PayNow_%s\" % \\\n"
93 "       "
94 "(paypal_account,comp_name,order_name,order_name,order_amount,cur_name,cur_nam"
95 "e)\n"
96 "    %>\n"
97 "    <br/>\n"
98 "    <p>It is also possible to directly pay with Paypal:</p>\n"
99 "        <a style=\"margin-left: 120px;\" href=\"${paypal_url}\">\n"
100 "            <img class=\"oe_edi_paypal_button\" "
101 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
102 "        </a>\n"
103 "    % endif\n"
104 "\n"
105 "    <br/>\n"
106 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
107 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
108 "    <br/>\n"
109 "    <br/>\n"
110 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
111 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
112 "background-repeat: repeat no-repeat;\">\n"
113 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
114 "#FFF;\">\n"
115 "            <strong style=\"text-"
116 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
117 "    </div>\n"
118 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
119 "16px; background-color: #F2F2F2;\">\n"
120 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
121 "        % if object.company_id.street:\n"
122 "            ${object.company_id.street}<br/>\n"
123 "        % endif\n"
124 "        % if object.company_id.street2:\n"
125 "            ${object.company_id.street2}<br/>\n"
126 "        % endif\n"
127 "        % if object.company_id.city or object.company_id.zip:\n"
128 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
129 "        % endif\n"
130 "        % if object.company_id.country_id:\n"
131 "            ${object.company_id.state_id and ('%s, ' % "
132 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
133 "or ''}<br/>\n"
134 "        % endif\n"
135 "        </span>\n"
136 "        % if object.company_id.phone:\n"
137 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
138 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
139 "0px; padding-left: 0px; \">\n"
140 "                Phone:&nbsp; ${object.company_id.phone}\n"
141 "            </div>\n"
142 "        % endif\n"
143 "        % if object.company_id.website:\n"
144 "            <div>\n"
145 "                Web :&nbsp;<a "
146 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
147 "            </div>\n"
148 "        %endif\n"
149 "        <p></p>\n"
150 "    </div>\n"
151 "</div>\n"
152 "            "
153 msgstr ""
154
155 #. module: sale
156 #: model:ir.actions.act_window,name:sale.action_order_line_tree2
157 #: model:ir.ui.menu,name:sale.menu_invoicing_sales_order_lines
158 msgid "Order Lines to Invoice"
159 msgstr ""
160
161 #. module: sale
162 #: field:sale.order,date_confirm:0
163 msgid "Confirmation Date"
164 msgstr "Fecha confirmación"
165
166 #. module: sale
167 #: view:sale.order:0
168 #: view:sale.order.line:0
169 #: view:sale.report:0
170 msgid "Group By..."
171 msgstr "Agrupar por..."
172
173 #. module: sale
174 #: view:sale.order.line:0
175 msgid ""
176 "Sale Order Lines that are confirmed, done or in exception state and haven't "
177 "yet been invoiced"
178 msgstr ""
179 "Las lineas del pedido de venta que están confirmadas, realizadas o con el "
180 "estado de excepción aún no han sido facturadas"
181
182 #. module: sale
183 #: field:sale.order.line,address_allotment_id:0
184 msgid "Allotment Partner"
185 msgstr "Ubicación empresa"
186
187 #. module: sale
188 #: model:ir.actions.act_window,name:sale.action_view_sale_advance_payment_inv
189 msgid "Invoice Order"
190 msgstr ""
191
192 #. module: sale
193 #: help:sale.config.settings,group_sale_delivery_address:0
194 msgid ""
195 "Allows you to specify different delivery and invoice addresses on a sale "
196 "order."
197 msgstr ""
198
199 #. module: sale
200 #: code:addons/sale/wizard/sale_make_invoice_advance.py:160
201 #: code:addons/sale/wizard/sale_make_invoice_advance.py:162
202 #, python-format
203 msgid "Advance of %s %s"
204 msgstr ""
205
206 #. module: sale
207 #: view:sale.config.settings:0
208 msgid "Contract Feature"
209 msgstr ""
210
211 #. module: sale
212 #: field:sale.report,state:0
213 msgid "Order State"
214 msgstr "Estado del pedido"
215
216 #. module: sale
217 #: help:sale.config.settings,module_account_analytic_analysis:0
218 msgid ""
219 "Allows to define your customer contracts conditions: invoicing\n"
220 "            method (fixed price, on timesheet, advance invoice), the exact "
221 "pricing\n"
222 "            (650€/day for a developer), the duration (one year support "
223 "contract).\n"
224 "            You will be able to follow the progress of the contract and "
225 "invoice automatically.\n"
226 "            It installs the account_analytic_analysis module."
227 msgstr ""
228
229 #. module: sale
230 #: view:sale.order:0
231 #: view:sale.order.line:0
232 msgid "To Invoice"
233 msgstr "Para facturar"
234
235 #. module: sale
236 #: view:sale.order.line:0
237 #: field:sale.report,product_uom:0
238 msgid "Unit of Measure"
239 msgstr ""
240
241 #. module: sale
242 #: help:sale.order,date_confirm:0
243 msgid "Date on which sales order is confirmed."
244 msgstr "Fecha en la que se confirma el pedido de venta."
245
246 #. module: sale
247 #: model:ir.actions.act_window,name:sale.action_order_tree5
248 #: model:ir.ui.menu,name:sale.menu_sale_quotations
249 #: view:sale.order:0
250 #: view:sale.report:0
251 msgid "Quotations"
252 msgstr "Presupuestos"
253
254 #. module: sale
255 #: selection:sale.report,month:0
256 msgid "March"
257 msgstr "Marzo"
258
259 #. module: sale
260 #: code:addons/sale/sale.py:558
261 #, python-format
262 msgid "First cancel all invoices attached to this sales order."
263 msgstr ""
264
265 #. module: sale
266 #: selection:sale.advance.payment.inv,advance_payment_method:0
267 msgid "Invoice the whole sale order"
268 msgstr ""
269
270 #. module: sale
271 #: field:sale.order,project_id:0
272 msgid "Contract/Analytic Account"
273 msgstr "Contrato / Cuenta analítica"
274
275 #. module: sale
276 #: field:sale.order,company_id:0
277 #: field:sale.order.line,company_id:0
278 #: view:sale.report:0
279 #: field:sale.report,company_id:0
280 #: field:sale.shop,company_id:0
281 msgid "Company"
282 msgstr "Compañía"
283
284 #. module: sale
285 #: field:sale.make.invoice,invoice_date:0
286 msgid "Invoice Date"
287 msgstr "Fecha factura"
288
289 #. module: sale
290 #: model:ir.actions.act_window,name:sale.action_order_line_tree3
291 msgid "Uninvoiced and Delivered Lines"
292 msgstr "Líneas no facturadas y entregadas"
293
294 #. module: sale
295 #: help:sale.advance.payment.inv,amount:0
296 msgid "The amount to be invoiced in advance."
297 msgstr "El importe a facturar por adelantado."
298
299 #. module: sale
300 #: selection:sale.order,state:0
301 #: selection:sale.report,state:0
302 msgid "Invoice Exception"
303 msgstr "Excepción de factura"
304
305 #. module: sale
306 #: view:account.config.settings:0
307 msgid "0"
308 msgstr ""
309
310 #. module: sale
311 #: selection:sale.order,state:0
312 msgid "Draft Quotation"
313 msgstr ""
314
315 #. module: sale
316 #: code:addons/sale/wizard/sale_make_invoice_advance.py:124
317 #, python-format
318 msgid ""
319 "You cannot make an advance on a sales order                          that is "
320 "defined as 'Automatic Invoice after delivery'."
321 msgstr ""
322
323 #. module: sale
324 #: help:sale.order,amount_total:0
325 msgid "The total amount."
326 msgstr "El importe total."
327
328 #. module: sale
329 #: view:sale.report:0
330 #: field:sale.report,analytic_account_id:0
331 #: field:sale.shop,project_id:0
332 msgid "Analytic Account"
333 msgstr "Cuenta analítica"
334
335 #. module: sale
336 #: field:sale.config.settings,module_sale_journal:0
337 msgid "Allow batch invoicing of delivery orders through journals"
338 msgstr ""
339
340 #. module: sale
341 #: field:sale.order.line,price_subtotal:0
342 msgid "Subtotal"
343 msgstr "Subtotal"
344
345 #. module: sale
346 #: field:sale.config.settings,group_discount_per_so_line:0
347 msgid "Allow setting a discount on the sale order lines"
348 msgstr ""
349
350 #. module: sale
351 #: model:process.transition.action,name:sale.process_transition_action_cancelorder0
352 msgid "Cancel Order"
353 msgstr "Cancelar pedido"
354
355 #. module: sale
356 #: field:sale.order.line,th_weight:0
357 msgid "Weight"
358 msgstr "Peso"
359
360 #. module: sale
361 #: view:sale.config.settings:0
362 msgid "Warehouse Features"
363 msgstr ""
364
365 #. module: sale
366 #: view:sale.order:0
367 msgid "Quotation "
368 msgstr ""
369
370 #. module: sale
371 #: field:sale.order.line,product_uom:0
372 msgid "Unit of Measure "
373 msgstr ""
374
375 #. module: sale
376 #: code:addons/sale/wizard/sale_make_invoice_advance.py:148
377 #, python-format
378 msgid "Incorrect Data"
379 msgstr ""
380
381 #. module: sale
382 #: code:addons/sale/wizard/sale_make_invoice_advance.py:149
383 #, python-format
384 msgid "The value of Advance Amount must be positive."
385 msgstr ""
386
387 #. module: sale
388 #: help:sale.advance.payment.inv,advance_payment_method:0
389 msgid ""
390 "Use All to create the final invoice.\n"
391 "                Use Percentage to invoice a percentage of the total amount.\n"
392 "                Use Fixed Price to invoice a specific amound in advance.\n"
393 "                Use Some Order Lines to invoice a selection of the sale "
394 "order lines."
395 msgstr ""
396
397 #. module: sale
398 #: selection:sale.order,state:0
399 msgid "Sale Order"
400 msgstr "Pedido de venta"
401
402 #. module: sale
403 #: field:sale.order,message_ids:0
404 msgid "Messages"
405 msgstr ""
406
407 #. module: sale
408 #: selection:sale.report,month:0
409 msgid "September"
410 msgstr "Septiembre"
411
412 #. module: sale
413 #: field:sale.order,amount_tax:0
414 #: field:sale.order.line,tax_id:0
415 msgid "Taxes"
416 msgstr "Impuestos"
417
418 #. module: sale
419 #: field:sale.order,amount_untaxed:0
420 msgid "Untaxed Amount"
421 msgstr "Base imponible"
422
423 #. module: sale
424 #: field:sale.config.settings,module_project:0
425 msgid "Project"
426 msgstr ""
427
428 #. module: sale
429 #: code:addons/sale/sale.py:319
430 #: code:addons/sale/sale.py:459
431 #: code:addons/sale/sale.py:591
432 #: code:addons/sale/sale.py:765
433 #: code:addons/sale/sale.py:782
434 #: code:addons/sale/wizard/sale_make_invoice_advance.py:123
435 #, python-format
436 msgid "Error!"
437 msgstr ""
438
439 #. module: sale
440 #: report:sale.order:0
441 msgid "Net Total :"
442 msgstr "Total neto :"
443
444 #. module: sale
445 #: help:sale.config.settings,module_analytic_user_function:0
446 msgid ""
447 "Allows you to define what is the default function of a specific user on a "
448 "given account.\n"
449 "                This is mostly used when a user encodes his timesheet. The "
450 "values are retrieved and the fields are auto-filled.\n"
451 "                But the possibility to change these values is still "
452 "available.\n"
453 "                This installs the module analytic_user_function."
454 msgstr ""
455
456 #. module: sale
457 #: selection:sale.order,state:0
458 #: selection:sale.order.line,state:0
459 #: selection:sale.report,state:0
460 msgid "Cancelled"
461 msgstr "Cancelado"
462
463 #. module: sale
464 #: view:sale.order.line:0
465 msgid "Sales Order Lines related to a Sales Order of mine"
466 msgstr ""
467
468 #. module: sale
469 #: selection:sale.order,state:0
470 msgid "Quotation Sent"
471 msgstr ""
472
473 #. module: sale
474 #: help:sale.order,message_unread:0
475 msgid "If checked new messages require your attention."
476 msgstr ""
477
478 #. module: sale
479 #: field:sale.order,amount_total:0
480 #: view:sale.order.line:0
481 msgid "Total"
482 msgstr "Total"
483
484 #. module: sale
485 #: model:ir.actions.act_window,name:sale.action_shop_form
486 #: field:sale.order,shop_id:0
487 #: view:sale.report:0
488 #: field:sale.report,shop_id:0
489 msgid "Shop"
490 msgstr "Tienda"
491
492 #. module: sale
493 #: model:ir.actions.act_window,name:sale.action_order_tree2
494 msgid "Sales in Exception"
495 msgstr "Ventas en excepción"
496
497 #. module: sale
498 #: field:sale.order,partner_invoice_id:0
499 msgid "Invoice Address"
500 msgstr "Dirección de factura"
501
502 #. module: sale
503 #: help:sale.order,create_date:0
504 msgid "Date on which sales order is created."
505 msgstr "Fecha en la que se crea el pedido de venta."
506
507 #. module: sale
508 #: view:res.partner:0
509 msgid "False"
510 msgstr ""
511
512 #. module: sale
513 #: view:sale.order:0
514 msgid "Recreate Invoice"
515 msgstr "Volver a Crear factura"
516
517 #. module: sale
518 #: view:sale.make.invoice:0
519 #: view:sale.order.line.make.invoice:0
520 msgid "Create Invoices"
521 msgstr "Crear facturas"
522
523 #. module: sale
524 #: report:sale.order:0
525 msgid "Tax"
526 msgstr ""
527
528 #. module: sale
529 #: code:addons/sale/sale.py:986
530 #, python-format
531 msgid "Invalid Action!"
532 msgstr ""
533
534 #. module: sale
535 #: view:sale.report:0
536 msgid "Reference Unit of Measure"
537 msgstr ""
538
539 #. module: sale
540 #: field:sale.report,date_confirm:0
541 msgid "Date Confirm"
542 msgstr "Fecha confirmación"
543
544 #. module: sale
545 #: view:sale.report:0
546 #: field:sale.report,nbr:0
547 msgid "# of Lines"
548 msgstr "# de líneas"
549
550 #. module: sale
551 #: help:sale.order,message_summary:0
552 msgid ""
553 "Holds the Chatter summary (number of messages, ...). This summary is "
554 "directly in html format in order to be inserted in kanban views."
555 msgstr ""
556
557 #. module: sale
558 #: field:sale.config.settings,group_sale_delivery_address:0
559 msgid "Allow a different address for delivery and invoicing "
560 msgstr ""
561
562 #. module: sale
563 #: view:sale.report:0
564 #: field:sale.report,product_uom_qty:0
565 msgid "# of Qty"
566 msgstr "Nº de ctdad"
567
568 #. module: sale
569 #: report:sale.order:0
570 msgid "Fax :"
571 msgstr "Fax :"
572
573 #. module: sale
574 #: view:sale.order:0
575 msgid "(update)"
576 msgstr ""
577
578 #. module: sale
579 #: help:sale.config.settings,group_discount_per_so_line:0
580 msgid "Allows you to apply some discount per sale order line."
581 msgstr ""
582
583 #. module: sale
584 #: code:addons/sale/sale.py:578
585 #: model:ir.model,name:sale.model_sale_order
586 #: model:process.node,name:sale.process_node_order0
587 #: model:process.node,name:sale.process_node_saleorder0
588 #: field:res.partner,sale_order_ids:0
589 #: model:res.request.link,name:sale.req_link_sale_order
590 #: view:sale.order:0
591 #, python-format
592 msgid "Sales Order"
593 msgstr "Pedido de venta"
594
595 #. module: sale
596 #: field:sale.order.line,product_uos_qty:0
597 msgid "Quantity (UoS)"
598 msgstr "Cantidad (UdV)"
599
600 #. module: sale
601 #: view:sale.order.line:0
602 msgid "Sale Order Lines that are in 'done' state"
603 msgstr "Pedidos de venta que están en estado 'Realizado'"
604
605 #. module: sale
606 #: field:sale.advance.payment.inv,amount:0
607 msgid "Advance Amount"
608 msgstr "Importe avanzado"
609
610 #. module: sale
611 #: selection:sale.order.line,state:0
612 msgid "Confirmed"
613 msgstr "Confirmado"
614
615 #. module: sale
616 #: field:sale.config.settings,module_analytic_user_function:0
617 msgid "One employee can have different roles per contract"
618 msgstr ""
619
620 #. module: sale
621 #: field:sale.order,note:0
622 msgid "Terms and conditions"
623 msgstr ""
624
625 #. module: sale
626 #: field:sale.shop,payment_default_id:0
627 msgid "Default Payment Term"
628 msgstr "Plazo de pago por defecto"
629
630 #. module: sale
631 #: model:process.transition.action,name:sale.process_transition_action_confirm0
632 #: view:sale.order:0
633 msgid "Confirm"
634 msgstr "Confirmar"
635
636 #. module: sale
637 #: view:sale.order:0
638 msgid "Unread messages"
639 msgstr ""
640
641 #. module: sale
642 #: field:sale.order,partner_shipping_id:0
643 msgid "Shipping Address"
644 msgstr "Dirección de envío"
645
646 #. module: sale
647 #: view:sale.order.line:0
648 msgid "Sale Order Lines ready to be invoiced"
649 msgstr "Lineas del pedido de venta para ser facturadas"
650
651 #. module: sale
652 #: view:account.invoice.report:0
653 #: view:board.board:0
654 #: model:ir.actions.act_window,name:sale.action_turnover_by_month
655 msgid "Monthly Turnover"
656 msgstr "Volumen mensual"
657
658 #. module: sale
659 #: view:sale.report:0
660 #: field:sale.report,year:0
661 msgid "Year"
662 msgstr "Año"
663
664 #. module: sale
665 #: field:sale.config.settings,group_uom:0
666 msgid "Allow using different units of measures"
667 msgstr ""
668
669 #. module: sale
670 #: view:sale.order:0
671 msgid "Sales Order that haven't yet been confirmed"
672 msgstr "Pedidos de venta sin confirmar"
673
674 #. module: sale
675 #: field:sale.order,message_unread:0
676 msgid "Unread Messages"
677 msgstr ""
678
679 #. module: sale
680 #: view:sale.order:0
681 msgid "Print"
682 msgstr ""
683
684 #. module: sale
685 #: report:sale.order:0
686 msgid "Order N°"
687 msgstr "Pedido Nº"
688
689 #. module: sale
690 #: view:sale.order:0
691 #: field:sale.order,order_line:0
692 msgid "Order Lines"
693 msgstr "Líneas del pedido"
694
695 #. module: sale
696 #: report:sale.order:0
697 msgid "Disc.(%)"
698 msgstr "Desc.(%)"
699
700 #. module: sale
701 #: field:sale.order,name:0
702 #: field:sale.order.line,order_id:0
703 msgid "Order Reference"
704 msgstr "Referencia del pedido"
705
706 #. module: sale
707 #: field:sale.order.line,invoice_lines:0
708 msgid "Invoice Lines"
709 msgstr "Líneas de factura"
710
711 #. module: sale
712 #: view:sale.report:0
713 #: field:sale.report,price_total:0
714 msgid "Total Price"
715 msgstr "Precio total"
716
717 #. module: sale
718 #: model:ir.actions.act_window,name:sale.action_order_tree
719 msgid "Old Quotations"
720 msgstr "Presupuestos antiguos"
721
722 #. module: sale
723 #: help:sale.config.settings,module_sale_journal:0
724 msgid ""
725 "Allows you to categorize your sales and deliveries (picking lists) between "
726 "different journals,\n"
727 "                and perform batch operations on journals.\n"
728 "                This installs the module sale_journal."
729 msgstr ""
730
731 #. module: sale
732 #: help:sale.make.invoice,grouped:0
733 msgid "Check the box to group the invoices for the same customers"
734 msgstr "Marque esta opción para agrupar las facturas de los mismos clientes."
735
736 #. module: sale
737 #: model:ir.actions.act_window,name:sale.action_sale_order_make_invoice
738 #: model:ir.actions.act_window,name:sale.action_view_sale_order_line_make_invoice
739 msgid "Make Invoices"
740 msgstr "Realizar facturas"
741
742 #. module: sale
743 #: model:ir.actions.server,name:sale.actions_server_sale_order_read
744 msgid "Mark read"
745 msgstr ""
746
747 #. module: sale
748 #: code:addons/sale/res_config.py:89
749 #, python-format
750 msgid "Hour"
751 msgstr "Hora"
752
753 #. module: sale
754 #: field:res.partner,sale_order_count:0
755 msgid "# of Sales Order"
756 msgstr ""
757
758 #. module: sale
759 #: help:sale.config.settings,timesheet:0
760 msgid ""
761 "For modifying account analytic view to show important data to project "
762 "manager of services companies.\n"
763 "                You can also view the report of account analytic summary "
764 "user-wise as well as month wise.\n"
765 "                This installs the module account_analytic_analysis."
766 msgstr ""
767
768 #. module: sale
769 #: field:sale.order,create_date:0
770 msgid "Creation Date"
771 msgstr "Fecha creación"
772
773 #. module: sale
774 #: selection:sale.order,state:0
775 #: selection:sale.report,state:0
776 msgid "Waiting Schedule"
777 msgstr "Esperando fecha planificada"
778
779 #. module: sale
780 #: help:sale.order,partner_invoice_id:0
781 msgid "Invoice address for current sales order."
782 msgstr "Dirección de facturación para el pedido de venta actual."
783
784 #. module: sale
785 #: selection:sale.order,invoice_quantity:0
786 msgid "Ordered Quantities"
787 msgstr "Cantidades pedidas"
788
789 #. module: sale
790 #: view:sale.report:0
791 msgid "Ordered Year of the sales order"
792 msgstr ""
793
794 #. module: sale
795 #: field:sale.config.settings,module_sale_stock:0
796 msgid "Sale and Warehouse Management"
797 msgstr ""
798
799 #. module: sale
800 #: model:ir.model,name:sale.model_sale_config_settings
801 msgid "sale.config.settings"
802 msgstr ""
803
804 #. module: sale
805 #: field:sale.advance.payment.inv,qtty:0
806 #: report:sale.order:0
807 #: field:sale.order.line,product_uom_qty:0
808 msgid "Quantity"
809 msgstr "Cantidad"
810
811 #. module: sale
812 #: report:sale.order:0
813 msgid "Total :"
814 msgstr "Total :"
815
816 #. module: sale
817 #: view:sale.report:0
818 msgid "My Sales"
819 msgstr "Mis ventas"
820
821 #. module: sale
822 #: code:addons/sale/sale.py:253
823 #: code:addons/sale/sale.py:822
824 #, python-format
825 msgid "Invalid action !"
826 msgstr "¡Acción no válida!"
827
828 #. module: sale
829 #: field:sale.order,fiscal_position:0
830 msgid "Fiscal Position"
831 msgstr "Posición fiscal"
832
833 #. module: sale
834 #: selection:sale.report,month:0
835 msgid "July"
836 msgstr "Julio"
837
838 #. module: sale
839 #: field:account.config.settings,module_sale_analytic_plans:0
840 msgid "Several analytic accounts on sales"
841 msgstr ""
842
843 #. module: sale
844 #: view:sale.config.settings:0
845 msgid "Default Options"
846 msgstr ""
847
848 #. module: sale
849 #: code:addons/sale/sale.py:963
850 #: code:addons/sale/wizard/sale_make_invoice_advance.py:138
851 #: code:addons/sale/wizard/sale_make_invoice_advance.py:142
852 #, python-format
853 msgid "Configuration Error!"
854 msgstr ""
855
856 #. module: sale
857 #: field:account.config.settings,group_analytic_account_for_sales:0
858 msgid "Analytic accounting for sales"
859 msgstr ""
860
861 #. module: sale
862 #: view:sale.order:0
863 msgid "UoS"
864 msgstr "UdV"
865
866 #. module: sale
867 #: view:sale.advance.payment.inv:0
868 msgid ""
869 "After clicking 'Show Lines to Invoice', select lines to invoice and create "
870 "the invoice from the 'More' dropdown menu."
871 msgstr ""
872
873 #. module: sale
874 #: code:addons/sale/edi/sale_order.py:151
875 #, python-format
876 msgid "EDI Pricelist (%s)"
877 msgstr "Tarifa EDI (%s)"
878
879 #. module: sale
880 #: model:ir.actions.act_window,help:sale.act_res_partner_2_sale_order
881 msgid ""
882 "<p class=\"oe_view_nocontent_create\">\n"
883 "                Click to create a quotation or sale order for this "
884 "customer.\n"
885 "              </p><p>\n"
886 "                OpenERP will help you efficiently handle the complete sale "
887 "flow:\n"
888 "                quotation, sale order, delivery, invoicing and\n"
889 "                payment.\n"
890 "              </p><p>\n"
891 "                The social feature helps you organize discussions on each "
892 "sale\n"
893 "                order, and allow your customer to keep track of the "
894 "evolution\n"
895 "                of the sale order.\n"
896 "              </p>\n"
897 "            "
898 msgstr ""
899
900 #. module: sale
901 #: view:sale.config.settings:0
902 msgid "Invoicing Process"
903 msgstr ""
904
905 #. module: sale
906 #: report:sale.order:0
907 msgid "Quotation Date"
908 msgstr "Fecha presupuesto"
909
910 #. module: sale
911 #: view:sale.order:0
912 msgid "Order Date"
913 msgstr "Fecha pedido"
914
915 #. module: sale
916 #: help:sale.order,order_policy:0
917 msgid ""
918 "This field controls how invoice and delivery operations are synchronized.\n"
919 "  - With 'Before Delivery', a draft invoice is created, and it must be paid "
920 "before delivery."
921 msgstr ""
922
923 #. module: sale
924 #: view:sale.order:0
925 msgid "Sales Order done"
926 msgstr ""
927
928 #. module: sale
929 #: code:addons/sale/sale.py:320
930 #, python-format
931 msgid "Please define sales journal for this company: \"%s\" (id:%d)."
932 msgstr ""
933
934 #. module: sale
935 #: model:ir.actions.act_window,name:sale.act_res_partner_2_sale_order
936 #: view:res.partner:0
937 msgid "Quotations and Sales"
938 msgstr "Presupuestos y pedidos"
939
940 #. module: sale
941 #: help:sale.config.settings,group_uom:0
942 msgid ""
943 "Allows you to select and maintain different units of measure for products."
944 msgstr ""
945
946 #. module: sale
947 #: model:ir.model,name:sale.model_res_partner
948 #: view:sale.report:0
949 #: field:sale.report,partner_id:0
950 msgid "Partner"
951 msgstr "Empresa"
952
953 #. module: sale
954 #: view:sale.advance.payment.inv:0
955 msgid "Create and View Invoice"
956 msgstr ""
957
958 #. module: sale
959 #: code:addons/sale/sale.py:655
960 #, python-format
961 msgid "Sale Order for <em>%s</em> has been <b>done</b>"
962 msgstr ""
963
964 #. module: sale
965 #: model:ir.actions.act_window,help:sale.action_shop_form
966 msgid ""
967 "<p class=\"oe_view_nocontent_create\">\n"
968 "                Click to define a new sale shop.\n"
969 "              </p><p>\n"
970 "                Each quotation or sale order must be linked to a shop. The\n"
971 "                shop also defines the warehouse from which the products will "
972 "be\n"
973 "                delivered for each particular sales.\n"
974 "              </p>\n"
975 "            "
976 msgstr ""
977
978 #. module: sale
979 #: model:ir.model,name:sale.model_sale_make_invoice
980 msgid "Sales Make Invoice"
981 msgstr "Ventas. Realizar factura"
982
983 #. module: sale
984 #: model:ir.actions.act_window,help:sale.action_order_tree5
985 msgid ""
986 "<p class=\"oe_view_nocontent_create\">\n"
987 "                Click to create a quotation, the first step of a new sale.\n"
988 "              </p><p>\n"
989 "                OpenERP will help you handle efficiently the complete sale "
990 "flow:\n"
991 "                from the quotation to the sale order, the\n"
992 "                delivery, the invoicing and the payment collection.\n"
993 "              </p><p>\n"
994 "                The social feature helps you organize discussions on each "
995 "sale\n"
996 "                order, and allow your customers to keep track of the "
997 "evolution\n"
998 "                of the sale order.\n"
999 "              </p>\n"
1000 "            "
1001 msgstr ""
1002
1003 #. module: sale
1004 #: field:sale.order.line,discount:0
1005 msgid "Discount (%)"
1006 msgstr "Descuento (%)"
1007
1008 #. module: sale
1009 #: code:addons/sale/wizard/sale_line_invoice.py:111
1010 #, python-format
1011 msgid ""
1012 "Invoice cannot be created for this Sales Order Line due to one of the "
1013 "following reasons:\n"
1014 "1.The state of this sales order line is either \"draft\" or \"cancel\"!\n"
1015 "2.The Sales Order Line is Invoiced!"
1016 msgstr ""
1017 "No se puede crear la factura a partir de esta línea de pedido de venta por "
1018 "las siguientes razones:\n"
1019 "1. El estado de esta línea del pedido de venta está en estado \"borrador\" o "
1020 "\"cancelada\".\n"
1021 "2. La línea del pedido de venta está facturada."
1022
1023 #. module: sale
1024 #: code:addons/sale/sale.py:783
1025 #, python-format
1026 msgid ""
1027 "There is no Fiscal Position defined or Income category account defined for "
1028 "default properties of Product categories."
1029 msgstr ""
1030
1031 #. module: sale
1032 #: view:sale.order.line:0
1033 msgid "Sale order lines done"
1034 msgstr "Lineas del pedido de venta realizadas"
1035
1036 #. module: sale
1037 #: view:board.board:0
1038 #: model:ir.actions.act_window,name:sale.action_quotation_for_sale
1039 msgid "My Quotations"
1040 msgstr "Mis presupuestos"
1041
1042 #. module: sale
1043 #: view:sale.advance.payment.inv:0
1044 msgid "Invoice Sale Order"
1045 msgstr ""
1046
1047 #. module: sale
1048 #: selection:sale.report,month:0
1049 msgid "December"
1050 msgstr "Diciembre"
1051
1052 #. module: sale
1053 #: view:sale.config.settings:0
1054 msgid "Contracts Management"
1055 msgstr ""
1056
1057 #. module: sale
1058 #: view:sale.order.line:0
1059 msgid "Shipped"
1060 msgstr "Enviado"
1061
1062 #. module: sale
1063 #: view:sale.report:0
1064 #: field:sale.report,month:0
1065 msgid "Month"
1066 msgstr "Mes"
1067
1068 #. module: sale
1069 #: model:email.template,subject:sale.email_template_edi_sale
1070 msgid "${object.company_id.name} Order (Ref ${object.name or 'n/a' })"
1071 msgstr "${object.company_id.name} Pedido (Ref ${object.name or 'n/a' })"
1072
1073 #. module: sale
1074 #: field:sale.order.line,sequence:0
1075 msgid "Sequence"
1076 msgstr "Secuencia"
1077
1078 #. module: sale
1079 #: code:addons/sale/sale.py:591
1080 #, python-format
1081 msgid "You cannot confirm a sale order which has no line."
1082 msgstr "No puede confirmar un pedido de venta sin lineas."
1083
1084 #. module: sale
1085 #: view:sale.order.line:0
1086 msgid "Uninvoiced"
1087 msgstr "No facturada"
1088
1089 #. module: sale
1090 #: view:sale.report:0
1091 #: field:sale.report,categ_id:0
1092 msgid "Category of Product"
1093 msgstr "Categoría de producto"
1094
1095 #. module: sale
1096 #: code:addons/sale/sale.py:557
1097 #, python-format
1098 msgid "Cannot cancel this sales order!"
1099 msgstr ""
1100
1101 #. module: sale
1102 #: help:sale.order,invoice_exists:0
1103 msgid "It indicates that sale order has at least one invoice."
1104 msgstr ""
1105
1106 #. module: sale
1107 #: model:ir.model,name:sale.model_mail_message
1108 msgid "Message"
1109 msgstr ""
1110
1111 #. module: sale
1112 #: field:sale.config.settings,module_warning:0
1113 msgid "Allow configuring alerts by customer or products"
1114 msgstr ""
1115
1116 #. module: sale
1117 #: field:sale.shop,name:0
1118 msgid "Shop Name"
1119 msgstr "Nombre tienda"
1120
1121 #. module: sale
1122 #: code:addons/sale/sale.py:253
1123 #, python-format
1124 msgid ""
1125 "In order to delete a confirmed sale order, you must cancel it before !"
1126 msgstr ""
1127
1128 #. module: sale
1129 #: report:sale.order:0
1130 msgid "Taxes :"
1131 msgstr "Impuestos :"
1132
1133 #. module: sale
1134 #: code:addons/sale/sale.py:658
1135 #, python-format
1136 msgid "Invoice has been <b>paid</b>."
1137 msgstr ""
1138
1139 #. module: sale
1140 #: model:res.groups,name:sale.group_analytic_accounting
1141 msgid "Analytic Accounting for Sales"
1142 msgstr ""
1143
1144 #. module: sale
1145 #: model:ir.model,name:sale.model_sale_advance_payment_inv
1146 msgid "Sales Advance Payment Invoice"
1147 msgstr "Ventas. Anticipo pago factura"
1148
1149 #. module: sale
1150 #: model:ir.actions.client,name:sale.action_client_sale_menu
1151 msgid "Open Sale Menu"
1152 msgstr ""
1153
1154 #. module: sale
1155 #: selection:sale.report,state:0
1156 msgid "In Progress"
1157 msgstr "En proceso"
1158
1159 #. module: sale
1160 #: code:addons/sale/sale.py:867
1161 #, python-format
1162 msgid "No Customer Defined !"
1163 msgstr "¡No se ha definido un cliente!"
1164
1165 #. module: sale
1166 #: view:sale.make.invoice:0
1167 #: view:sale.order.line.make.invoice:0
1168 msgid "Create invoices"
1169 msgstr "Crear facturas"
1170
1171 #. module: sale
1172 #: help:sale.order,invoice_quantity:0
1173 msgid ""
1174 "The sale order will automatically create the invoice proposition (draft "
1175 "invoice). Ordered and delivered quantities may not be the same. You have to "
1176 "choose if you want your invoice based on ordered or shipped quantities. If "
1177 "the product is a service, shipped quantities means hours spent on the "
1178 "associated tasks."
1179 msgstr ""
1180 "El pedido de venta creará automáticamente la proposición de la factura "
1181 "(factura borrador). Las cantidades pedidas y entregadas pueden no ser las "
1182 "mismas. Debe elegir si desea que su factura se base en las cantidades "
1183 "pedidas o entregadas. Si el producto es un servicio, las cantidades enviadas "
1184 "son las horas dedicadas a las tareas asociadas."
1185
1186 #. module: sale
1187 #: code:addons/sale/wizard/sale_make_invoice_advance.py:153
1188 #, python-format
1189 msgid "Advance of %s %%"
1190 msgstr ""
1191
1192 #. module: sale
1193 #: model:ir.model,name:sale.model_sale_order_line_make_invoice
1194 msgid "Sale OrderLine Make_invoice"
1195 msgstr "Venta Línea_pedido Realizar_factura"
1196
1197 #. module: sale
1198 #: selection:sale.order.line,state:0
1199 msgid "Draft"
1200 msgstr "Borrador"
1201
1202 #. module: sale
1203 #: field:sale.order,invoiced:0
1204 msgid "Paid"
1205 msgstr "Pagado"
1206
1207 #. module: sale
1208 #: help:sale.order.line,sequence:0
1209 msgid "Gives the sequence order when displaying a list of sales order lines."
1210 msgstr ""
1211
1212 #. module: sale
1213 #: help:sale.order.line,state:0
1214 msgid ""
1215 "* The 'Draft' state is set when the related sales order in draft state.      "
1216 "               \n"
1217 "* The 'Confirmed' state is set when the related sales order is confirmed.    "
1218 "                 \n"
1219 "* The 'Exception' state is set when the related sales order is set as "
1220 "exception.                     \n"
1221 "* The 'Done' state is set when the sales order line has been picked.         "
1222 "            \n"
1223 "* The 'Cancelled' state is set when a user cancel the sales order related."
1224 msgstr ""
1225 "* El estado 'Borrador' se establece cuando se crea el pedido de venta.\n"
1226 "* El estado 'Confirmado' se establece cuando se confirma el pedido de "
1227 "venta.\n"
1228 "* El estado 'Excepción' se establece cuando el pedido de venta tiene una "
1229 "excepción.\n"
1230 "* El estado 'Realizado' se establece cuando las líneas del pedido de venta "
1231 "se han enviado.\n"
1232 "* El estado 'Cancelado' se establece cuando un usuario cancela el pedido de "
1233 "venta."
1234
1235 #. module: sale
1236 #: model:ir.actions.act_window,name:sale.action_order_form
1237 #: model:ir.ui.menu,name:sale.menu_sale_order
1238 #: view:sale.order:0
1239 msgid "Sales Orders"
1240 msgstr "Pedidos de ventas"
1241
1242 #. module: sale
1243 #: field:sale.make.invoice,grouped:0
1244 msgid "Group the invoices"
1245 msgstr "Agrupar las facturas"
1246
1247 #. module: sale
1248 #: help:sale.order,amount_tax:0
1249 msgid "The tax amount."
1250 msgstr "El importe de los impuestos."
1251
1252 #. module: sale
1253 #: view:sale.order:0
1254 #: field:sale.order,state:0
1255 #: view:sale.order.line:0
1256 #: field:sale.order.line,state:0
1257 #: view:sale.report:0
1258 msgid "Status"
1259 msgstr "Estado"
1260
1261 #. module: sale
1262 #: selection:sale.order,order_policy:0
1263 msgid "On Demand"
1264 msgstr ""
1265
1266 #. module: sale
1267 #: selection:sale.report,month:0
1268 msgid "August"
1269 msgstr "Agosto"
1270
1271 #. module: sale
1272 #: view:sale.order:0
1273 msgid "Sale Order "
1274 msgstr ""
1275
1276 #. module: sale
1277 #: model:process.node,note:sale.process_node_saleorder0
1278 msgid "Drives procurement and invoicing"
1279 msgstr "Genera abastecimiento y facturación"
1280
1281 #. module: sale
1282 #: model:ir.actions.act_window,help:sale.action_order_form
1283 msgid ""
1284 "<p class=\"oe_view_nocontent_create\">\n"
1285 "                Click to create a quotation that can be converted into a "
1286 "sale\n"
1287 "                order.\n"
1288 "              </p><p>\n"
1289 "                OpenERP will help you efficiently handle the complete sales "
1290 "flow:\n"
1291 "                quotation, sale order, delivery, invoicing and payment.\n"
1292 "              </p>\n"
1293 "            "
1294 msgstr ""
1295
1296 #. module: sale
1297 #: selection:sale.report,month:0
1298 msgid "June"
1299 msgstr "Junio"
1300
1301 #. module: sale
1302 #: model:ir.actions.act_window,name:sale.action_email_templates
1303 msgid "Email Templates"
1304 msgstr "Plantillas email"
1305
1306 #. module: sale
1307 #: view:sale.order.line:0
1308 msgid "Order"
1309 msgstr "Pedido"
1310
1311 #. module: sale
1312 #: code:addons/sale/sale.py:647
1313 #, python-format
1314 msgid "Quotation for <em>%s</em> <b>converted</b> to Sale Order of %s %s."
1315 msgstr ""
1316
1317 #. module: sale
1318 #: view:sale.order:0
1319 msgid "we should put a config wizard for these two fields"
1320 msgstr ""
1321
1322 #. module: sale
1323 #: field:sale.order,message_is_follower:0
1324 msgid "Is a Follower"
1325 msgstr ""
1326
1327 #. module: sale
1328 #: code:addons/sale/sale.py:261
1329 #, python-format
1330 msgid "Pricelist Warning!"
1331 msgstr "¡Advertencia de la lista de precios!"
1332
1333 #. module: sale
1334 #: model:ir.model,name:sale.model_sale_shop
1335 #: view:sale.shop:0
1336 msgid "Sales Shop"
1337 msgstr "Tienda ventas"
1338
1339 #. module: sale
1340 #: model:ir.model,name:sale.model_sale_report
1341 msgid "Sales Orders Statistics"
1342 msgstr "Estadísticas pedidos de venta"
1343
1344 #. module: sale
1345 #: field:sale.order,date_order:0
1346 msgid "Date"
1347 msgstr "Fecha"
1348
1349 #. module: sale
1350 #: model:ir.model,name:sale.model_sale_order_line
1351 msgid "Sales Order Line"
1352 msgstr "Línea pedido de venta"
1353
1354 #. module: sale
1355 #: selection:sale.report,month:0
1356 msgid "November"
1357 msgstr "Noviembre"
1358
1359 #. module: sale
1360 #: view:sale.report:0
1361 msgid "Extended Filters..."
1362 msgstr "Filtros extendidos..."
1363
1364 #. module: sale
1365 #: code:addons/sale/wizard/sale_line_invoice.py:111
1366 #: code:addons/sale/wizard/sale_make_invoice.py:42
1367 #, python-format
1368 msgid "Warning!"
1369 msgstr ""
1370
1371 #. module: sale
1372 #: field:sale.order,message_comment_ids:0
1373 #: help:sale.order,message_comment_ids:0
1374 msgid "Comments and emails"
1375 msgstr ""
1376
1377 #. module: sale
1378 #: field:sale.advance.payment.inv,product_id:0
1379 msgid "Advance Product"
1380 msgstr "Producto avanzado"
1381
1382 #. module: sale
1383 #: selection:sale.order.line,state:0
1384 msgid "Exception"
1385 msgstr "Excepción"
1386
1387 #. module: sale
1388 #: selection:sale.report,month:0
1389 msgid "October"
1390 msgstr "Octubre"
1391
1392 #. module: sale
1393 #: model:process.transition,note:sale.process_transition_invoice0
1394 msgid ""
1395 "The Salesman creates an invoice manually, if the sales order shipping policy "
1396 "is 'Shipping and Manual in Progress'. The invoice is created automatically "
1397 "if the shipping policy is 'Payment before Delivery'."
1398 msgstr ""
1399 "El comercial crea una factura manualmente si la política de facturación del "
1400 "pedido de venta es \"Envío y Factura manual\". La factura se crea de forma "
1401 "automática si la política de facturación es 'Pago antes del envío'."
1402
1403 #. module: sale
1404 #: help:sale.config.settings,module_sale_stock:0
1405 msgid ""
1406 "Allows you to Make Quotation, Sale Order using different Order policy and "
1407 "Manage Related Stock.\n"
1408 "                    This installs the module sale_stock."
1409 msgstr ""
1410
1411 #. module: sale
1412 #: help:sale.advance.payment.inv,product_id:0
1413 msgid ""
1414 "Select a product of type service which is called 'Advance Product'.\n"
1415 "                You may have to create it and set it as a default value on "
1416 "this field."
1417 msgstr ""
1418
1419 #. module: sale
1420 #: selection:sale.report,month:0
1421 msgid "January"
1422 msgstr "Enero"
1423
1424 #. module: sale
1425 #: model:ir.actions.act_window,name:sale.action_order_tree4
1426 msgid "Sales Order in Progress"
1427 msgstr "Pedidos de ventas en proceso"
1428
1429 #. module: sale
1430 #: field:sale.order,message_summary:0
1431 msgid "Summary"
1432 msgstr ""
1433
1434 #. module: sale
1435 #: field:sale.config.settings,timesheet:0
1436 msgid "Prepare invoices based on timesheets"
1437 msgstr ""
1438
1439 #. module: sale
1440 #: code:addons/sale/sale.py:651
1441 #, python-format
1442 msgid "Sale Order for <em>%s</em> <b>cancelled</b>."
1443 msgstr ""
1444
1445 #. module: sale
1446 #: field:sale.advance.payment.inv,advance_payment_method:0
1447 msgid "What do you want to invoice?"
1448 msgstr ""
1449
1450 #. module: sale
1451 #: field:sale.config.settings,group_sale_pricelist:0
1452 msgid "Use pricelists to adapt your price per customers"
1453 msgstr ""
1454
1455 #. module: sale
1456 #: model:process.transition,note:sale.process_transition_confirmquotation0
1457 msgid ""
1458 "The salesman confirms the quotation. The state of the sales order becomes "
1459 "'In progress' or 'Manual in progress'."
1460 msgstr ""
1461 "El comercial confirma el presupuesto. El estado del pedido de venta se "
1462 "convierte 'En proceso' o 'Manual en proceso'."
1463
1464 #. module: sale
1465 #: help:sale.order,origin:0
1466 msgid "Reference of the document that generated this sales order request."
1467 msgstr ""
1468 "Referencia del documento que ha generado esta solicitud de pedido de venta."
1469
1470 #. module: sale
1471 #: code:addons/sale/sale.py:958
1472 #, python-format
1473 msgid "No valid pricelist line found ! :"
1474 msgstr "¡No se ha encontrado una linea de tarifa valida!"
1475
1476 #. module: sale
1477 #: help:sale.config.settings,module_warning:0
1478 msgid ""
1479 "Allow to configure warnings on products and trigger them when a user wants "
1480 "to sale a given product or a given customer.\n"
1481 "            Example: Product: this product is deprecated, do not purchase "
1482 "more than 5.\n"
1483 "            Supplier: don't forget to ask for an express delivery."
1484 msgstr ""
1485
1486 #. module: sale
1487 #: view:sale.report:0
1488 #: field:sale.report,delay:0
1489 msgid "Commitment Delay"
1490 msgstr "Retraso realización"
1491
1492 #. module: sale
1493 #: view:sale.order.line:0
1494 msgid "Confirmed sale order lines, not yet delivered"
1495 msgstr ""
1496
1497 #. module: sale
1498 #: view:sale.order:0
1499 msgid "History"
1500 msgstr "Historial"
1501
1502 #. module: sale
1503 #: field:sale.config.settings,module_sale_margin:0
1504 msgid "Display margins on sales orders"
1505 msgstr ""
1506
1507 #. module: sale
1508 #: help:sale.order,invoice_ids:0
1509 msgid ""
1510 "This is the list of invoices that have been generated for this sales order. "
1511 "The same sales order may have been invoiced in several times (by line for "
1512 "example)."
1513 msgstr ""
1514 "Esta es la lista de facturas que han sido generadas para este pedido de "
1515 "venta. El mismo pedido de venta puede haber sido facturado varias veces "
1516 "(línea a línea, por ejemplo)."
1517
1518 #. module: sale
1519 #: report:sale.order:0
1520 msgid "Your Reference"
1521 msgstr "Su referencia"
1522
1523 #. module: sale
1524 #: view:sale.advance.payment.inv:0
1525 msgid "Show Lines to Invoice"
1526 msgstr ""
1527
1528 #. module: sale
1529 #: field:sale.report,date:0
1530 msgid "Date Order"
1531 msgstr "Fecha pedido"
1532
1533 #. module: sale
1534 #: field:sale.order,pricelist_id:0
1535 #: field:sale.report,pricelist_id:0
1536 #: field:sale.shop,pricelist_id:0
1537 msgid "Pricelist"
1538 msgstr "Tarifa"
1539
1540 #. module: sale
1541 #: report:sale.order:0
1542 msgid "TVA :"
1543 msgstr "IVA :"
1544
1545 #. module: sale
1546 #: code:addons/sale/sale.py:401
1547 #, python-format
1548 msgid "Customer Invoices"
1549 msgstr "Facturas de cliente"
1550
1551 #. module: sale
1552 #: model:process.node,note:sale.process_node_order0
1553 msgid "Confirmed sales order to invoice."
1554 msgstr "Pedido de venta confirmado a factura."
1555
1556 #. module: sale
1557 #: model:ir.actions.act_window,name:sale.action_order_line_product_tree
1558 #: view:sale.order:0
1559 #: view:sale.order.line:0
1560 msgid "Sales Order Lines"
1561 msgstr "Líneas pedido de ventas"
1562
1563 #. module: sale
1564 #: model:ir.actions.act_window,name:sale.open_board_sales
1565 #: model:ir.ui.menu,name:sale.menu_dashboard_sales
1566 #: model:process.process,name:sale.process_process_salesprocess0
1567 #: view:res.partner:0
1568 #: view:sale.order:0
1569 #: view:sale.report:0
1570 msgid "Sales"
1571 msgstr "Ventas"
1572
1573 #. module: sale
1574 #: code:addons/sale/sale.py:262
1575 #, python-format
1576 msgid ""
1577 "If you change the pricelist of this order (and eventually the currency), "
1578 "prices of existing order lines will not be updated."
1579 msgstr ""
1580
1581 #. module: sale
1582 #: view:sale.report:0
1583 #: field:sale.report,day:0
1584 msgid "Day"
1585 msgstr "Día"
1586
1587 #. module: sale
1588 #: view:sale.order:0
1589 #: field:sale.order,invoice_ids:0
1590 msgid "Invoices"
1591 msgstr "Facturas"
1592
1593 #. module: sale
1594 #: report:sale.order:0
1595 #: field:sale.order.line,price_unit:0
1596 msgid "Unit Price"
1597 msgstr "Precio unidad"
1598
1599 #. module: sale
1600 #: view:sale.order:0
1601 #: selection:sale.order,state:0
1602 #: view:sale.order.line:0
1603 #: selection:sale.order.line,state:0
1604 #: selection:sale.report,state:0
1605 msgid "Done"
1606 msgstr "Realizado"
1607
1608 #. module: sale
1609 #: report:sale.order:0
1610 msgid "Invoice address :"
1611 msgstr "Dirección de factura :"
1612
1613 #. module: sale
1614 #: model:process.node,name:sale.process_node_invoice0
1615 #: view:sale.order:0
1616 msgid "Invoice"
1617 msgstr "Factura"
1618
1619 #. module: sale
1620 #: view:sale.order.line:0
1621 msgid "My Sales Order Lines"
1622 msgstr "Mis lineas de pedidos de venta"
1623
1624 #. module: sale
1625 #: model:process.transition.action,name:sale.process_transition_action_cancel0
1626 #: view:sale.advance.payment.inv:0
1627 #: view:sale.make.invoice:0
1628 #: view:sale.order:0
1629 #: view:sale.order.line:0
1630 #: view:sale.order.line.make.invoice:0
1631 msgid "Cancel"
1632 msgstr "Cancelar"
1633
1634 #. module: sale
1635 #: field:sale.order,message_follower_ids:0
1636 msgid "Followers"
1637 msgstr ""
1638
1639 #. module: sale
1640 #: code:addons/sale/sale.py:947
1641 #, python-format
1642 msgid "No Pricelist ! : "
1643 msgstr ""
1644
1645 #. module: sale
1646 #: model:process.node,name:sale.process_node_quotation0
1647 #: selection:sale.report,state:0
1648 msgid "Quotation"
1649 msgstr "Presupuesto"
1650
1651 #. module: sale
1652 #: view:sale.order.line:0
1653 msgid "Search Uninvoiced Lines"
1654 msgstr "Buscar líneas no facturadas"
1655
1656 #. module: sale
1657 #: model:ir.model,name:sale.model_account_config_settings
1658 msgid "account.config.settings"
1659 msgstr ""
1660
1661 #. module: sale
1662 #: sql_constraint:sale.order:0
1663 msgid "Order Reference must be unique per Company!"
1664 msgstr "¡La referencia del pedido debe ser única por compañía!"
1665
1666 #. module: sale
1667 #: model:ir.actions.act_window,help:sale.action_order_line_tree2
1668 msgid ""
1669 "<p>\n"
1670 "                Here is a list of each sales order line to be invoiced. You "
1671 "can\n"
1672 "                invoice sales orders partially, by lines of sales order. You "
1673 "do\n"
1674 "                not need this list if you invoice from the delivery orders "
1675 "or\n"
1676 "                if you invoice sales totally.\n"
1677 "              </p>\n"
1678 "            "
1679 msgstr ""
1680
1681 #. module: sale
1682 #: view:sale.config.settings:0
1683 msgid "Product Features"
1684 msgstr ""
1685
1686 #. module: sale
1687 #: view:sale.order.line:0
1688 msgid "To Do"
1689 msgstr "Para hacer"
1690
1691 #. module: sale
1692 #: report:sale.order:0
1693 msgid "Shipping address :"
1694 msgstr "Dirección de envío :"
1695
1696 #. module: sale
1697 #: code:addons/sale/sale.py:460
1698 #, python-format
1699 msgid ""
1700 "You cannot group sales having different currencies for the same partner."
1701 msgstr ""
1702
1703 #. module: sale
1704 #: code:addons/sale/sale.py:663
1705 #, python-format
1706 msgid "Draft Invoice of %s %s <b>waiting for validation</b>."
1707 msgstr ""
1708
1709 #. module: sale
1710 #: field:sale.config.settings,module_account_analytic_analysis:0
1711 msgid "Use contracts management"
1712 msgstr ""
1713
1714 #. module: sale
1715 #: code:addons/sale/sale.py:955
1716 #, python-format
1717 msgid ""
1718 "Cannot find a pricelist line matching this product and quantity.\n"
1719 "You have to change either the product, the quantity or the pricelist."
1720 msgstr ""
1721
1722 #. module: sale
1723 #: model:ir.actions.act_window,name:sale.action_order_report_all
1724 #: model:ir.ui.menu,name:sale.menu_report_product_all
1725 #: view:sale.report:0
1726 msgid "Sales Analysis"
1727 msgstr "Análisis de ventas"
1728
1729 #. module: sale
1730 #: help:sale.order,pricelist_id:0
1731 msgid "Pricelist for current sales order."
1732 msgstr "Tarifa para el pedido de venta actual."
1733
1734 #. module: sale
1735 #: model:process.transition,name:sale.process_transition_invoice0
1736 #: model:process.transition.action,name:sale.process_transition_action_createinvoice0
1737 #: view:sale.advance.payment.inv:0
1738 #: view:sale.order:0
1739 #: field:sale.order,order_policy:0
1740 #: view:sale.order.line:0
1741 msgid "Create Invoice"
1742 msgstr "Crear factura"
1743
1744 #. module: sale
1745 #: help:sale.order,amount_untaxed:0
1746 msgid "The amount without tax."
1747 msgstr "El importe sin impuestos."
1748
1749 #. module: sale
1750 #: view:sale.order.line:0
1751 msgid "Order reference"
1752 msgstr "Referencia de pedido"
1753
1754 #. module: sale
1755 #: help:sale.order,invoiced:0
1756 msgid "It indicates that an invoice has been paid."
1757 msgstr "Indica que una factura ha sido pagada."
1758
1759 #. module: sale
1760 #: code:addons/sale/sale.py:822
1761 #, python-format
1762 msgid "You cannot cancel a sale order line that has already been invoiced!"
1763 msgstr "¡No puede cancelar una linea de pedido que ya está facturada!"
1764
1765 #. module: sale
1766 #: selection:sale.advance.payment.inv,advance_payment_method:0
1767 msgid "Percentage"
1768 msgstr ""
1769
1770 #. module: sale
1771 #: report:sale.order:0
1772 #: view:sale.order:0
1773 #: field:sale.order,user_id:0
1774 #: view:sale.order.line:0
1775 #: field:sale.order.line,salesman_id:0
1776 #: view:sale.report:0
1777 #: field:sale.report,user_id:0
1778 msgid "Salesperson"
1779 msgstr ""
1780
1781 #. module: sale
1782 #: view:sale.order.line:0
1783 #: field:sale.order.line,product_id:0
1784 #: view:sale.report:0
1785 #: field:sale.report,product_id:0
1786 msgid "Product"
1787 msgstr "Producto"
1788
1789 #. module: sale
1790 #: view:sale.advance.payment.inv:0
1791 #: view:sale.order:0
1792 msgid "%"
1793 msgstr ""
1794
1795 #. module: sale
1796 #: report:sale.order:0
1797 msgid "Description"
1798 msgstr "Descripción"
1799
1800 #. module: sale
1801 #: code:addons/sale/wizard/sale_make_invoice_advance.py:143
1802 #, python-format
1803 msgid "There is no income account defined for this product: \"%s\" (id:%d)."
1804 msgstr ""
1805
1806 #. module: sale
1807 #: selection:sale.report,month:0
1808 msgid "May"
1809 msgstr "Mayo"
1810
1811 #. module: sale
1812 #: code:addons/sale/sale.py:766
1813 #, python-format
1814 msgid "Please define income account for this product: \"%s\" (id:%d)."
1815 msgstr ""
1816
1817 #. module: sale
1818 #: report:sale.order:0
1819 msgid "Price"
1820 msgstr "Precio"
1821
1822 #. module: sale
1823 #: model:ir.actions.act_window,help:sale.action_order_report_all
1824 msgid ""
1825 "This report performs analysis on your quotations and sales orders. Analysis "
1826 "check your sales revenues and sort it by different group criteria (salesman, "
1827 "partner, product, etc.) Use this report to perform analysis on sales not "
1828 "having invoiced yet. If you want to analyse your turnover, you should use "
1829 "the Invoice Analysis report in the Accounting application."
1830 msgstr ""
1831 "Este informe realiza un análisis de sus presupuestos y pedidos de venta. El "
1832 "análisis verifica los ingresos de sus ventas y las ordena por diferentes "
1833 "grupos de criterios (comercial, empresa, producto, etc.). Utilice este "
1834 "informe para realizar un análisis sobre sus ventas todavía no facturadas. Si "
1835 "desea analizar sus ingresos, debería utilizar el informe de análisis de "
1836 "facturas en la aplicación de Contabilidad."
1837
1838 #. module: sale
1839 #: help:sale.order,state:0
1840 msgid ""
1841 "Gives the state of the quotation or sales order. \n"
1842 "The exception state is automatically set when a cancel operation occurs in "
1843 "the invoice validation (Invoice Exception). \n"
1844 "The 'Waiting Schedule' state is set when the invoice is confirmed but "
1845 "waiting for the scheduler to run on the order date."
1846 msgstr ""
1847
1848 #. module: sale
1849 #: report:sale.order:0
1850 msgid "Tel. :"
1851 msgstr "Tel. :"
1852
1853 #. module: sale
1854 #: view:sale.make.invoice:0
1855 #: view:sale.order.line.make.invoice:0
1856 msgid "Do you really want to create the invoice(s)?"
1857 msgstr "¿Desea crear la(s) factura(s)?"
1858
1859 #. module: sale
1860 #: view:sale.order:0
1861 msgid "Other Information"
1862 msgstr "Otra información"
1863
1864 #. module: sale
1865 #: view:res.partner:0
1866 msgid "sale.group_delivery_invoice_address"
1867 msgstr ""
1868
1869 #. module: sale
1870 #: view:sale.order.line:0
1871 msgid "Qty"
1872 msgstr "Ctdad"
1873
1874 #. module: sale
1875 #: model:process.node,note:sale.process_node_invoice0
1876 msgid "To be reviewed by the accountant."
1877 msgstr "Para ser revisado por el contable."
1878
1879 #. module: sale
1880 #: view:sale.order:0
1881 msgid "Send by Mail"
1882 msgstr ""
1883
1884 #. module: sale
1885 #: model:res.groups,name:sale.group_mrp_properties
1886 msgid "Properties on lines"
1887 msgstr ""
1888
1889 #. module: sale
1890 #: help:sale.order,partner_shipping_id:0
1891 msgid "Shipping address for current sales order."
1892 msgstr "Dirección de envío para el pedido de venta actual."
1893
1894 #. module: sale
1895 #: selection:sale.order,state:0
1896 msgid "Sale to Invoice"
1897 msgstr ""
1898
1899 #. module: sale
1900 #: model:ir.actions.report.xml,name:sale.report_sale_order
1901 msgid "Quotation / Order"
1902 msgstr "Presupuesto / Pedido"
1903
1904 #. module: sale
1905 #: view:sale.order:0
1906 msgid "Inbox"
1907 msgstr ""
1908
1909 #. module: sale
1910 #: view:sale.order:0
1911 #: field:sale.order,partner_id:0
1912 #: field:sale.order.line,order_partner_id:0
1913 msgid "Customer"
1914 msgstr "Cliente"
1915
1916 #. module: sale
1917 #: model:product.template,name:sale.advance_product_0_product_template
1918 msgid "Advance"
1919 msgstr "Anticipo"
1920
1921 #. module: sale
1922 #: selection:sale.report,month:0
1923 msgid "February"
1924 msgstr "Febrero"
1925
1926 #. module: sale
1927 #: field:sale.order,invoice_quantity:0
1928 msgid "Invoice on"
1929 msgstr "Facturar las"
1930
1931 #. module: sale
1932 #: selection:sale.advance.payment.inv,advance_payment_method:0
1933 msgid "Fixed price (deposit)"
1934 msgstr ""
1935
1936 #. module: sale
1937 #: code:addons/sale/wizard/sale_make_invoice_advance.py:139
1938 #, python-format
1939 msgid "There is no income account defined as global property."
1940 msgstr ""
1941
1942 #. module: sale
1943 #: report:sale.order:0
1944 msgid "Date Ordered"
1945 msgstr "Fecha de pedido"
1946
1947 #. module: sale
1948 #: field:sale.order.line,product_uos:0
1949 msgid "Product UoS"
1950 msgstr "UdV del producto"
1951
1952 #. module: sale
1953 #: help:account.config.settings,group_analytic_account_for_sales:0
1954 msgid "Allows you to specify an analytic account on sale orders."
1955 msgstr ""
1956
1957 #. module: sale
1958 #: model:process.node,note:sale.process_node_quotation0
1959 msgid "Draft state of sales order"
1960 msgstr "Estado borrador del pedido de venta"
1961
1962 #. module: sale
1963 #: field:sale.order,origin:0
1964 msgid "Source Document"
1965 msgstr "Documento origen"
1966
1967 #. module: sale
1968 #: selection:sale.report,month:0
1969 msgid "April"
1970 msgstr "Abril"
1971
1972 #. module: sale
1973 #: selection:sale.report,state:0
1974 msgid "Manual In Progress"
1975 msgstr "Manual en proceso"
1976
1977 #. module: sale
1978 #: model:ir.actions.server,name:sale.actions_server_sale_order_unread
1979 msgid "Mark unread"
1980 msgstr ""
1981
1982 #. module: sale
1983 #: code:addons/sale/sale.py:643
1984 #, python-format
1985 msgid "Quotation for <em>%s</em> <b>created</b>."
1986 msgstr ""
1987
1988 #. module: sale
1989 #: model:res.groups,name:sale.group_delivery_invoice_address
1990 msgid "Addresses in Sale Orders"
1991 msgstr ""
1992
1993 #. module: sale
1994 #: field:sale.config.settings,time_unit:0
1995 msgid "The default working time unit for services is"
1996 msgstr ""
1997
1998 #. module: sale
1999 #: view:sale.order:0
2000 msgid "My Sale Orders"
2001 msgstr "Mis pedidos de venta"
2002
2003 #. module: sale
2004 #: model:res.groups,name:sale.group_invoice_so_lines
2005 msgid "Enable Invoicing Sale order lines"
2006 msgstr ""
2007
2008 #. module: sale
2009 #: help:sale.order,message_ids:0
2010 msgid "Messages and communication history"
2011 msgstr ""
2012
2013 #. module: sale
2014 #: view:sale.order:0
2015 #: view:sale.order.line:0
2016 msgid "Search Sales Order"
2017 msgstr "Buscar pedido de venta"
2018
2019 #. module: sale
2020 #: view:sale.config.settings:0
2021 msgid ""
2022 "Use contract to be able to manage your services with\n"
2023 "                        multiple invoicing as part of the same contract "
2024 "with\n"
2025 "                        your customer."
2026 msgstr ""
2027
2028 #. module: sale
2029 #: view:sale.report:0
2030 msgid "Ordered month of the sales order"
2031 msgstr ""
2032
2033 #. module: sale
2034 #: code:addons/sale/sale.py:945
2035 #, python-format
2036 msgid ""
2037 "You have to select a pricelist or a customer in the sales form !\n"
2038 "Please set one before choosing a product."
2039 msgstr ""
2040 "Tiene que seleccionar una lista de precios o un cliente en el formulario del "
2041 "pedido."
2042
2043 #. module: sale
2044 #: model:process.transition,name:sale.process_transition_saleinvoice0
2045 msgid "From a sales order"
2046 msgstr "Desde un pedido de venta"
2047
2048 #. module: sale
2049 #: view:sale.order:0
2050 msgid "Ignore Exception"
2051 msgstr "Ignorar excepción"
2052
2053 #. module: sale
2054 #: model:process.transition,note:sale.process_transition_saleinvoice0
2055 msgid ""
2056 "Depending on the Invoicing control of the sales order, the invoice can be "
2057 "based on delivered or on ordered quantities. Thus, a sales order can "
2058 "generates an invoice or a delivery order as soon as it is confirmed by the "
2059 "salesman."
2060 msgstr ""
2061 "En función del control de facturación de los pedidos de venta, la factura "
2062 "puede estar basada en las cantidades entregadas o pedidas. Por lo tanto, un "
2063 "pedido de venta puede generar una factura o un albarán tan pronto como sea "
2064 "confirmado por el comercial."
2065
2066 #. module: sale
2067 #: selection:sale.advance.payment.inv,advance_payment_method:0
2068 msgid "Some order lines"
2069 msgstr ""
2070
2071 #. module: sale
2072 #: code:addons/sale/sale.py:986
2073 #, python-format
2074 msgid "Cannot delete a sales order line which is in state '%s'."
2075 msgstr ""
2076
2077 #. module: sale
2078 #: help:sale.order,project_id:0
2079 msgid "The analytic account related to a sales order."
2080 msgstr "La cuenta analítica relacionada con un pedido de venta."
2081
2082 #. module: sale
2083 #: report:sale.order:0
2084 #: field:sale.order,payment_term:0
2085 msgid "Payment Term"
2086 msgstr "Plazo de pago"
2087
2088 #. module: sale
2089 #: view:sale.order:0
2090 msgid "Sales Order ready to be invoiced"
2091 msgstr "Pedidos preparados para ser facturados"
2092
2093 #. module: sale
2094 #: help:account.config.settings,module_sale_analytic_plans:0
2095 msgid "This allows install module sale_analytic_plans."
2096 msgstr ""
2097
2098 #. module: sale
2099 #: view:sale.advance.payment.inv:0
2100 #: view:sale.make.invoice:0
2101 #: view:sale.order.line.make.invoice:0
2102 msgid "or"
2103 msgstr ""
2104
2105 #. module: sale
2106 #: field:sale.order.line,name:0
2107 msgid "Product Description"
2108 msgstr ""
2109
2110 #. module: sale
2111 #: help:sale.config.settings,group_sale_pricelist:0
2112 msgid ""
2113 "Allows to manage different prices based on rules per category of customers.\n"
2114 "                Example: 10% for retailers, promotion of 5 EUR on this "
2115 "product, etc."
2116 msgstr ""
2117
2118 #. module: sale
2119 #: report:sale.order:0
2120 msgid "Quotation N°"
2121 msgstr "Presupuesto Nº"
2122
2123 #. module: sale
2124 #: model:res.groups,name:sale.group_discount_per_so_line
2125 msgid "Discount on lines"
2126 msgstr ""
2127
2128 #. module: sale
2129 #: field:sale.order,client_order_ref:0
2130 msgid "Customer Reference"
2131 msgstr "Referencia cliente"
2132
2133 #. module: sale
2134 #: view:sale.report:0
2135 msgid "Picked"
2136 msgstr "Enviada"
2137
2138 #. module: sale
2139 #: help:sale.config.settings,module_sale_margin:0
2140 msgid ""
2141 "This adds the 'Margin' on sales order.\n"
2142 "                This gives the profitability by calculating the difference "
2143 "between the Unit Price and Cost Price.\n"
2144 "                This installs the module sale_margin."
2145 msgstr ""
2146
2147 #. module: sale
2148 #: code:addons/sale/sale.py:867
2149 #, python-format
2150 msgid ""
2151 "Before choosing a product,\n"
2152 " select a customer in the sales form."
2153 msgstr ""
2154
2155 #. module: sale
2156 #: view:sale.order:0
2157 msgid "Total Tax Included"
2158 msgstr "Total impuestos incluidos"
2159
2160 #. module: sale
2161 #: field:sale.order,invoice_exists:0
2162 #: field:sale.order,invoiced_rate:0
2163 #: field:sale.order.line,invoiced:0
2164 msgid "Invoiced"
2165 msgstr "Facturado"
2166
2167 #. module: sale
2168 #: view:sale.advance.payment.inv:0
2169 msgid ""
2170 "Select how you want to invoice this order. This\n"
2171 "                        will create a draft invoice that can be modified\n"
2172 "                        before validation."
2173 msgstr ""
2174
2175 #. module: sale
2176 #: view:sale.report:0
2177 msgid "Ordered date of the sales order"
2178 msgstr ""
2179
2180 #~ msgid "Configure Sale Order Logistic"
2181 #~ msgstr "Configurar la logística de los pedidos de venta"
2182
2183 #~ msgid "Partial Delivery"
2184 #~ msgstr "Envío parcial"
2185
2186 #~ msgid "Recreate Procurement"
2187 #~ msgstr "Recrear abastecimiento"
2188
2189 #~ msgid "Delivery Order"
2190 #~ msgstr "Orden de entrega"
2191
2192 #~ msgid "from stock"
2193 #~ msgstr "desde stock"
2194
2195 #~ msgid "Steps To Deliver a Sale Order"
2196 #~ msgstr "Pasos para entregar un pedido de venta"
2197
2198 #~ msgid "You invoice has been successfully created !"
2199 #~ msgstr "¡Su factura ha sido creada correctamente!"
2200
2201 #~ msgid "Automatic Declaration"
2202 #~ msgstr "Declaración automática"
2203
2204 #~ msgid "Set to Draft"
2205 #~ msgstr "Cambiar a borrador"
2206
2207 #~ msgid ""
2208 #~ "This is the list of picking list that have been generated for this invoice"
2209 #~ msgstr "Ésta es la lista de albaranes que se han generado para esta factura"
2210
2211 #~ msgid "Delivery, from the warehouse to the customer."
2212 #~ msgstr "Entrega, desde el almacén hasta el cliente."
2213
2214 #~ msgid "Validate"
2215 #~ msgstr "Validar"
2216
2217 #~ msgid "After confirming order, Create the invoice."
2218 #~ msgstr "Después de confirmar el pedido, crear la factura."
2219
2220 #~ msgid ""
2221 #~ "Whenever confirm button is clicked, the draft state is moved to manual. that "
2222 #~ "is, quotation is moved to  sale order."
2223 #~ msgstr ""
2224 #~ "Cuando presiona el botón Confirmar, el estado Borrador cambia a Manual. es "
2225 #~ "decir, el presupuesto cambia a pedido de venta."
2226
2227 #~ msgid "Inventory Moves"
2228 #~ msgstr "Movimientos de inventario"
2229
2230 #~ msgid "Manual Designation"
2231 #~ msgstr "Designación manual"
2232
2233 #~ msgid "Notes"
2234 #~ msgstr "Notas"
2235
2236 #~ msgid "Invoice after delivery"
2237 #~ msgstr "Facturar después del envío"
2238
2239 #~ msgid "Shipping Exception"
2240 #~ msgstr "Excepción de envío"
2241
2242 #~ msgid "Origin"
2243 #~ msgstr "Origen"
2244
2245 #~ msgid "Outgoing Products"
2246 #~ msgstr "Productos salientes"
2247
2248 #~ msgid "Reference"
2249 #~ msgstr "Referencia"
2250
2251 #~ msgid "All at Once"
2252 #~ msgstr "Todo a la vez"
2253
2254 #~ msgid "Procurement is created after confirmation of sale order."
2255 #~ msgstr "El abastecimiento es creado después de confirmar un pedido de venta."
2256
2257 #~ msgid "Procure Method"
2258 #~ msgstr "Método abastecimiento"
2259
2260 #~ msgid "Extra Info"
2261 #~ msgstr "Información extra"
2262
2263 #~ msgid "Net Price"
2264 #~ msgstr "Precio neto"
2265
2266 #~ msgid "My sales order in progress"
2267 #~ msgstr "Mis pedidos de ventas en proceso"
2268
2269 #~ msgid ""
2270 #~ "The sale order will automatically create the invoice proposition (draft "
2271 #~ "invoice). Ordered and delivered quantities may not be the same. You have to "
2272 #~ "choose if you invoice based on ordered or shipped quantities. If the product "
2273 #~ "is a service, shipped quantities means hours spent on the associated tasks."
2274 #~ msgstr ""
2275 #~ "El pedido de venta creará automáticamente la propuesta de factura (factura "
2276 #~ "borrador). Las cantidades pedidas y las cantidades enviadas pueden no ser "
2277 #~ "las mismas. Tiene que decidir si factura basado en cantidades pedidas o "
2278 #~ "enviadas. Si el producto es un servicio, cantidades enviadas significa horas "
2279 #~ "dedicadas a las tareas asociadas."
2280
2281 #, python-format
2282 #~ msgid ""
2283 #~ "You cannot make an advance on a sale order that is defined as 'Automatic "
2284 #~ "Invoice after delivery'."
2285 #~ msgstr ""
2286 #~ "No puede hacer un anticipo en un pedido de venta definido como 'Factura "
2287 #~ "automática después del envío'."
2288
2289 #~ msgid "All Sales Order"
2290 #~ msgstr "Todos los pedidos de ventas"
2291
2292 #~ msgid "Shipped Quantities"
2293 #~ msgstr "Cantidades enviadas"
2294
2295 #~ msgid "Invoice Based on Sales Orders"
2296 #~ msgstr "Factura basada en pedidos de venta"
2297
2298 #~ msgid "Sale Shop"
2299 #~ msgstr "Tienda de ventas"
2300
2301 #~ msgid "Warehouse"
2302 #~ msgstr "Almacén"
2303
2304 #~ msgid "Force Assignation"
2305 #~ msgstr "Forzar asignación"
2306
2307 #~ msgid "Untaxed amount"
2308 #~ msgstr "Base imponible"
2309
2310 #~ msgid ""
2311 #~ "Packing list is created when 'Assign' is being clicked after confirming the "
2312 #~ "sale order. This transaction moves the sale order to packing list."
2313 #~ msgstr ""
2314 #~ "Se crea un albarán cuando presione 'Asigna' después de haber confirmado el "
2315 #~ "pedido de venta. Esta transacción convierte el pedido de venta a albarán."
2316
2317 #~ msgid "My sales order waiting Invoice"
2318 #~ msgstr "Mis pedidos de ventas esperarando facturación"
2319
2320 #~ msgid ""
2321 #~ "When you select Shipping Ploicy = 'Automatic Invoice after delivery' , it "
2322 #~ "will automatic create after delivery."
2323 #~ msgstr ""
2324 #~ "Cuando selecciona una política de envío = 'Factura automática después del "
2325 #~ "envío', la creará automáticamente después del envío."
2326
2327 #, python-format
2328 #~ msgid "Error !"
2329 #~ msgstr "¡Error!"
2330
2331 #~ msgid "Complete Delivery"
2332 #~ msgstr "Envío completo"
2333
2334 #~ msgid "Manual Description"
2335 #~ msgstr "Descripción manual"
2336
2337 #~ msgid "Quantity (UoM)"
2338 #~ msgstr "Cantidad (UdM)"
2339
2340 #, python-format
2341 #~ msgid "You must first cancel all invoices attached to this sale order."
2342 #~ msgstr ""
2343 #~ "Primero debe cancelar todas las facturas asociadas a este pedido de venta."
2344
2345 #~ msgid "Sale Order Procurement"
2346 #~ msgstr "Abastecimiento pedido de venta"
2347
2348 #~ msgid "Packing"
2349 #~ msgstr "Empaquetado/Albarán"
2350
2351 #~ msgid "Confirm Order"
2352 #~ msgstr "Confirmar pedido"
2353
2354 #~ msgid "Configuration"
2355 #~ msgstr "Configuración"
2356
2357 #~ msgid "Invoice on Order After Delivery"
2358 #~ msgstr "Facturar pedido después del envío"
2359
2360 #~ msgid "Invalid XML for View Architecture!"
2361 #~ msgstr "¡XML inválido para la definición de la vista!"
2362
2363 #~ msgid "Error: UOS must be in a different category than the UOM"
2364 #~ msgstr "Error: La UdV debe estar en una categoría diferente que la UdM"
2365
2366 #~ msgid "sale.config.picking_policy"
2367 #~ msgstr "sale.config.picking_policy"
2368
2369 #~ msgid "Sales orders"
2370 #~ msgstr "Pedidos de ventas"
2371
2372 #~ msgid "Procurement"
2373 #~ msgstr "Abastecimiento"
2374
2375 #~ msgid "Payment accounts"
2376 #~ msgstr "Cuentas de pago"
2377
2378 #~ msgid "Close"
2379 #~ msgstr "Cerrar"
2380
2381 #~ msgid "Draft Invoice"
2382 #~ msgstr "Factura borrador"
2383
2384 #~ msgid "All Quotations"
2385 #~ msgstr "Todos los presupuestos"
2386
2387 #~ msgid "Draft customer invoice, to be reviewed by accountant."
2388 #~ msgstr "Factura de cliente borrador, para ser revisada por un contable."
2389
2390 #~ msgid "Sales Order To Be Invoiced"
2391 #~ msgstr "Pedidos de ventas a facturar"
2392
2393 #~ msgid "Procurement for each line"
2394 #~ msgstr "Abastecimiento para cada línea"
2395
2396 #~ msgid "Order Line"
2397 #~ msgstr "Línea del pedido"
2398
2399 #~ msgid "Manages the delivery and invoicing progress"
2400 #~ msgstr "Gestiona el progreso de envío y facturación"
2401
2402 #~ msgid "Shipping Default Policy"
2403 #~ msgstr "Política de envío por defecto"
2404
2405 #, python-format
2406 #~ msgid "Could not cancel sale order !"
2407 #~ msgstr "¡No puede cancelar el pedido de venta!"
2408
2409 #~ msgid "Packaging"
2410 #~ msgstr "Empaquetado"
2411
2412 #~ msgid "Canceled"
2413 #~ msgstr "Cancelado"
2414
2415 #~ msgid "Order Ref"
2416 #~ msgstr "Ref. pedido"
2417
2418 #~ msgid "Salesman"
2419 #~ msgstr "Comercial"
2420
2421 #~ msgid ""
2422 #~ "In sale order , procuerement for each line and it comes into the procurement "
2423 #~ "order"
2424 #~ msgstr ""
2425 #~ "En un pedido de venta, abastecer para cada línea y se convierte en la orden "
2426 #~ "de abastecimiento"
2427
2428 #~ msgid "Uninvoiced Lines"
2429 #~ msgstr "Líneas no facturadas"
2430
2431 #~ msgid "Sales Process"
2432 #~ msgstr "Proceso de ventas"
2433
2434 #~ msgid ""
2435 #~ "Error: The default UOM and the purchase UOM must be in the same category."
2436 #~ msgstr ""
2437 #~ "Error: La UdM por defecto y la UdM de compra deben estar en la misma "
2438 #~ "categoría."
2439
2440 #~ msgid "My sales in shipping exception"
2441 #~ msgstr "Mis ventas en excepción de envío"
2442
2443 #~ msgid "Sales Configuration"
2444 #~ msgstr "Configuración de ventas"
2445
2446 #~ msgid "on order"
2447 #~ msgstr "bajo pedido"
2448
2449 #~ msgid "Procurement Corrected"
2450 #~ msgstr "Abastecimiento corregido"
2451
2452 #~ msgid "Shipping & Manual Invoice"
2453 #~ msgstr "Enviar & Factura manual"
2454
2455 #~ msgid "Sale Procurement"
2456 #~ msgstr "Abastecimiento de venta"
2457
2458 #~ msgid "Product sales"
2459 #~ msgstr "Ventas de producto"
2460
2461 #, python-format
2462 #~ msgid "invalid mode for test_state"
2463 #~ msgstr "Modo no válido para test_state"
2464
2465 #~ msgid "Our Salesman"
2466 #~ msgstr "Nuestro comercial"
2467
2468 #~ msgid "Create Advance Invoice"
2469 #~ msgstr "Crear anticipo factura"
2470
2471 #~ msgid "One procurement for each product."
2472 #~ msgstr "Un abastecimiento por cada producto."
2473
2474 #~ msgid "Sale Pricelists"
2475 #~ msgstr "Tarifas de venta"
2476
2477 #~ msgid "Direct Delivery"
2478 #~ msgstr "Envío directo"
2479
2480 #~ msgid "Properties"
2481 #~ msgstr "Propiedades"
2482
2483 #~ msgid ""
2484 #~ "Invoice is created when 'Create Invoice' is being clicked after confirming "
2485 #~ "the sale order. This transaction moves the sale order to invoices."
2486 #~ msgstr ""
2487 #~ "Se crea la factura cuando presione 'Crear factura' después de haber "
2488 #~ "confirmado el pedido de venta. Esta transacción convierte el pedido de venta "
2489 #~ "a facturas."
2490
2491 #~ msgid "Compute"
2492 #~ msgstr "Calcular"
2493
2494 #, python-format
2495 #~ msgid "Error"
2496 #~ msgstr "Error"
2497
2498 #~ msgid "Assign"
2499 #~ msgstr "Asignar"
2500
2501 #~ msgid "Make Invoice"
2502 #~ msgstr "Crear factura"
2503
2504 #~ msgid "Delivery Order Only"
2505 #~ msgstr "Sólo orden de entrega"
2506
2507 #~ msgid "Sales order lines"
2508 #~ msgstr "Líneas del pedido de ventas"
2509
2510 #~ msgid "Packing OUT is created for stockable products."
2511 #~ msgstr "Se crea un albarán de salida OUT para productos almacenables."
2512
2513 #~ msgid "Other data"
2514 #~ msgstr "Otros datos"
2515
2516 #~ msgid "UoM"
2517 #~ msgstr "UdM"
2518
2519 #~ msgid ""
2520 #~ "Confirming the packing list moves them to delivery order. This can be done "
2521 #~ "by clicking on 'Validate' button."
2522 #~ msgstr ""
2523 #~ "Al confirmar el albarán se convierte en una orden de entrega. Esto se puede "
2524 #~ "realizar haciendo clic en el botón 'Validar'."
2525
2526 #~ msgid "Advance Payment"
2527 #~ msgstr "Pago anticipado"
2528
2529 #~ msgid ""
2530 #~ "The Object name must start with x_ and not contain any special character !"
2531 #~ msgstr ""
2532 #~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
2533 #~ "especial!"
2534
2535 #~ msgid "Confirm sale order and Create invoice."
2536 #~ msgstr "Confirmar pedido de venta y crear factura."
2537
2538 #~ msgid "Packing List & Delivery Order"
2539 #~ msgstr "Albarán & Orden de entrega"
2540
2541 #~ msgid "Sale Order Lines"
2542 #~ msgstr "Líneas del pedido de venta"
2543
2544 #~ msgid "Do you really want to create the invoices ?"
2545 #~ msgstr "¿Realmente desea crear las facturas?"
2546
2547 #~ msgid "Invoice based on packing lists"
2548 #~ msgstr "Factura basada en albaranes"
2549
2550 #~ msgid "Set Default"
2551 #~ msgstr "Establecer por defecto"
2552
2553 #~ msgid "Sales order"
2554 #~ msgstr "Pedido de venta"
2555
2556 #~ msgid "Quotation (A sale order in draft state)"
2557 #~ msgstr "Presupuesto (un pedido de venta en estado borrador)"
2558
2559 #~ msgid "Sale Invoice"
2560 #~ msgstr "Factura de venta"
2561
2562 #~ msgid "Incoterm"
2563 #~ msgstr "Incoterm"
2564
2565 #~ msgid "Open Advance Invoice"
2566 #~ msgstr "Abrir anticipo factura"
2567
2568 #~ msgid "Deliver"
2569 #~ msgstr "Enviar"
2570
2571 #, python-format
2572 #~ msgid "Could not cancel this sale order !"
2573 #~ msgstr "¡No se puede cancelar este pedido de venta!"
2574
2575 #~ msgid "Sale Order Line"
2576 #~ msgstr "Línea pedido de venta"
2577
2578 #~ msgid "Cancel Assignation"
2579 #~ msgstr "Cancelar asignación"
2580
2581 #~ msgid "Make invoices"
2582 #~ msgstr "Realizar facturas"
2583
2584 #~ msgid ""
2585 #~ "The name and address of the contact that requested the order or quotation."
2586 #~ msgstr ""
2587 #~ "El nombre y la dirección del contacto que solicita el pedido o presupuesto."
2588
2589 #~ msgid "Purchase Pricelists"
2590 #~ msgstr "Tarifas de compra"
2591
2592 #, python-format
2593 #~ msgid "Cannot delete Sale Order(s) which are already confirmed !"
2594 #~ msgstr ""
2595 #~ "¡No se puede eliminar pedido(s) de venta que ya está(n) confirmado(s)!"
2596
2597 #~ msgid "Name"
2598 #~ msgstr "Nombre"
2599
2600 #~ msgid "New Quotation"
2601 #~ msgstr "Nuevo presupuesto"
2602
2603 #~ msgid "Total amount"
2604 #~ msgstr "Importe total"
2605
2606 #~ msgid "Product UoM"
2607 #~ msgstr "UdM del producto"
2608
2609 #~ msgid "Configure Picking Policy for Sale Order"
2610 #~ msgstr "Configurar política de envío para el pedido de venta"
2611
2612 #~ msgid "Payment Terms"
2613 #~ msgstr "Plazos de pago"
2614
2615 #~ msgid "Invoice Corrected"
2616 #~ msgstr "Factura corregida"
2617
2618 #~ msgid "Delivery Delay"
2619 #~ msgstr "Demora de entrega"
2620
2621 #~ msgid "Related invoices"
2622 #~ msgstr "Facturas relacionadas"
2623
2624 #~ msgid "Payment Before Delivery"
2625 #~ msgstr "Pago antes del envío"
2626
2627 #~ msgid ""
2628 #~ "This is the list of invoices that have been generated for this sale order. "
2629 #~ "The same sale order may have been invoiced in several times (by line for "
2630 #~ "example)."
2631 #~ msgstr ""
2632 #~ "Ésta es la lista de facturas que se han generado para este pedido de venta. "
2633 #~ "El mismo pedido puede haberse facturado varias veces (por ejemplo por cada "
2634 #~ "línea)."
2635
2636 #~ msgid "States"
2637 #~ msgstr "Estados"
2638
2639 #~ msgid "Error: Invalid ean code"
2640 #~ msgstr "Error: Código EAN erróneo"
2641
2642 #~ msgid "Invoice Based on Deliveries"
2643 #~ msgstr "Facturar desde albaranes"
2644
2645 #~ msgid "Stock Moves"
2646 #~ msgstr "Movimientos de stock"
2647
2648 #~ msgid "My Sales Order"
2649 #~ msgstr "Mis pedidos de ventas"
2650
2651 #~ msgid "Sale Order line"
2652 #~ msgstr "Línea pedido de venta"
2653
2654 #~ msgid "Packing Default Policy"
2655 #~ msgstr "Forma de envío por defecto"
2656
2657 #~ msgid "Packing Policy"
2658 #~ msgstr "Forma de envío"
2659
2660 #~ msgid "Payment Accounts"
2661 #~ msgstr "Cuentas de pago"
2662
2663 #~ msgid "Related Packing"
2664 #~ msgstr "Albarán relacionado"
2665
2666 #~ msgid "Invalid model name in the action definition."
2667 #~ msgstr "Nombre de modelo no válido en la definición de acción."
2668
2669 #~ msgid ""
2670 #~ "If you don't have enough stock available to deliver all at once, do you "
2671 #~ "accept partial shipments or not?"
2672 #~ msgstr ""
2673 #~ "Si no dispone de suficientes existencias para enviarlo todo de una vez, "
2674 #~ "¿acepta envíos parciales o no?"
2675
2676 #, python-format
2677 #~ msgid "You cannot cancel a sale order line that has already been invoiced !"
2678 #~ msgstr ""
2679 #~ "¡No puede cancelar una línea de pedido de venta que ya ha sido facturada!"
2680
2681 #~ msgid "Number Packages"
2682 #~ msgstr "Número paquetes"
2683
2684 #~ msgid "Accounting"
2685 #~ msgstr "Contabilidad"
2686
2687 #, python-format
2688 #~ msgid "You must first cancel all packing attached to this sale order."
2689 #~ msgstr ""
2690 #~ "Debe primero cancelar todos los albaranes asociados a este pedido de venta."
2691
2692 #, python-format
2693 #~ msgid ""
2694 #~ "You have to select a customer in the sale form !\n"
2695 #~ "Please set one customer before choosing a product."
2696 #~ msgstr ""
2697 #~ "¡Debe seleccionar un cliente en el formulario de venta!\n"
2698 #~ "Por favor, seleccione un cliente antes de elegir un producto."
2699
2700 #~ msgid "Invoice from the Packing"
2701 #~ msgstr "Facturar desde el albarán"
2702
2703 #~ msgid "Customer Ref"
2704 #~ msgstr "Ref. cliente"
2705
2706 #~ msgid ""
2707 #~ "Gives the state of the quotation or sale order. The exception state is "
2708 #~ "automatically set when a cancel operation occurs in the invoice validation "
2709 #~ "(Invoice Exception) or in the packing list process (Shipping Exception). The "
2710 #~ "'Waiting Schedule' state is set when the invoice is confirmed but waiting "
2711 #~ "for the scheduler to run on the date 'Date Ordered'."
2712 #~ msgstr ""
2713 #~ "Indica el estado del presupuesto o pedido de venta. El estado de excepción "
2714 #~ "se establece automáticamente cuando se produce una cancelación en la "
2715 #~ "validación de la factura (Excepción de factura) o en el procesado del "
2716 #~ "albarán (Excepción de envío). El estado 'Esperando planificación' se "
2717 #~ "establece cuando se confirma la factura pero se espera a que el planificador "
2718 #~ "procese el pedido en la fecha 'Fecha del pedido'."
2719
2720 #~ msgid "Sales Management"
2721 #~ msgstr "Ventas"
2722
2723 #~ msgid ""
2724 #~ "By default, Open ERP is able to manage complex routing and paths of products "
2725 #~ "in your warehouse and partner locations. This will configure the most common "
2726 #~ "and simple methods to deliver products to the customer in one or two "
2727 #~ "operations by the worker."
2728 #~ msgstr ""
2729 #~ "Por defecto, OpenERP puede gestionar rutas complejas y rutas de productos en "
2730 #~ "su almacén y en las ubicaciones de empresas. Esta opción le configurará los "
2731 #~ "métodos más comunes y sencillos para enviar productos al cliente en una o "
2732 #~ "dos operaciones hechas por el trabajador."
2733
2734 #~ msgid ""
2735 #~ "This Configuration step use to set default picking policy when make sale "
2736 #~ "order"
2737 #~ msgstr ""
2738 #~ "Este paso fija la política de empaquetado por defecto cuando se crea un "
2739 #~ "pedido de venta"
2740
2741 #~ msgid ""
2742 #~ "The Shipping Policy is used to synchronise invoice and delivery operations.\n"
2743 #~ "  - The 'Pay before delivery' choice will first generate the invoice and "
2744 #~ "then generate the packing order after the payment of this invoice.\n"
2745 #~ "  - The 'Shipping & Manual Invoice' will create the packing order directly "
2746 #~ "and wait for the user to manually click on the 'Invoice' button to generate "
2747 #~ "the draft invoice.\n"
2748 #~ "  - The 'Invoice on Order Ater Delivery' choice will generate the draft "
2749 #~ "invoice based on sale order after all packing lists have been finished.\n"
2750 #~ "  - The 'Invoice from the packing' choice is used to create an invoice "
2751 #~ "during the packing process."
2752 #~ msgstr ""
2753 #~ "La política de facturación se utiliza para sincronizar la factura y las "
2754 #~ "operaciones de envío.\n"
2755 #~ "  - La opción 'Pago antes del envío' primero genera la factura y luego "
2756 #~ "genera el albarán después del pago de esta factura.\n"
2757 #~ "  - La opción 'Envío '& Factura manual' creará el albarán directamente y "
2758 #~ "esperará a que el usuario haga clic manualmente en el botón 'Factura' para "
2759 #~ "generar la factura borrador.\n"
2760 #~ "  - La opción 'Factura según pedido después envío' generará la factura "
2761 #~ "borrador basada en el pedido de venta después de que todos los albaranes se "
2762 #~ "hayan procesado.\n"
2763 #~ "  - La opción 'Factura desde albarán' se utiliza para crear una factura "
2764 #~ "durante el proceso de los albaranes."
2765
2766 #~ msgid "Shipping Policy"
2767 #~ msgstr "Política de facturación"
2768
2769 #~ msgid "Dates"
2770 #~ msgstr "Fechas"
2771
2772 #~ msgid "Allows you to compute delivery costs on your quotations."
2773 #~ msgstr "Le permite calcular los costos de envío en sus presupuestos."
2774
2775 #, python-format
2776 #~ msgid "Warning !"
2777 #~ msgstr "¡Aviso!"
2778
2779 #~ msgid "Procurement Order"
2780 #~ msgstr "Orden de abastecimiento"
2781
2782 #~ msgid "Conditions"
2783 #~ msgstr "Condiciones"
2784
2785 #~ msgid ""
2786 #~ "The invoice is created automatically if the shipping policy is 'Invoice from "
2787 #~ "pick' or 'Invoice on order after delivery'."
2788 #~ msgstr ""
2789 #~ "La factura se crea de forma automática si la política de facturación es "
2790 #~ "\"Facturar desde el albarán\" o \"Facturar pedido después del envío\"."
2791
2792 #~ msgid "State"
2793 #~ msgstr "Estado"
2794
2795 #~ msgid "Configure Picking Policy for Sales Order"
2796 #~ msgstr "Configurar la política envío para pedidos de venta"
2797
2798 #, python-format
2799 #~ msgid ""
2800 #~ "There is no income category account defined in default Properties for "
2801 #~ "Product Category or Fiscal Position is not defined !"
2802 #~ msgstr ""
2803 #~ "¡No hay ninguna cuenta de categoría de ingresos definida en las propiedades "
2804 #~ "por defecto de la categoría del producto o la posición fiscal no está "
2805 #~ "definida!"
2806
2807 #~ msgid "Sales Manager Dashboard"
2808 #~ msgstr "Tablero responsable ventas"
2809
2810 #~ msgid ""
2811 #~ "Select a product of type service which is called 'Advance Product'. You may "
2812 #~ "have to create it and set it as a default value on this field."
2813 #~ msgstr ""
2814 #~ "Seleccione un producto del tipo de servicio que se llama 'Producto "
2815 #~ "avanzado'. Puede que tenga que crearlo y configurarlo como un valor por "
2816 #~ "defecto para este campo."
2817
2818 #~ msgid "Lines to Invoice"
2819 #~ msgstr "Líneas a facturar"
2820
2821 #~ msgid ""
2822 #~ "Provides some features to improve the layout of the Sales Order reports."
2823 #~ msgstr ""
2824 #~ "Proporciona algunas funcionalidades para mejorar la plantilla de los "
2825 #~ "informes de pedidos de ventas."
2826
2827 #~ msgid "Companies"
2828 #~ msgstr "Compañías"
2829
2830 #~ msgid "Security Days"
2831 #~ msgstr "Días seguridad"
2832
2833 #~ msgid "Do you really want to create the invoice(s) ?"
2834 #~ msgstr "¿Desea crear la(s) factura(s)?"
2835
2836 #~ msgid "  Year  "
2837 #~ msgstr "  Año  "
2838
2839 #~ msgid "Procurement of sold material"
2840 #~ msgstr "Abastecimiento de material vendido"
2841
2842 #~ msgid "Sales By Month"
2843 #~ msgstr "Ventas por mes"
2844
2845 #~ msgid ""
2846 #~ "The name and address of the contact who requested the order or quotation."
2847 #~ msgstr ""
2848 #~ "El nombre y la dirección del contacto que ha solicitado el pedido o "
2849 #~ "presupuesto."
2850
2851 #~ msgid "References"
2852 #~ msgstr "Referencias"
2853
2854 #~ msgid "Sales Order Dates"
2855 #~ msgstr "Fechas en pedidos de venta"
2856
2857 #~ msgid "Margins in Sales Orders"
2858 #~ msgstr "Márgenes en pedidos de venta"
2859
2860 #~ msgid "Total Tax Excluded"
2861 #~ msgstr "Total sin impuestos"
2862
2863 #~ msgid "Sales Application Configuration"
2864 #~ msgstr "Configuración aplicaciones de ventas"
2865
2866 #~ msgid "Open Invoice"
2867 #~ msgstr "Abrir factura"
2868
2869 #~ msgid ""
2870 #~ "This is the days added to what you promise to customers for security purpose"
2871 #~ msgstr ""
2872 #~ "Estos días por razones de seguridad se añaden a los que promete a los "
2873 #~ "clientes."
2874
2875 #~ msgid "Related Picking"
2876 #~ msgstr "Albarán relacionado"
2877
2878 #~ msgid "Create Pick List"
2879 #~ msgstr "Crear albarán"
2880
2881 #~ msgid "Create Delivery Order"
2882 #~ msgstr "Crear orden de entrega"
2883
2884 #~ msgid "Delivery Costs"
2885 #~ msgstr "Costes de envío"
2886
2887 #, python-format
2888 #~ msgid ""
2889 #~ "You plan to sell %.2f %s but you only have %.2f %s available !\n"
2890 #~ "The real stock is %.2f %s. (without reservations)"
2891 #~ msgstr ""
2892 #~ "¡Prevé vender %.2f %s pero sólo %.2f %s están disponibles!\n"
2893 #~ "El stock real es %.2f %s. (sin reservas)"
2894
2895 #~ msgid "Document of the move to the output or to the customer."
2896 #~ msgstr "Documento del movimiento a la salida o al cliente."
2897
2898 #~ msgid "Deliveries to Invoice"
2899 #~ msgstr "Albaranes a facturar"
2900
2901 #~ msgid "Pick List"
2902 #~ msgstr "Albarán"
2903
2904 #~ msgid "Create Procurement Order"
2905 #~ msgstr "Crear orden abastecimiento"
2906
2907 #~ msgid "Order date"
2908 #~ msgstr "Fecha pedido"
2909
2910 #~ msgid "Procurement Method"
2911 #~ msgstr "Método abastecimiento"
2912
2913 #~ msgid "title"
2914 #~ msgstr "título"
2915
2916 #~ msgid "Sales by Product Category"
2917 #~ msgstr "Ventas por categoría de producto"
2918
2919 #~ msgid "Stock Move"
2920 #~ msgstr "Movimiento stock"
2921
2922 #~ msgid "Picking List"
2923 #~ msgstr "Albarán"
2924
2925 #, python-format
2926 #~ msgid "Picking Information !"
2927 #~ msgstr "¡Información albarán!"
2928
2929 #~ msgid ""
2930 #~ "By default, OpenERP is able to manage complex routing and paths of products "
2931 #~ "in your warehouse and partner locations. This will configure the most common "
2932 #~ "and simple methods to deliver products to the customer in one or two "
2933 #~ "operations by the worker."
2934 #~ msgstr ""
2935 #~ "Por defecto, OpenERP es capaz de gestionar complejas rutas y caminos de los "
2936 #~ "productos en su almacén y en las ubicaciones de otras empresas. Esto "
2937 #~ "configurará los métodos más comunes y sencillos para entregar los productos "
2938 #~ "al cliente en una o dos operaciones realizadas por el trabajador."
2939
2940 #~ msgid "Document of the move to the customer."
2941 #~ msgstr "Documento del movimiento al cliente."
2942
2943 #~ msgid "Invoicing"
2944 #~ msgstr "Facturación"
2945
2946 #~ msgid ""
2947 #~ "You can generate invoices based on sales orders or based on shippings."
2948 #~ msgstr ""
2949 #~ "Puede generar facturas basadas en pedidos de venta o basadas en envíos."
2950
2951 #~ msgid "Picking List & Delivery Order"
2952 #~ msgstr "Albarán y Orden de entrega"
2953
2954 #~ msgid "Picking Policy"
2955 #~ msgstr "Política de envío"
2956
2957 #~ msgid "sale.installer"
2958 #~ msgstr "venta.instalador"
2959
2960 #~ msgid ""
2961 #~ "Depending on the configuration of the location Output, the move between the "
2962 #~ "output area and the customer is done through the Delivery Order manually or "
2963 #~ "automatically."
2964 #~ msgstr ""
2965 #~ "Dependiendo de la configuración de la ubicación de salida, el movimiento "
2966 #~ "entre la zona de salida y el cliente se realiza a través de la orden de "
2967 #~ "entrega de forma manual o automática."
2968
2969 #~ msgid "Logistic"
2970 #~ msgstr "Logística"
2971
2972 #~ msgid "res_config_contents"
2973 #~ msgstr "res_config_contenidos"
2974
2975 #~ msgid ""
2976 #~ "Gives the margin of profitability by calculating the difference between Unit "
2977 #~ "Price and Cost Price."
2978 #~ msgstr ""
2979 #~ "Indica el margen de rentabilidad mediante el cálculo de la diferencia entre "
2980 #~ "el precio unitario y el precio de coste."
2981
2982 #~ msgid "   Month   "
2983 #~ msgstr "   Mes   "
2984
2985 #, python-format
2986 #~ msgid "Warning"
2987 #~ msgstr "Aviso"
2988
2989 #~ msgid ""
2990 #~ "The Shipping Policy is used to configure per order if you want to deliver as "
2991 #~ "soon as possible when one product is available or you wait that all products "
2992 #~ "are available.."
2993 #~ msgstr ""
2994 #~ "La política de envío se utiliza para configurar el pedido si debe entregarse "
2995 #~ "tan pronto como sea posible cuando un producto está disponible o debe "
2996 #~ "esperar a que todos los productos están disponibles."
2997
2998 #~ msgid "    Month-1    "
2999 #~ msgstr "    Mes-1    "
3000
3001 #~ msgid "Image"
3002 #~ msgstr "Imagen"
3003
3004 #~ msgid "Delivery Lead Time"
3005 #~ msgstr "Tiempo inicial entrega"
3006
3007 #~ msgid "Sales Order Layout Improvement"
3008 #~ msgstr "Mejora plantilla pedido de venta"
3009
3010 #~ msgid "Invoicing journals"
3011 #~ msgstr "Diarios de facturación"
3012
3013 #~ msgid "Configuration Progress"
3014 #~ msgstr "Progreso configuración"
3015
3016 #~ msgid "You invoice has been successfully created!"
3017 #~ msgstr "¡La factura ha sido creada correctamente!"
3018
3019 #~ msgid "Shipped Qty"
3020 #~ msgstr "Ctdad enviada"
3021
3022 #~ msgid "Adds commitment, requested and effective dates on Sales Orders."
3023 #~ msgstr ""
3024 #~ "Añade fechas de realización, solicitud y efectivo en pedidos de venta."
3025
3026 #, python-format
3027 #~ msgid "Not enough stock !"
3028 #~ msgstr "¡No hay stock suficiente!"
3029
3030 #~ msgid "Delivered"
3031 #~ msgstr "Entregado"
3032
3033 #~ msgid ""
3034 #~ "Allows you to group and invoice your delivery orders according to different "
3035 #~ "invoicing types: daily, weekly, etc."
3036 #~ msgstr ""
3037 #~ "Permite agrupar y facturar sus albaranes de acuerdo a diferentes tipos de "
3038 #~ "facturación: diaria, semanal, etc."
3039
3040 #~ msgid "Picking Default Policy"
3041 #~ msgstr "Política de empaquetado por defecto"
3042
3043 #, python-format
3044 #~ msgid "There is no income account defined for this product: \"%s\" (id:%d)"
3045 #~ msgstr ""
3046 #~ "No se ha definido una cuenta de ingresos para este producto: \"%s\" (id:%d)"
3047
3048 #~ msgid "Create Final Invoice"
3049 #~ msgstr "Crear factura final"
3050
3051 #~ msgid ""
3052 #~ "Number of days between the order confirmation the shipping of the products "
3053 #~ "to the customer"
3054 #~ msgstr ""
3055 #~ "Número de días entre la confirmación del pedido y el envío de los productos "
3056 #~ "al cliente."
3057
3058 #~ msgid "Recreate Packing"
3059 #~ msgstr "Recrear albarán"
3060
3061 #~ msgid "Sales by Partner"
3062 #~ msgstr "Ventas por empresa"
3063
3064 #~ msgid "Sales by Salesman"
3065 #~ msgstr "Ventas por comercial"
3066
3067 #~ msgid "Error! You can not create recursive companies."
3068 #~ msgstr "¡Error! No puede crear compañías recursivas."
3069
3070 #~ msgid "Sales by Month"
3071 #~ msgstr "Ventas por mes"
3072
3073 #~ msgid "You must assign a production lot for this product"
3074 #~ msgstr "Debe asignar un lote de producción para este producto"
3075
3076 #~ msgid "You try to assign a lot which is not from the same product"
3077 #~ msgstr "Está intentando asignar un lote que no es del mismo producto"
3078
3079 #, python-format
3080 #~ msgid "(n/a)"
3081 #~ msgstr "(n/a)"
3082
3083 #~ msgid "Configure"
3084 #~ msgstr "Configurar"
3085
3086 #~ msgid "Enhance your core Sales Application with additional functionalities."
3087 #~ msgstr "Optimizar su aplicación de ventas con funcionalidades adicionales."
3088
3089 #~ msgid "Configure Sales Order Logistics"
3090 #~ msgstr "Configurar logística pedidos de venta"
3091
3092 #~ msgid "Configure Your Sales Management Application"
3093 #~ msgstr "Configurar su aplicación de gestión de ventas"
3094
3095 #~ msgid "Setup your sales workflow and default values."
3096 #~ msgstr "Configurar su flujo de ventas y valores por defecto."
3097
3098 #, python-format
3099 #~ msgid ""
3100 #~ "You selected a quantity of %d Units.\n"
3101 #~ "But it's not compatible with the selected packaging.\n"
3102 #~ "Here is a proposition of quantities according to the packaging:\n"
3103 #~ "\n"
3104 #~ "EAN: %s Quantity: %s Type of ul: %s"
3105 #~ msgstr ""
3106 #~ "Ha seleccionado una cantidad de %d unidades.\n"
3107 #~ "Pero no es compatible con el embalaje seleccionado.\n"
3108 #~ "Aquí tiene una propuesta de cantidades acordes con este embalaje:\n"
3109 #~ "\n"
3110 #~ "EAN: %s Cantidad: %s Tipo de ul: %s"
3111
3112 #, python-format
3113 #~ msgid "Could not cancel this sales order !"
3114 #~ msgstr "¡No se puede cancelar este pedido de venta!"
3115
3116 #~ msgid "Drives procurement orders for every sales order line."
3117 #~ msgstr "Genera órdenes de abastecimiento para cada línea de pedido de venta."
3118
3119 #, python-format
3120 #~ msgid "The quotation '%s' has been converted to a sales order."
3121 #~ msgstr "El presupuesto '%s' ha sido convertido a un pedido de venta."
3122
3123 #~ msgid "Invoice On Order After Delivery"
3124 #~ msgstr "Facturar pedido después de envío"
3125
3126 #, python-format
3127 #~ msgid "Could not cancel sales order line!"
3128 #~ msgstr "¡No se puede cancelar línea pedido de venta!"
3129
3130 #~ msgid "Sales Open Invoice"
3131 #~ msgstr "Ventas. Abrir factura"
3132
3133 #, python-format
3134 #~ msgid "You must first cancel stock moves attached to this sales order line."
3135 #~ msgstr ""
3136 #~ "Debe cancelar primero los movimientos de stock asociados a esta línea de "
3137 #~ "pedido de venta."
3138
3139 #, python-format
3140 #~ msgid ""
3141 #~ "You cannot make an advance on a sales order                              "
3142 #~ "that is defined as 'Automatic Invoice after delivery'."
3143 #~ msgstr ""
3144 #~ "No puede realizar un anticipo de un pedido de venta que está definido como "
3145 #~ "'Factura automática después envío'."
3146
3147 #, python-format
3148 #~ msgid "You cannot cancel a sales order line that has already been invoiced !"
3149 #~ msgstr ""
3150 #~ "¡No puede cancelar una línea de pedido de venta que ya ha sido facturada!"
3151
3152 #~ msgid ""
3153 #~ "For every sales order line, a procurement order is created to supply the "
3154 #~ "sold product."
3155 #~ msgstr ""
3156 #~ "Para cada línea de pedido de venta, se crea una orden de abastecimiento para "
3157 #~ "suministrar el producto vendido."
3158
3159 #~ msgid ""
3160 #~ "It indicates that the sales order has been delivered. This field is updated "
3161 #~ "only after the scheduler(s) have been launched."
3162 #~ msgstr ""
3163 #~ "Indica que el pedido de venta ha sido entregado. Este campo se actualiza "
3164 #~ "sólo después que el planificador(es) se ha ejecutado."
3165
3166 #, python-format
3167 #~ msgid ""
3168 #~ "You have to select a customer in the sales form !\n"
3169 #~ "Please set one customer before choosing a product."
3170 #~ msgstr ""
3171 #~ "¡Debe seleccionar un cliente en el formulario de ventas!\n"
3172 #~ "Introduzca un cliente antes de seleccionar un producto."
3173
3174 #, python-format
3175 #~ msgid "You must first cancel all picking attached to this sales order."
3176 #~ msgstr ""
3177 #~ "Debe primero cancelar todos los albaranes relacionados con este pedido de "
3178 #~ "venta."
3179
3180 #~ msgid "Invoice From The Picking"
3181 #~ msgstr "Factura desde el albarán"
3182
3183 #, python-format
3184 #~ msgid "Could not cancel sales order !"
3185 #~ msgstr "¡No se puede cancelar el pedido de venta!"
3186
3187 #, python-format
3188 #~ msgid "There is no sales journal defined for this company: \"%s\" (id:%d)"
3189 #~ msgstr ""
3190 #~ "No se ha definido un diario de ventas para esta compañía: \"%s\" (id:%d)"
3191
3192 #, python-format
3193 #~ msgid "Cannot delete a sales order line which is %s !"
3194 #~ msgstr "¡No se puede eliminar una línea de pedido de venta que está %s!"
3195
3196 #, python-format
3197 #~ msgid "The sales order '%s' has been cancelled."
3198 #~ msgstr "El pedido de venta '%s' ha sido cancelado."
3199
3200 #~ msgid ""
3201 #~ "This is a list of picking that has been generated for this sales order."
3202 #~ msgstr ""
3203 #~ "Esta es la lista de albaranes que han sido generados para este pedido de "
3204 #~ "venta."
3205
3206 #~ msgid "Packings"
3207 #~ msgstr "Albaranes"
3208
3209 #, python-format
3210 #~ msgid "You must first cancel all invoices attached to this sales order."
3211 #~ msgstr ""
3212 #~ "Primero debe cancelar todas las facturas relacionadas con este pedido de "
3213 #~ "venta."
3214
3215 #~ msgid ""
3216 #~ "One Procurement order for each sales order line and for each of the "
3217 #~ "components."
3218 #~ msgstr ""
3219 #~ "Una orden de abastecimiento para cada línea del pedido de venta y para cada "
3220 #~ "uno de los componentes."
3221
3222 #~ msgid "Layout Sequence"
3223 #~ msgstr "Secuencia plantilla"
3224
3225 #, python-format
3226 #~ msgid "The sales order '%s' has been set in draft state."
3227 #~ msgstr "El pedido de venta '%s' ha sido cambiado a estado borrador."
3228
3229 #, python-format
3230 #~ msgid "Cannot delete Sales Order(s) which are already confirmed !"
3231 #~ msgstr "¡No se puede eliminar pedido(s) de venta que ya está confirmado!"
3232
3233 #~ msgid "Sales Order Requisition"
3234 #~ msgstr "Solicitud pedido de venta"
3235
3236 #~ msgid "Steps To Deliver a Sales Order"
3237 #~ msgstr "Pasos para entregar un pedido de venta"
3238
3239 #~ msgid ""
3240 #~ "The Pick List form is created as soon as the sales order is confirmed, in "
3241 #~ "the same time as the procurement order. It represents the assignment of "
3242 #~ "parts to the sales order. There is 1 pick list by sales order line which "
3243 #~ "evolves with the availability of parts."
3244 #~ msgstr ""
3245 #~ "El albarán se crea tan pronto como se confirma el pedido de venta, a la vez "
3246 #~ "que la orden de abastecimiento. Representa la asignación de los componentes "
3247 #~ "del pedido de venta. Hay un albarán por línea del pedido de venta que "
3248 #~ "evoluciona con la disponibilidad de los componentes."
3249
3250 #~ msgid ""
3251 #~ "A procurement order is automatically created as soon as a sales order is "
3252 #~ "confirmed or as the invoice is paid. It drives the purchasing and the "
3253 #~ "production of products regarding to the rules and to the sales order's "
3254 #~ "parameters. "
3255 #~ msgstr ""
3256 #~ "Se crea automáticamente una orden de abastecimiento tan pronto como se "
3257 #~ "confirma un pedido de venta o se paga la factura. Provoca la compra y la "
3258 #~ "producción de productos según las reglas y los parámetros del pedido de "
3259 #~ "venta. "
3260
3261 #~ msgid "Sales by Product's Category in last 90 days"
3262 #~ msgstr "Ventas por categoría de producto últimos 90 días"
3263
3264 #~ msgid "Reference UoM"
3265 #~ msgstr "Referencia UdM"
3266
3267 #~ msgid "Order Reference must be unique !"
3268 #~ msgstr "¡La referencia del pedido debe ser única!"
3269
3270 #~ msgid "Sales per Customer in last 90 days"
3271 #~ msgstr "Ventas por cliente últimos 90 días"
3272
3273 #~ msgid "Sales by Salesman in last 90 days"
3274 #~ msgstr "Ventas por comercial últimos 90 días"
3275
3276 #~ msgid ""
3277 #~ "Sales Orders help you manage quotations and orders from your customers. "
3278 #~ "OpenERP suggests that you start by creating a quotation. Once it is "
3279 #~ "confirmed, the quotation will be converted into a Sales Order. OpenERP can "
3280 #~ "handle several types of products so that a sales order may trigger tasks, "
3281 #~ "delivery orders, manufacturing orders, purchases and so on. Based on the "
3282 #~ "configuration of the sales order, a draft invoice will be generated so that "
3283 #~ "you just have to confirm it when you want to bill your customer."
3284 #~ msgstr ""
3285 #~ "Los pedidos de ventas le ayudan a gestionar presupuestos y pedidos de sus "
3286 #~ "clientes. OpenERP sugiere que comience por crear un presupuesto. Una vez "
3287 #~ "esté confirmado, el presupuesto se convertirá en un pedido de venta. OpenERP "
3288 #~ "puede gestionar varios tipos de productos de forma que un pedido de venta "
3289 #~ "puede generar tareas, órdenes de entrega, órdenes de fabricación, compras, "
3290 #~ "etc. Según la configuración del pedido de venta, se generará una factura en "
3291 #~ "borrador de manera que sólo hay que confirmarla cuando se quiera facturar a "
3292 #~ "su cliente."
3293
3294 #~ msgid ""
3295 #~ "If you have more than one shop reselling your company products, you can "
3296 #~ "create and manage that from here. Whenever you will record a new quotation "
3297 #~ "or sales order, it has to be linked to a shop. The shop also defines the "
3298 #~ "warehouse from which the products will be delivered for each particular "
3299 #~ "sales."
3300 #~ msgstr ""
3301 #~ "Si tiene más de una tienda donde vende los productos de su compañía, puede "
3302 #~ "crearlas y gestionarlas desde aquí. Cada vez que codifique un nuevo "
3303 #~ "presupuesto o pedido de venta, debe estar vinculado a una tienda. La tienda "
3304 #~ "también define desde que almacén serán entregados los productos para cada "
3305 #~ "venta."
3306
3307 #~ msgid ""
3308 #~ "The Shipping Policy is used to synchronise invoice and delivery operations.\n"
3309 #~ "  - The 'Pay Before delivery' choice will first generate the invoice and "
3310 #~ "then generate the picking order after the payment of this invoice.\n"
3311 #~ "  - The 'Shipping & Manual Invoice' will create the picking order directly "
3312 #~ "and wait for the user to manually click on the 'Invoice' button to generate "
3313 #~ "the draft invoice.\n"
3314 #~ "  - The 'Invoice On Order After Delivery' choice will generate the draft "
3315 #~ "invoice based on sales order after all picking lists have been finished.\n"
3316 #~ "  - The 'Invoice From The Picking' choice is used to create an invoice "
3317 #~ "during the picking process."
3318 #~ msgstr ""
3319 #~ "La política de envío se utiliza para sincronizar las operaciones de envío y "
3320 #~ "facturación.\n"
3321 #~ "  -La opción 'Pagar antes del envío' primero generará la factura y más tarde "
3322 #~ "el albarán después del pago de dicha factura.\n"
3323 #~ "  -La opción 'Envío y factura manual' creará el albarán directamente y "
3324 #~ "esperará a que un usuario haga clic manualemente sobre el botón 'Facturar' "
3325 #~ "para generar la factura en el estado borrador.\n"
3326 #~ "  -La opción 'Facturar pedido después del envío' generará la factura en "
3327 #~ "estado borrador basándose en el pedido de venta después de que todas los "
3328 #~ "albaranes hayan sido realizados.\n"
3329 #~ "  -La opción 'Facturar desde albarán' se utiliza para crear una factura "
3330 #~ "durante el proceso de preparación del pedido."
3331
3332 #~ msgid "Ordering Contact"
3333 #~ msgstr "Contacto del pedido"
3334
3335 #~ msgid ""
3336 #~ "Incoterm which stands for 'International Commercial terms' implies its a "
3337 #~ "series of sales terms which are used in the commercial transaction."
3338 #~ msgstr ""
3339 #~ "Incoterm, que significa 'Términos de Comercio Internacional', implica una "
3340 #~ "serie de condiciones de venta que se utilizan en la transacción comercial."
3341
3342 #~ msgid ""
3343 #~ "Here is a list of each sales order line to be invoiced. You can invoice "
3344 #~ "sales orders partially, by lines of sales order. You do not need this list "
3345 #~ "if you invoice from the delivery orders or if you invoice sales totally."
3346 #~ msgstr ""
3347 #~ "Esta es una lista de todas las líneas de pedidos de venta a facturar. Puede "
3348 #~ "facturar pedidos de venta parcialmente, por líneas de pedido. No necesita "
3349 #~ "esta lista si factura desde albaranes de salida o si factura pedidos de "
3350 #~ "venta completos."
3351
3352 #~ msgid ""
3353 #~ "\n"
3354 #~ "    The base module to manage quotations and sales orders.\n"
3355 #~ "\n"
3356 #~ "    * Workflow with validation steps:\n"
3357 #~ "        - Quotation -> Sales order -> Invoice\n"
3358 #~ "    * Invoicing methods:\n"
3359 #~ "        - Invoice on order (before or after shipping)\n"
3360 #~ "        - Invoice on delivery\n"
3361 #~ "        - Invoice on timesheets\n"
3362 #~ "        - Advance invoice\n"
3363 #~ "    * Partners preferences (shipping, invoicing, incoterm, ...)\n"
3364 #~ "    * Products stocks and prices\n"
3365 #~ "    * Delivery methods:\n"
3366 #~ "        - all at once, multi-parcel\n"
3367 #~ "        - delivery costs\n"
3368 #~ "    * Dashboard for salesman that includes:\n"
3369 #~ "    * Your open quotations\n"
3370 #~ "    * Top 10 sales of the month\n"
3371 #~ "    * Cases statistics\n"
3372 #~ "    * Graph of sales by product\n"
3373 #~ "    * Graph of cases of the month\n"
3374 #~ "    "
3375 #~ msgstr ""
3376 #~ "\n"
3377 #~ "    El módulo base para gestionar presupuestos y pedidos de venta.\n"
3378 #~ "\n"
3379 #~ "    * Flujo de trabajo con etapas de validación:\n"
3380 #~ "        - Presupuesto -> Pedido de venta -> Factura\n"
3381 #~ "    * Métodos de facturación:\n"
3382 #~ "        - Factura del pedido (antes o después del envío)\n"
3383 #~ "        - Factura del albarán\n"
3384 #~ "        - Factura de la hoja de servicios\n"
3385 #~ "        - Avanzar factura\n"
3386 #~ "    * Preferencias de los clientes (envío, facturación, incoterm, ...)\n"
3387 #~ "    * Existencias de los productos y precios\n"
3388 #~ "    * Formas de envío:\n"
3389 #~ "        - Todo a la vez, En varios paquetes\n"
3390 #~ "        - Gastos de envío\n"
3391 #~ "    * El tablero para el comercial incluye:\n"
3392 #~ "    * Sus presupuestos abiertos\n"
3393 #~ "    * Las 10 mejores ventas del mes\n"
3394 #~ "    * Estadísticas de casos\n"
3395 #~ "    * Gráfico de las ventas por producto\n"
3396 #~ "    * Gráfico de los casos por mes\n"
3397 #~ "    "
3398
3399 #~ msgid ""
3400 #~ "Gives the state of the quotation or sales order. \n"
3401 #~ "The exception state is automatically set when a cancel operation occurs in "
3402 #~ "the invoice validation (Invoice Exception) or in the picking list process "
3403 #~ "(Shipping Exception). \n"
3404 #~ "The 'Waiting Schedule' state is set when the invoice is confirmed but "
3405 #~ "waiting for the scheduler to run on the date 'Ordered Date'."
3406 #~ msgstr ""
3407 #~ "Indica el estado del presupuesto o pedido de venta. \n"
3408 #~ "El estado de excepción se establece automáticamente cuando se produce una "
3409 #~ "operación de cancelación en la validación de factura (excepción de factura) "
3410 #~ "o en el procesado del albarán (excepción de envío). \n"
3411 #~ "El estado 'Esperando planificación' se establece cuando se confirma la "
3412 #~ "factura, pero está esperando que el planificador la active en la fecha de "
3413 #~ "\"Fecha pedido\"."
3414
3415 #~ msgid "Ordered Date"
3416 #~ msgstr "Fecha pedido"
3417
3418 #~ msgid "Based on the shipped or on the ordered quantities."
3419 #~ msgstr "Basado en las cantidades enviadas o pedidas."
3420
3421 #~ msgid "Invoice based on deliveries"
3422 #~ msgstr "Facturar desde albaranes"
3423
3424 #, python-format
3425 #~ msgid ""
3426 #~ "In order to delete a confirmed sale order, you must cancel it before ! To "
3427 #~ "cancel a sale order, you must first cancel related picking or delivery "
3428 #~ "orders."
3429 #~ msgstr ""
3430 #~ "Para eliminar un pedido confirmado, debe cancelarlo primero! Para "
3431 #~ "cancelarlo, debe primero cancelar los albaranes relacionados"
3432
3433 #~ msgid "VAT"
3434 #~ msgstr "CIF/NIF"
3435
3436 #~ msgid "Based on Delivery Orders"
3437 #~ msgstr "Basado en albaranes de salida"
3438
3439 #~ msgid "Setup your Invoicing Method"
3440 #~ msgstr "Configure su método de facturación"
3441
3442 #~ msgid "Based on Tasks' Work"
3443 #~ msgstr "Basado en tareas de trabajo"
3444
3445 #~ msgid "Print Quotation"
3446 #~ msgstr "Imprimir presupuesto"
3447
3448 #~ msgid "Main Working Time Unit"
3449 #~ msgstr "Unidad de tiempo de trabajo principal"
3450
3451 #~ msgid "Based on Timesheet"
3452 #~ msgstr "Basado en hoja de servicios"
3453
3454 #~ msgid "The company name must be unique !"
3455 #~ msgstr "¡El nombre de la compañía debe ser único!"
3456
3457 #~ msgid "Reference must be unique per Company!"
3458 #~ msgstr "¡La referencia debe ser única por compañía!"
3459
3460 #, python-format
3461 #~ msgid "Configuration Error !"
3462 #~ msgstr "!Error de configuración¡"
3463
3464 #~ msgid "Month-1"
3465 #~ msgstr "Mes-1"
3466
3467 #~ msgid "Deliver each product when available"
3468 #~ msgstr "Entregar cada producto cuando esté disponible"
3469
3470 #~ msgid "You can not move products from or to a location of the type view."
3471 #~ msgstr "No puede mover productos desde o hacia una ubicación de tipo vista."
3472
3473 #~ msgid "Based on Sales Orders"
3474 #~ msgstr "Basado en pedidos de venta"
3475
3476 #~ msgid "Line Sequence"
3477 #~ msgstr "Secuencia de linea"
3478
3479 #~ msgid "Miscellaneous"
3480 #~ msgstr "Varios"
3481
3482 #~ msgid "Options"
3483 #~ msgstr "Opciones"
3484
3485 #~ msgid "Qty(UoS)"
3486 #~ msgstr "Cantidad (UdV)"
3487
3488 #, python-format
3489 #~ msgid "Picking Information ! : "
3490 #~ msgstr "¡Información del alabarán! "
3491
3492 #~ msgid "Sales order created in current month"
3493 #~ msgstr "Pedidos de venta creados en el mes actual"
3494
3495 #~ msgid "Qty(UoM)"
3496 #~ msgstr "Cantidad (UdM)"
3497
3498 #~ msgid "Invoice Policy"
3499 #~ msgstr "Política de facturación"
3500
3501 #~ msgid "Pay before delivery"
3502 #~ msgstr "Pagar antes de la entrega"
3503
3504 #, python-format
3505 #~ msgid ""
3506 #~ "Couldn't find a pricelist line matching this product and quantity.\n"
3507 #~ "You have to change either the product, the quantity or the pricelist."
3508 #~ msgstr ""
3509 #~ "No se ha encontrado una línea de tarifa que concuerde con este producto y "
3510 #~ "cantidad.\n"
3511 #~ "Debe cambiar el producto, la cantidad o la tarifa."
3512
3513 #~ msgid "Print Order"
3514 #~ msgstr "Imprimir pedido"
3515
3516 #~ msgid "Sales order created in current year"
3517 #~ msgstr "Pedidos de venta creados en el año actual"
3518
3519 #~ msgid "Sales order created in last month"
3520 #~ msgstr "Pedidos de venta creados en el último mes"
3521
3522 #~ msgid "Deliver all products at once"
3523 #~ msgstr "Entregar todos los productos a la vez"
3524
3525 #, python-format
3526 #~ msgid "Cannot delete a sales order line which is in state '%s'!"
3527 #~ msgstr "¡No puede eliminar lineas de un pedido de venta con el estado '%s'!"