[FIX] contract_variable_quantity: Correct README menus references

This commit is contained in:
Pedro M. Baeza
2018-01-11 10:34:45 +01:00
committed by Víctor Martínez
parent ceafa89917
commit ef4e37a7b4
6 changed files with 41 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ lines with variable quantity according to a provided formula.
Configuration Configuration
============= =============
#. Go to Sales > Configuration > Contracts > Formulas (quantity). #. Go to Invoicing > Configuration > Contracts > Formulas (quantity).
#. Define any formula based on Python code that stores at some moment a #. Define any formula based on Python code that stores at some moment a
float/integer value of the quantity to invoice in the variable 'result'. float/integer value of the quantity to invoice in the variable 'result'.
@@ -34,7 +34,7 @@ Usage
To use this module, you need to: To use this module, you need to:
#. Go to Sales -> Contracts and select or create a new contract. #. Go to Invoicing > Sales > Contracts and select or create a new contract.
#. Check *Generate recurring invoices automatically*. #. Check *Generate recurring invoices automatically*.
#. Add a new recurring invoicing line. #. Add a new recurring invoicing line.
#. Select "Variable quantity" in column "Qty. type". #. Select "Variable quantity" in column "Qty. type".

View File

@@ -3,14 +3,14 @@
# * contract_variable_quantity # * contract_variable_quantity
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 01:41+0000\n" "POT-Creation-Date: 2018-01-17 13:50+0000\n"
"PO-Revision-Date: 2017-11-30 01:41+0000\n" "PO-Revision-Date: 2018-01-17 13:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -94,7 +94,7 @@ msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:64 #: code:addons/contract_variable_quantity/models/contract.py:63
#, python-format #, python-format
msgid "" msgid ""
"Error evaluating code.\n" "Error evaluating code.\n"
@@ -152,7 +152,7 @@ msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:66 #: code:addons/contract_variable_quantity/models/contract.py:65
#, python-format #, python-format
msgid "No valid result returned." msgid "No valid result returned."
msgstr "No se devuelve un valor válido." msgstr "No se devuelve un valor válido."

View File

@@ -3,14 +3,14 @@
# * contract_variable_quantity # * contract_variable_quantity
# #
# Translators: # Translators:
# Ashish Deshmukh <ashish.p.deshmukh@gmail.com>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-17 01:05+0000\n" "POT-Creation-Date: 2018-01-17 13:50+0000\n"
"PO-Revision-Date: 2017-08-17 01:05+0000\n" "PO-Revision-Date: 2018-01-17 13:50+0000\n"
"Last-Translator: Ashish Deshmukh <ashish.p.deshmukh@gmail.com>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Hindi (India) (https://www.transifex.com/oca/teams/23907/hi_IN/)\n" "Language-Team: Hindi (India) (https://www.transifex.com/oca/teams/23907/hi_IN/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -89,7 +89,7 @@ msgid "Display Name"
msgstr "" msgstr ""
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:64 #: code:addons/contract_variable_quantity/models/contract.py:63
#, python-format #, python-format
msgid "" msgid ""
"Error evaluating code.\n" "Error evaluating code.\n"
@@ -102,6 +102,7 @@ msgid "Example of Python code"
msgstr "" msgstr ""
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: selection:account.analytic.contract.line,qty_type:0
#: selection:account.analytic.invoice.line,qty_type:0 #: selection:account.analytic.invoice.line,qty_type:0
msgid "Fixed quantity" msgid "Fixed quantity"
msgstr "" msgstr ""
@@ -144,22 +145,25 @@ msgid "Name"
msgstr "नाम" msgstr "नाम"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:66 #: code:addons/contract_variable_quantity/models/contract.py:65
#, python-format #, python-format
msgid "No valid result returned." msgid "No valid result returned."
msgstr "कोई वैध परिणाम नहीं मिला।" msgstr "कोई वैध परिणाम नहीं मिला।"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_contract_line_qty_formula_id
#: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_invoice_line_qty_formula_id #: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_invoice_line_qty_formula_id
msgid "Qty. formula" msgid "Qty. formula"
msgstr "" msgstr ""
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_contract_line_qty_type
#: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_invoice_line_qty_type #: model:ir.model.fields,field_description:contract_variable_quantity.field_account_analytic_invoice_line_qty_type
msgid "Qty. type" msgid "Qty. type"
msgstr "" msgstr ""
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: selection:account.analytic.contract.line,qty_type:0
#: selection:account.analytic.invoice.line,qty_type:0 #: selection:account.analytic.invoice.line,qty_type:0
msgid "Variable quantity" msgid "Variable quantity"
msgstr "" msgstr ""

