diff --git a/contract/i18n/ca.po b/contract/i18n/ca.po index de3efc0f..f2e447ad 100644 --- a/contract/i18n/ca.po +++ b/contract/i18n/ca.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:54+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:18+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-contract-9-0/language/ca/)\n" "MIME-Version: 1.0\n" @@ -147,7 +147,7 @@ msgid "Click to create a new contract." msgstr "Clic per crear un nou contracte" #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "" @@ -207,7 +207,7 @@ msgid "Discount (%)" msgstr "Descompte (%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "El descompte ha de ser inferior o igual a 100" @@ -300,7 +300,7 @@ msgid "Next Invoice" msgstr "Següent factura" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "Si us plau definiu un diari de vendes per a l'empresa '%s'." @@ -402,7 +402,7 @@ msgid "Year(s)" msgstr "Any(s)" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "Primer heu de seleccionar un client per al contracte %s!" diff --git a/contract/i18n/de.po b/contract/i18n/de.po index 5842d978..4c02f161 100644 --- a/contract/i18n/de.po +++ b/contract/i18n/de.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:59+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:26+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: German (http://www.transifex.com/oca/OCA-contract-9-0/language/de/)\n" "MIME-Version: 1.0\n" @@ -147,7 +147,7 @@ msgid "Click to create a new contract." msgstr "Klicken, um neuen Vertrag anzulegen." #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "" @@ -207,7 +207,7 @@ msgid "Discount (%)" msgstr "Rabatt (%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "Rabatt muss kleiner oder gleich 100 sein" @@ -300,7 +300,7 @@ msgid "Next Invoice" msgstr "Nächste Rechnung" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "Legen Sie bitte ein Verkaufsjournal für das Unternehmen '%s' fest." @@ -402,7 +402,7 @@ msgid "Year(s)" msgstr "Jahr(e)" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "Sie müssen zunächst einen Kunden für den Vertrag '%s' auswählen." diff --git a/contract/i18n/el_GR.po b/contract/i18n/el_GR.po index 3883d5bf..9846b544 100644 --- a/contract/i18n/el_GR.po +++ b/contract/i18n/el_GR.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-04 01:48+0000\n" -"PO-Revision-Date: 2017-03-06 09:10+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:17+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-contract-9-0/language/el_GR/)\n" "MIME-Version: 1.0\n" @@ -17,6 +17,58 @@ msgstr "" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: contract +#: model:mail.template,body_html:contract.email_contract_template +msgid "" +"\n" +"
\n" +"

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

\n" +"

A new contract has been created:

\n" +"\n" +"

\n" +"   REFERENCES
\n" +"   Contract: ${object.name}
\n" +"   Contract date start: ${object.date_start or ''}
\n" +"\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +"\n" +"
\n" +"

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

\n" +"

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

\n" +"
\n" +"
\n" +"
\n" +"

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

\n" +"
\n" +"
\n" +" \n" +" ${object.company_id.partner_id.sudo().with_context(show_address=True, html_format=True).name_get()[0][1] | safe}\n" +" \n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: contract +#: model:mail.template,subject:contract.email_contract_template +msgid "${object.company_id.name} Contract (Ref ${object.name or 'n/a'})" +msgstr "" + #. module: contract #: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form msgid "#END#: End date of the invoiced period" @@ -27,6 +79,56 @@ msgstr "" msgid "#START#: Start date of the invoiced period" msgstr "" +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Contract: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Date Start: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Description" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Invoice Lines" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Partner:" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Price" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Quantity" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Responsible: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Total" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Unit Price" +msgstr "" + #. module: contract #: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form msgid "Account Analytic Lines" @@ -44,7 +146,15 @@ msgid "Click to create a new contract." msgstr "" #. 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:mail.template,report_name:contract.email_contract_template msgid "Contract" msgstr "" @@ -96,7 +206,7 @@ msgid "Discount (%)" msgstr "Έκπτωση (%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "Η έκπτωση πρέπει να είναι μικρότερη ή ίση του 100" @@ -189,7 +299,7 @@ msgid "Next Invoice" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:230 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "" @@ -240,6 +350,16 @@ msgstr "" msgid "Repeat every (Days/Week/Month/Year)" 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 #: model:ir.model.fields,help:contract.field_account_analytic_account_recurring_rule_type msgid "Specify Interval for automatic invoice generation." @@ -265,6 +385,11 @@ msgstr "" msgid "Unit of Measure" msgstr "" +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "VAT:" +msgstr "" + #. module: contract #: selection:account.analytic.account,recurring_rule_type:0 msgid "Week(s)" @@ -276,7 +401,7 @@ msgid "Year(s)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:222 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "" diff --git a/contract/i18n/es.po b/contract/i18n/es.po index 76c5c623..50cd2f4a 100644 --- a/contract/i18n/es.po +++ b/contract/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:56+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-22 20:51+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-contract-9-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -147,7 +147,7 @@ msgid "Click to create a new contract." msgstr "Pinche para crear un contrato nuevo. " #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "Componer correo electrónico" @@ -207,7 +207,7 @@ msgid "Discount (%)" msgstr "Descuento (%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "El descuento debería ser menor o igual a 100" @@ -300,7 +300,7 @@ msgid "Next Invoice" msgstr "Próxima factura" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "Por favor define un diario de ventas para la compañía '%s'." @@ -402,7 +402,7 @@ msgid "Year(s)" msgstr "Año(s)" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "¡Seleccione un cliente para este contrato %s!" diff --git a/contract/i18n/hr_HR.po b/contract/i18n/hr_HR.po index dc6b928e..4f6404a6 100644 --- a/contract/i18n/hr_HR.po +++ b/contract/i18n/hr_HR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:57+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:23+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-contract-9-0/language/hr_HR/)\n" "MIME-Version: 1.0\n" @@ -147,7 +147,7 @@ msgid "Click to create a new contract." msgstr "Kliknite za kreiranje novog ugovora." #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "" @@ -207,7 +207,7 @@ msgid "Discount (%)" msgstr "Popust (%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "Popust treba biti manji ili jednak 100" @@ -300,7 +300,7 @@ msgid "Next Invoice" msgstr "Sljedeći račun" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "Molimo definirajte dnevnik prodaje za poduzeće '%s'." @@ -402,7 +402,7 @@ msgid "Year(s)" msgstr "Godina(e)" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "Prvo morate odabrati partnera za Ugovor %s!" diff --git a/contract/i18n/it.po b/contract/i18n/it.po index 2fac2dfe..d9e940cc 100644 --- a/contract/i18n/it.po +++ b/contract/i18n/it.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:54+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:21+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-contract-9-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -146,7 +146,7 @@ msgid "Click to create a new contract." msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "Componi Email" @@ -206,7 +206,7 @@ msgid "Discount (%)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -299,7 +299,7 @@ msgid "Next Invoice" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "" @@ -401,7 +401,7 @@ msgid "Year(s)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "" diff --git a/contract/i18n/nl.po b/contract/i18n/nl.po index 07f0e9e6..a6a197b4 100644 --- a/contract/i18n/nl.po +++ b/contract/i18n/nl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:56+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:14+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Dutch (http://www.transifex.com/oca/OCA-contract-9-0/language/nl/)\n" "MIME-Version: 1.0\n" @@ -146,7 +146,7 @@ msgid "Click to create a new contract." msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "" @@ -206,7 +206,7 @@ msgid "Discount (%)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -299,7 +299,7 @@ msgid "Next Invoice" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "" @@ -401,7 +401,7 @@ msgid "Year(s)" msgstr "Jaar" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr " Er moet eerst een klant worden ingesteld op contract %s!" diff --git a/contract/i18n/nl_NL.po b/contract/i18n/nl_NL.po index 40972985..935792c6 100644 --- a/contract/i18n/nl_NL.po +++ b/contract/i18n/nl_NL.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\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 \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-contract-9-0/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -17,6 +17,58 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: contract +#: model:mail.template,body_html:contract.email_contract_template +msgid "" +"\n" +"
\n" +"

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

\n" +"

A new contract has been created:

\n" +"\n" +"

\n" +"   REFERENCES
\n" +"   Contract: ${object.name}
\n" +"   Contract date start: ${object.date_start or ''}
\n" +"\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +"\n" +"
\n" +"

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

\n" +"

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

\n" +"
\n" +"
\n" +"
\n" +"

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

\n" +"
\n" +"
\n" +" \n" +" ${object.company_id.partner_id.sudo().with_context(show_address=True, html_format=True).name_get()[0][1] | safe}\n" +" \n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: contract +#: model:mail.template,subject:contract.email_contract_template +msgid "${object.company_id.name} Contract (Ref ${object.name or 'n/a'})" +msgstr "" + #. module: contract #: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form msgid "#END#: End date of the invoiced period" @@ -27,6 +79,56 @@ msgstr "" msgid "#START#: Start date of the invoiced period" msgstr "" +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Contract: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Date Start: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Description" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Invoice Lines" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Partner:" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Price" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Quantity" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Responsible: " +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Total" +msgstr "" + +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "Unit Price" +msgstr "" + #. module: contract #: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form msgid "Account Analytic Lines" @@ -44,7 +146,15 @@ msgid "Click to create a new contract." msgstr "" #. 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:mail.template,report_name:contract.email_contract_template msgid "Contract" msgstr "" @@ -63,12 +173,12 @@ msgstr "" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_uid msgid "Created by" -msgstr "" +msgstr "Aangemaakt door" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_create_date msgid "Created on" -msgstr "" +msgstr "Aangemaakt op" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_account_recurring_next_date @@ -88,7 +198,7 @@ msgstr "" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_name msgid "Description" -msgstr "" +msgstr "Omschrijving" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_discount @@ -96,7 +206,7 @@ msgid "Discount (%)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "" @@ -131,7 +241,7 @@ msgstr "ID" #. module: contract #: model:ir.model,name:contract.model_account_invoice msgid "Invoice" -msgstr "" +msgstr "Factuur" #. module: contract #: 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 #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Laatst bijgewerkt door" #. module: contract #: model:ir.model.fields,field_description:contract.field_account_analytic_invoice_line_write_date msgid "Last Updated on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: contract #: model:ir.ui.view,arch_db:contract.account_analytic_account_recurring_form_form @@ -189,7 +299,7 @@ msgid "Next Invoice" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:230 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "" @@ -240,6 +350,16 @@ msgstr "" msgid "Repeat every (Days/Week/Month/Year)" 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 #: model:ir.model.fields,help:contract.field_account_analytic_account_recurring_rule_type msgid "Specify Interval for automatic invoice generation." @@ -265,6 +385,11 @@ msgstr "" msgid "Unit of Measure" msgstr "" +#. module: contract +#: model:ir.ui.view,arch_db:contract.report_contract_document +msgid "VAT:" +msgstr "" + #. module: contract #: selection:account.analytic.account,recurring_rule_type:0 msgid "Week(s)" @@ -276,7 +401,7 @@ msgid "Year(s)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:222 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "" diff --git a/contract/i18n/zh_CN.po b/contract/i18n/zh_CN.po index 54573741..6e9fd532 100644 --- a/contract/i18n/zh_CN.po +++ b/contract/i18n/zh_CN.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: contract (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-10 00:48+0000\n" -"PO-Revision-Date: 2017-08-11 11:59+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-21 07:24+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-contract-9-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -146,7 +146,7 @@ msgid "Click to create a new contract." msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:318 +#: code:addons/contract/models/contract.py:347 #, python-format msgid "Compose Email" msgstr "" @@ -206,7 +206,7 @@ msgid "Discount (%)" msgstr "折扣(%)" #. module: contract -#: code:addons/contract/models/contract.py:60 +#: code:addons/contract/models/contract.py:59 #, python-format msgid "Discount should be less or equal to 100" msgstr "折扣应该小于或者等于100" @@ -299,7 +299,7 @@ msgid "Next Invoice" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:236 +#: code:addons/contract/models/contract.py:245 #, python-format msgid "Please define a sale journal for the company '%s'." msgstr "" @@ -401,7 +401,7 @@ msgid "Year(s)" msgstr "" #. module: contract -#: code:addons/contract/models/contract.py:228 +#: code:addons/contract/models/contract.py:237 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "" diff --git a/contract_show_invoice/i18n/nl_NL.po b/contract_show_invoice/i18n/nl_NL.po new file mode 100644 index 00000000..b2f5cc4c --- /dev/null +++ b/contract_show_invoice/i18n/nl_NL.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_show_invoice +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: contract (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2016-04-02 17:07+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/oca/OCA-contract-9-0/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: contract_show_invoice +#: model:ir.model.fields,field_description:contract_show_invoice.field_account_invoice_analytic_account_ids +msgid "Contracts" +msgstr "" + +#. module: contract_show_invoice +#: model:ir.model,name:contract_show_invoice.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: contract_show_invoice +#: model:ir.actions.act_window,name:contract_show_invoice.act_analytic_invoices +#: model:ir.ui.view,arch_db:contract_show_invoice.account_analytic_account_button_invoice +msgid "Invoices" +msgstr "" + +#. module: contract_show_invoice +#: model:ir.ui.view,arch_db:contract_show_invoice.account_analytic_account_button_invoice +msgid "Invoices related with this contract" +msgstr "" diff --git a/contract_variable_quantity/i18n/nl_NL.po b/contract_variable_quantity/i18n/nl_NL.po index 51dcf5dc..3ecc625d 100644 --- a/contract_variable_quantity/i18n/nl_NL.po +++ b/contract_variable_quantity/i18n/nl_NL.po @@ -3,13 +3,14 @@ # * contract_variable_quantity # # Translators: +# OCA Transbot , 2017 # Peter Hageman , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-10 03:41+0000\n" -"PO-Revision-Date: 2017-06-10 03:41+0000\n" +"POT-Creation-Date: 2017-08-26 00:42+0000\n" +"PO-Revision-Date: 2017-08-26 00:42+0000\n" "Last-Translator: Peter Hageman , 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -76,12 +77,12 @@ msgstr "" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_create_uid msgid "Created by" -msgstr "" +msgstr "Aangemaakt door" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_create_date msgid "Created on" -msgstr "" +msgstr "Aangemaakt op" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_display_name @@ -130,12 +131,12 @@ msgstr "Laatst gewijzigd op" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Laatst bijgewerkt door" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_write_date msgid "Last Updated on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: contract_variable_quantity #: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula_name