forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_order_invoicing_finished_task (OCA#556)
When the product has an invoicing policy Ordered Quantity, setting the task as Invoiceable will set the delivered qty on the sale order line to the ordered quantity.
- Loading branch information
1 parent
54b89ac
commit d57b4a1
Showing
5 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,14 @@ | |
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
# Quentin THEURET <[email protected]>, 2018 | ||
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 <transbot@odoo-community.org>, 2017\n" | ||
"POT-Creation-Date: 2018-02-28 01:48+0000\n" | ||
"PO-Revision-Date: 2018-02-28 01:48+0000\n" | ||
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2018\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" | ||
|
@@ -41,7 +42,7 @@ msgstr "" | |
#. module: sale_order_invoicing_finished_task | ||
#: model:ir.model,name:sale_order_invoicing_finished_task.model_product_template | ||
msgid "Product Template" | ||
msgstr "" | ||
msgstr "Modèle de produit" | ||
|
||
#. module: sale_order_invoicing_finished_task | ||
#: model:ir.model,name:sale_order_invoicing_finished_task.model_sale_order | ||
|
@@ -69,19 +70,19 @@ msgid "Tasks" | |
msgstr "" | ||
|
||
#. module: sale_order_invoicing_finished_task | ||
#: code:addons/sale_order_invoicing_finished_task/models/project.py:70 | ||
#: code:addons/sale_order_invoicing_finished_task/models/project.py:73 | ||
#, 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 | ||
#: code:addons/sale_order_invoicing_finished_task/models/project.py:58 | ||
#, 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 | ||
#: code:addons/sale_order_invoicing_finished_task/models/project.py:46 | ||
#, python-format | ||
msgid "" | ||
"You cannot modify the status if there is no Sale Order Line or if it has " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters