From 707f9f08032a49a1503dcc033393f5ae5d79ec37 Mon Sep 17 00:00:00 2001 From: Carlos Dauden Date: Thu, 2 Nov 2017 19:45:11 +0100 Subject: [PATCH] [IMP] sale_order_invoicing_finished_task: Use with timesheet track_service too (#552) --- sale_order_invoicing_finished_task/README.rst | 25 ++++-- .../__manifest__.py | 3 +- sale_order_invoicing_finished_task/i18n/ca.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/de.po | 89 ++++++++++++++++++ .../i18n/el_GR.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/es.po | 89 ++++++++++++++++++ .../i18n/es_ES.po | 89 ++++++++++++++++++ .../i18n/es_VE.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/fi.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/fr.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/hr.po | 90 +++++++++++++++++++ .../i18n/hr_HR.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/hu.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/it.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/nl.po | 89 ++++++++++++++++++ .../i18n/nl_NL.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/pt.po | 89 ++++++++++++++++++ .../i18n/pt_BR.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/ro.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/sl.po | 89 ++++++++++++++++++ sale_order_invoicing_finished_task/i18n/tr.po | 89 ++++++++++++++++++ .../i18n/tr_TR.po | 89 ++++++++++++++++++ .../i18n/vi_VN.po | 89 ++++++++++++++++++ .../i18n/zh_CN.po | 89 ++++++++++++++++++ .../models/sale_order.py | 2 +- .../views/product_view.xml | 2 +- 26 files changed, 1978 insertions(+), 13 deletions(-) create mode 100644 sale_order_invoicing_finished_task/i18n/ca.po create mode 100644 sale_order_invoicing_finished_task/i18n/de.po create mode 100644 sale_order_invoicing_finished_task/i18n/el_GR.po create mode 100644 sale_order_invoicing_finished_task/i18n/es.po create mode 100644 sale_order_invoicing_finished_task/i18n/es_ES.po create mode 100644 sale_order_invoicing_finished_task/i18n/es_VE.po create mode 100644 sale_order_invoicing_finished_task/i18n/fi.po create mode 100644 sale_order_invoicing_finished_task/i18n/fr.po create mode 100644 sale_order_invoicing_finished_task/i18n/hr.po create mode 100644 sale_order_invoicing_finished_task/i18n/hr_HR.po create mode 100644 sale_order_invoicing_finished_task/i18n/hu.po create mode 100644 sale_order_invoicing_finished_task/i18n/it.po create mode 100644 sale_order_invoicing_finished_task/i18n/nl.po create mode 100644 sale_order_invoicing_finished_task/i18n/nl_NL.po create mode 100644 sale_order_invoicing_finished_task/i18n/pt.po create mode 100644 sale_order_invoicing_finished_task/i18n/pt_BR.po create mode 100644 sale_order_invoicing_finished_task/i18n/ro.po create mode 100644 sale_order_invoicing_finished_task/i18n/sl.po create mode 100644 sale_order_invoicing_finished_task/i18n/tr.po create mode 100644 sale_order_invoicing_finished_task/i18n/tr_TR.po create mode 100644 sale_order_invoicing_finished_task/i18n/vi_VN.po create mode 100644 sale_order_invoicing_finished_task/i18n/zh_CN.po diff --git a/sale_order_invoicing_finished_task/README.rst b/sale_order_invoicing_finished_task/README.rst index 3212e56e8d8f..81a646f23587 100644 --- a/sale_order_invoicing_finished_task/README.rst +++ b/sale_order_invoicing_finished_task/README.rst @@ -6,9 +6,12 @@ Sale Order Invoicing Finished Task ================================== -The requirement of this module is to give the possibility in the task to indicate if a task is available to invoice or not. This means by default even the task is not finished you could set it as invoiceable. +The requirement of this module is to give the possibility in the task to +indicate if a task is available to invoice or not. This means by default even +the task is not finished you could set it as invoiceable. -As an option you can relate to a Proyect Stage ( ``project.task.type`` ) this control. For example if you want to assign Invoiceable to stage ``Done`` always +As an option you can relate to a Project Stage ( ``project.task.type`` ) this +control. For example if you want to assign Invoiceable to stage ``Done`` always. Usage ===== @@ -17,9 +20,9 @@ To use this module, you need to: 1. Go to Sales -> Product and create a service product -2. In the product go to Invoicing tab and select (1) An invocing policy (2) Track - service must be create a task and tack hours (3) Set Invoicing finished task - checkbox and save +2. In the product go to Invoicing tab and select (1) An invocing policy (2) + Track service must be create a task and tack hours (3) Set Invoicing + finished task checkbox and save .. image:: static/description/product_view_invoicefinishedtask.png @@ -27,15 +30,19 @@ To use this module, you need to: 3. Go to Sales -> Sale orders -> Create a new one. Add a customer y the product you have created -4. Confirm the sales order, it will create you a proyect and a task +4. Confirm the sales order, it will create you a project and a task 5. Go to the task and you will find a smartbutton called Not invoiceable, when you press the button you will indicate that the task can be invoiced .. image:: static/description/task_view_invoicefinishedtask.png -6. Optional: if you want to use project stages to control this Go To Proyect -> Settings -> Stage -> You have to set true the field Invoiceable in the stages that you consider are invoiceable. Event to use stages for this functionality you can also set it manually in the task whenever you want. +6. Optional: if you want to use project stages to control this Go To + Project -> Settings -> Stage -> You have to set true the field Invoiceable + in the stages that you consider are invoiceable. Event to use stages for + this functionality you can also set it manually in the task whenever you + want. -You can try it in:' +You can try it in: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -62,7 +69,7 @@ Images Contributors ------------ -* Denis Leemann +* Denis Leemann * Sergio Teruel * Carlos Dauden diff --git a/sale_order_invoicing_finished_task/__manifest__.py b/sale_order_invoicing_finished_task/__manifest__.py index bc5a236cdc3a..a54b6a45d83b 100644 --- a/sale_order_invoicing_finished_task/__manifest__.py +++ b/sale_order_invoicing_finished_task/__manifest__.py @@ -7,14 +7,13 @@ { "name": "Sale Order Invoicing Finished Task", "summary": "Control invoice order lines if his task has been finished", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "category": "Sales", "website": "https://github.com/OCA/sale-workflow", "author": "Tecnativa, " "Camptocamp, " "Odoo Community Association (OCA)", "license": "AGPL-3", - "application": False, "installable": True, "depends": [ "sale_timesheet", diff --git a/sale_order_invoicing_finished_task/i18n/ca.po b/sale_order_invoicing_finished_task/i18n/ca.po new file mode 100644 index 000000000000..104a83eb5194 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/ca.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Comandes de venda" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línia de comanda de vendes" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/de.po b/sale_order_invoicing_finished_task/i18n/de.po new file mode 100644 index 000000000000..379ea37b73a9 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/de.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Verkaufsauftrag" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Auftragsposition" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/el_GR.po b/sale_order_invoicing_finished_task/i18n/el_GR.po new file mode 100644 index 000000000000..e494d276fe6b --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/el_GR.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Εντολή Πώλησης" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/es.po b/sale_order_invoicing_finished_task/i18n/es.po new file mode 100644 index 000000000000..0addb4144911 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/es.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de pedido de venta" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/es_ES.po b/sale_order_invoicing_finished_task/i18n/es_ES.po new file mode 100644 index 000000000000..0e1ba8116508 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/es_ES.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/es_VE.po b/sale_order_invoicing_finished_task/i18n/es_VE.po new file mode 100644 index 000000000000..405c5e190502 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/es_VE.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Pedidos de venta" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Línea de pedido de venta" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/fi.po b/sale_order_invoicing_finished_task/i18n/fi.po new file mode 100644 index 000000000000..4a9ad43ed4e8 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/fi.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Myyntitilaus" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/fr.po b/sale_order_invoicing_finished_task/i18n/fr.po new file mode 100644 index 000000000000..ff7a25679884 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/fr.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Bon de commande" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Sales Order Line" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/hr.po b/sale_order_invoicing_finished_task/i18n/hr.po new file mode 100644 index 000000000000..5235a60c3bd3 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/hr.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# Bole , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Stavka ponude" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/hr_HR.po b/sale_order_invoicing_finished_task/i18n/hr_HR.po new file mode 100644 index 000000000000..825135893a91 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/hr_HR.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Prodjani nalog" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/hu.po b/sale_order_invoicing_finished_task/i18n/hu.po new file mode 100644 index 000000000000..d50dc5e883d5 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/hu.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Vevői megrendelés" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/it.po b/sale_order_invoicing_finished_task/i18n/it.po new file mode 100644 index 000000000000..d74961489cbd --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/it.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Ordini vendita" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linea d'ordine di vendita" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/nl.po b/sale_order_invoicing_finished_task/i18n/nl.po new file mode 100644 index 000000000000..b6a86c65c97e --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/nl.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/nl_NL.po b/sale_order_invoicing_finished_task/i18n/nl_NL.po new file mode 100644 index 000000000000..a05aba4b305b --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/nl_NL.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+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" +"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: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Verkooporderregel" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/pt.po b/sale_order_invoicing_finished_task/i18n/pt.po new file mode 100644 index 000000000000..226a6c71a385 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/pt.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Ordem de Venda" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/pt_BR.po b/sale_order_invoicing_finished_task/i18n/pt_BR.po new file mode 100644 index 000000000000..18a52997dea7 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/pt_BR.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Pedido de Venda" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linha Pedido de Venda" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/ro.po b/sale_order_invoicing_finished_task/i18n/ro.po new file mode 100644 index 000000000000..30ef511242cc --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/ro.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Comandă vânzare" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Linie comandă vânzare" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/sl.po b/sale_order_invoicing_finished_task/i18n/sl.po new file mode 100644 index 000000000000..998904a947e4 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/sl.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Postavka prodajnega naloga" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/tr.po b/sale_order_invoicing_finished_task/i18n/tr.po new file mode 100644 index 000000000000..03e76002f330 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/tr.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Sipariş Emri" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Satış Siparişi Hattı" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/tr_TR.po b/sale_order_invoicing_finished_task/i18n/tr_TR.po new file mode 100644 index 000000000000..b6aa4cad2bf1 --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/tr_TR.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Satış emri" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "Sipariş emri satırı " + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/vi_VN.po b/sale_order_invoicing_finished_task/i18n/vi_VN.po new file mode 100644 index 000000000000..cdf23828281d --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/vi_VN.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "Đơn hàng Bán" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/i18n/zh_CN.po b/sale_order_invoicing_finished_task/i18n/zh_CN.po new file mode 100644 index 000000000000..934a728420ba --- /dev/null +++ b/sale_order_invoicing_finished_task/i18n/zh_CN.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_order_invoicing_finished_task +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-23 01:51+0000\n" +"PO-Revision-Date: 2017-11-23 01:51+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,help:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoice the order lines only when the task is in folded stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoiceable +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_type_invoiceable +msgid "Invoiceable" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_product_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_product_template_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_project_task_invoicing_finished_task +msgid "Invoicing finished task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order +msgid "Sales Order" +msgstr "销售订单" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task +msgid "Task" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model,name:sale_order_invoicing_finished_task.model_project_task_type +msgid "Task Stage" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: model:ir.model.fields,field_description:sale_order_invoicing_finished_task.field_sale_order_line_task_ids +msgid "Tasks" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 +#, python-format +msgid "You cannot add a task to and invoiced Sale Order Line" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:55 +#, python-format +msgid "You cannot modify the Sale Order Line of the task once it is invoiced" +msgstr "" + +#. module: sale_order_invoicing_finished_task +#: code:addons/sale_order_invoicing_finished_task/models/project.py:45 +#, python-format +msgid "" +"You cannot modify the status if there is no Sale Order Line or if it has " +"been invoiced." +msgstr "" diff --git a/sale_order_invoicing_finished_task/models/sale_order.py b/sale_order_invoicing_finished_task/models/sale_order.py index 1328b535a1e4..ebe6f7f98771 100644 --- a/sale_order_invoicing_finished_task/models/sale_order.py +++ b/sale_order_invoicing_finished_task/models/sale_order.py @@ -35,7 +35,7 @@ def _get_to_invoice_qty(self): lines = self.filtered( lambda x: (x.product_id.type == 'service' and x.product_id.invoicing_finished_task and - x.product_id.track_service == 'task') + x.product_id.track_service in ['task', 'timesheet']) ) for line in lines: if all(line.task_ids.mapped('invoiceable')): diff --git a/sale_order_invoicing_finished_task/views/product_view.xml b/sale_order_invoicing_finished_task/views/product_view.xml index fa8fafb6cbc1..75866b9e2910 100644 --- a/sale_order_invoicing_finished_task/views/product_view.xml +++ b/sale_order_invoicing_finished_task/views/product_view.xml @@ -10,7 +10,7 @@ + attrs="{'invisible':['|', ('type','!=','service'), ('track_service', 'not in', ['task', 'timesheet'])]}"/>