|
@ -7,8 +7,8 @@ msgid "" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
"Project-Id-Version: contract (9.0)\n" |
|
|
"Project-Id-Version: contract (9.0)\n" |
|
|
"Report-Msgid-Bugs-To: \n" |
|
|
"Report-Msgid-Bugs-To: \n" |
|
|
"POT-Creation-Date: 2017-06-10 03:41+0000\n" |
|
|
|
|
|
"PO-Revision-Date: 2017-06-30 08:53+0000\n" |
|
|
|
|
|
|
|
|
"POT-Creation-Date: 2017-08-26 00:42+0000\n" |
|
|
|
|
|
"PO-Revision-Date: 2017-08-29 08:01+0000\n" |
|
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
|
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-contract-9-0/language/nl_NL/)\n" |
|
|
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-contract-9-0/language/nl_NL/)\n" |
|
|
"MIME-Version: 1.0\n" |
|
|
"MIME-Version: 1.0\n" |
|
@ -17,6 +17,58 @@ msgstr "" |
|
|
"Language: nl_NL\n" |
|
|
"Language: nl_NL\n" |
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:mail.template,body_html:contract.email_contract_template |
|
|
|
|
|
msgid "" |
|
|
|
|
|
"\n" |
|
|
|
|
|
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" |
|
|
|
|
|
" <p>Hello ${object.partner_id.name or ''},</p>\n" |
|
|
|
|
|
" <p>A new contract has been created: </p>\n" |
|
|
|
|
|
"\n" |
|
|
|
|
|
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n" |
|
|
|
|
|
" <strong>REFERENCES</strong><br />\n" |
|
|
|
|
|
" Contract: <strong>${object.name}</strong><br />\n" |
|
|
|
|
|
" Contract date start: ${object.date_start or ''}<br />\n" |
|
|
|
|
|
"\n" |
|
|
|
|
|
" % if object.user_id:\n" |
|
|
|
|
|
" Your contact: <a href=\"mailto:${object.user_id.email or ''}?subject=Contract%20${object.name}\">${object.user_id.name}</a>\n" |
|
|
|
|
|
" % endif\n" |
|
|
|
|
|
" </p>\n" |
|
|
|
|
|
"\n" |
|
|
|
|
|
" <br/>\n" |
|
|
|
|
|
" <p>If you have any question, do not hesitate to contact us.</p>\n" |
|
|
|
|
|
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n" |
|
|
|
|
|
" <br/>\n" |
|
|
|
|
|
" <br/>\n" |
|
|
|
|
|
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;\">\n" |
|
|
|
|
|
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;\">\n" |
|
|
|
|
|
" <strong style=\"text-transform:uppercase;\">${object.company_id.name}</strong></h3>\n" |
|
|
|
|
|
" </div>\n" |
|
|
|
|
|
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;\">\n" |
|
|
|
|
|
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n" |
|
|
|
|
|
" ${object.company_id.partner_id.sudo().with_context(show_address=True, html_format=True).name_get()[0][1] | safe}\n" |
|
|
|
|
|
" </span>\n" |
|
|
|
|
|
" % if object.company_id.phone:\n" |
|
|
|
|
|
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; \">\n" |
|
|
|
|
|
" Phone: ${object.company_id.phone}\n" |
|
|
|
|
|
" </div>\n" |
|
|
|
|
|
" % endif\n" |
|
|
|
|
|
" % if object.company_id.website:\n" |
|
|
|
|
|
" <div>\n" |
|
|
|
|
|
" Web : <a href=\"${object.company_id.website}\">${object.company_id.website}</a>\n" |
|
|
|
|
|
" </div>\n" |
|
|
|
|
|
" %endif\n" |
|
|
|
|
|
" <p></p>\n" |
|
|
|
|
|
" </div>\n" |
|
|
|
|
|
"</div>\n" |
|
|
|
|
|
" " |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:mail.template,subject:contract.email_contract_template |
|
|
|
|
|
msgid "${object.company_id.name} Contract (Ref ${object.name or 'n/a'})" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
msgid "<strong>#END#</strong>: End date of the invoiced period" |
|
|
msgid "<strong>#END#</strong>: End date of the invoiced period" |
|
@ -27,6 +79,56 @@ msgstr "" |
|
|
msgid "<strong>#START#</strong>: Start date of the invoiced period" |
|
|
msgid "<strong>#START#</strong>: Start date of the invoiced period" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Contract: </strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Date Start: </strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Description</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Invoice Lines</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Partner:</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Price</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Quantity</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Responsible: </strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Total</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "<strong>Unit Price</strong>" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
msgid "Account Analytic Lines" |
|
|
msgid "Account Analytic Lines" |
|
@ -44,7 +146,15 @@ msgid "Click to create a new contract." |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
|
|
|
#: code:addons/contract/models/contract.py:347 |
|
|
|
|
|
#, python-format |
|
|
|
|
|
msgid "Compose Email" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.actions.report.xml,name:contract.report_contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_invoice_contract_id |
|
|
#: model:ir.model.fields,field_description:contract.field_account_invoice_contract_id |
|
|
|
|
|
#: model:mail.template,report_name:contract.email_contract_template |
|
|
msgid "Contract" |
|
|
msgid "Contract" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
@ -63,12 +173,12 @@ msgstr "" |
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_uid |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_uid |
|
|
msgid "Created by" |
|
|
msgid "Created by" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Aangemaakt door" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_date |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_date |
|
|
msgid "Created on" |
|
|
msgid "Created on" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Aangemaakt op" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_next_date |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_next_date |
|
@ -88,7 +198,7 @@ msgstr "" |
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_name |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_name |
|
|
msgid "Description" |
|
|
msgid "Description" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Omschrijving" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_discount |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_discount |
|
@ -96,7 +206,7 @@ msgid "Discount (%)" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: code:addons/contract/models/contract.py:60 |
|
|
|
|
|
|
|
|
#: code:addons/contract/models/contract.py:59 |
|
|
#, python-format |
|
|
#, python-format |
|
|
msgid "Discount should be less or equal to 100" |
|
|
msgid "Discount should be less or equal to 100" |
|
|
msgstr "" |
|
|
msgstr "" |
|
@ -131,7 +241,7 @@ msgstr "ID" |
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model,name:contract.model_account_invoice |
|
|
#: model:ir.model,name:contract.model_account_invoice |
|
|
msgid "Invoice" |
|
|
msgid "Invoice" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Factuur" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_invoice_line_ids |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_invoice_line_ids |
|
@ -161,12 +271,12 @@ msgstr "Laatst gewijzigd op" |
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_uid |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_uid |
|
|
msgid "Last Updated by" |
|
|
msgid "Last Updated by" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Laatst bijgewerkt door" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_date |
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_date |
|
|
msgid "Last Updated on" |
|
|
msgid "Last Updated on" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
msgstr "Laatst bijgewerkt op" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
@ -189,7 +299,7 @@ msgid "Next Invoice" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: code:addons/contract/models/contract.py:230 |
|
|
|
|
|
|
|
|
#: code:addons/contract/models/contract.py:245 |
|
|
#, python-format |
|
|
#, python-format |
|
|
msgid "Please define a sale journal for the company '%s'." |
|
|
msgid "Please define a sale journal for the company '%s'." |
|
|
msgstr "" |
|
|
msgstr "" |
|
@ -240,6 +350,16 @@ msgstr "" |
|
|
msgid "Repeat every (Days/Week/Month/Year)" |
|
|
msgid "Repeat every (Days/Week/Month/Year)" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.model.fields,field_description:contract.field_account_analytic_account_user_id |
|
|
|
|
|
msgid "Responsible" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form |
|
|
|
|
|
msgid "Send by Email" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_account_recurring_rule_type |
|
|
#: model:ir.model.fields,help:contract.field_account_analytic_account_recurring_rule_type |
|
|
msgid "Specify Interval for automatic invoice generation." |
|
|
msgid "Specify Interval for automatic invoice generation." |
|
@ -265,6 +385,11 @@ msgstr "" |
|
|
msgid "Unit of Measure" |
|
|
msgid "Unit of Measure" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
|
|
|
#. module: contract |
|
|
|
|
|
#: model:ir.ui.view,arch_db:contract.report_contract_document |
|
|
|
|
|
msgid "VAT:" |
|
|
|
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: selection:account.analytic.account,recurring_rule_type:0 |
|
|
#: selection:account.analytic.account,recurring_rule_type:0 |
|
|
msgid "Week(s)" |
|
|
msgid "Week(s)" |
|
@ -276,7 +401,7 @@ msgid "Year(s)" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|
|
|
|
|
|
|
#. module: contract |
|
|
#. module: contract |
|
|
#: code:addons/contract/models/contract.py:222 |
|
|
|
|
|
|
|
|
#: code:addons/contract/models/contract.py:237 |
|
|
#, python-format |
|
|
#, python-format |
|
|
msgid "You must first select a Customer for Contract %s!" |
|
|
msgid "You must first select a Customer for Contract %s!" |
|
|
msgstr "" |
|
|
msgstr "" |
|
|