[FIX] sale: outdated .pot file

Was having content of website_quote
This commit is contained in:
Martin Trigaux 2016-05-09 12:36:39 +02:00
parent 5676d8121d
commit 88749790d1
No known key found for this signature in database
GPG Key ID: 7B0E288E7C0F83A7
1 changed files with 26 additions and 9 deletions

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:07+0000\n"
"PO-Revision-Date: 2015-01-21 14:07+0000\n"
"POT-Creation-Date: 2016-05-09 10:33+0000\n"
"PO-Revision-Date: 2016-05-09 10:33+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -28,7 +28,7 @@ msgid "\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
" &nbsp;&nbsp;Order date: ${format_tz(object.date_order, tz=user.tz, context={'lang':object.partner_id.lang})} <br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
@ -39,17 +39,12 @@ msgid "\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
" % endif\n"
" </p>\n"
" <p>\n"
" You can view your quotation online:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\"\n"
" href=\"/quote/${object.id}/${object.access_token}\">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>\n"
"\n"
" % if object.paypal_url:\n"
" <br/>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
" <img class=\"oe_edi_paypal_button\" src=\"/sale/static/img/btn_paynowcc_lg.gif\"/>\n"
" </a>\n"
" % endif\n"
"\n"
@ -512,6 +507,7 @@ msgid "Confirmation Date"
msgstr ""
#. module: sale
#: view:sale.order.line:sale.view_sales_order_line_filter
#: selection:sale.order.line,state:0
msgid "Confirmed"
msgstr ""
@ -704,6 +700,16 @@ msgstr ""
msgid "Discount on lines"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,display_name:0
#: field:sale.make.invoice,display_name:0
#: field:sale.order,display_name:0
#: field:sale.order.line,display_name:0
#: field:sale.order.line.make.invoice,display_name:0
#: field:sale.report,display_name:0
msgid "Display Name"
msgstr ""
#. module: sale
#: field:sale.config.settings,module_sale_margin:0
msgid "Display margins on sales orders"
@ -1060,6 +1066,16 @@ msgstr ""
msgid "Last Message Date"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,__last_update:0
#: field:sale.make.invoice,__last_update:0
#: field:sale.order,__last_update:0
#: field:sale.order.line,__last_update:0
#: field:sale.order.line.make.invoice,__last_update:0
#: field:sale.report,__last_update:0
msgid "Last Modified on"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,write_uid:0
#: field:sale.make.invoice,write_uid:0
@ -1419,6 +1435,7 @@ msgstr ""
#. module: sale
#: selection:sale.order,state:0
#: selection:sale.report,state:0
msgid "Quotation Sent"
msgstr ""