View File

@@ -3,15 +3,14 @@
# * contract_variable_quantity # * contract_variable_quantity
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
# Bole <bole@dajmi5.com>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 01:41+0000\n" "POT-Creation-Date: 2018-01-17 13:50+0000\n"
"PO-Revision-Date: 2017-11-30 01:41+0000\n" "PO-Revision-Date: 2018-01-17 13:50+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -90,7 +89,7 @@ msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:64 #: code:addons/contract_variable_quantity/models/contract.py:63
#, python-format #, python-format
msgid "" msgid ""
"Error evaluating code.\n" "Error evaluating code.\n"
@@ -146,7 +145,7 @@ msgid "Name"
msgstr "Naziv" msgstr "Naziv"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:66 #: code:addons/contract_variable_quantity/models/contract.py:65
#, python-format #, python-format
msgid "No valid result returned." msgid "No valid result returned."
msgstr "Nijedan valjani rezultat nije vraćen." msgstr "Nijedan valjani rezultat nije vraćen."

View File

@@ -3,14 +3,14 @@
# * contract_variable_quantity # * contract_variable_quantity
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 01:41+0000\n" "POT-Creation-Date: 2018-01-17 13:50+0000\n"
"PO-Revision-Date: 2017-11-30 01:41+0000\n" "PO-Revision-Date: 2018-01-17 13:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -92,7 +92,7 @@ msgid "Display Name"
msgstr "Naziv" msgstr "Naziv"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:64 #: code:addons/contract_variable_quantity/models/contract.py:63
#, python-format #, python-format
msgid "" msgid ""
"Error evaluating code.\n" "Error evaluating code.\n"
@@ -150,7 +150,7 @@ msgid "Name"
msgstr "Naziv" msgstr "Naziv"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:66 #: code:addons/contract_variable_quantity/models/contract.py:65
#, python-format #, python-format
msgid "No valid result returned." msgid "No valid result returned."
msgstr "Nije vraćen nijedan valjani rezultat." msgstr "Nije vraćen nijedan valjani rezultat."

View File

@@ -3,15 +3,14 @@
# * contract_variable_quantity # * contract_variable_quantity
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2018
# Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 01:41+0000\n" "POT-Creation-Date: 2018-01-17 13:50+0000\n"
"PO-Revision-Date: 2017-11-30 01:41+0000\n" "PO-Revision-Date: 2018-01-17 13:50+0000\n"
"Last-Translator: Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -93,7 +92,7 @@ msgid "Display Name"
msgstr "Nome a Apresentar" msgstr "Nome a Apresentar"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:64 #: code:addons/contract_variable_quantity/models/contract.py:63
#, python-format #, python-format
msgid "" msgid ""
"Error evaluating code.\n" "Error evaluating code.\n"
@@ -151,7 +150,7 @@ msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: contract_variable_quantity #. module: contract_variable_quantity
#: code:addons/contract_variable_quantity/models/contract.py:66 #: code:addons/contract_variable_quantity/models/contract.py:65
#, python-format #, python-format
msgid "No valid result returned." msgid "No valid result returned."
msgstr "Não foi retornado nenhum resultado válido." msgstr "Não foi retornado nenhum resultado válido."