mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract_variable_quantity: Correct README menus references
This commit is contained in:
committed by
Víctor Martínez
parent
ceafa89917
commit
ef4e37a7b4
@@ -12,7 +12,7 @@ lines with variable quantity according to a provided formula.
|
||||
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
|
||||
float/integer value of the quantity to invoice in the variable 'result'.
|
||||
|
||||
@@ -34,7 +34,7 @@ Usage
|
||||
|
||||
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*.
|
||||
#. Add a new recurring invoicing line.
|
||||
#. Select "Variable quantity" in column "Qty. type".
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-30 01:41+0000\n"
|
||||
"PO-Revision-Date: 2017-11-30 01:41+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-17 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-01-17 13:50+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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"
|
||||
@@ -94,7 +94,7 @@ msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:64
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:63
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating code.\n"
|
||||
@@ -152,7 +152,7 @@ msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:66
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:65
|
||||
#, python-format
|
||||
msgid "No valid result returned."
|
||||
msgstr "No se devuelve un valor válido."
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
# Translators:
|
||||
# Ashish Deshmukh <ashish.p.deshmukh@gmail.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-17 01:05+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 01:05+0000\n"
|
||||
"Last-Translator: Ashish Deshmukh <ashish.p.deshmukh@gmail.com>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-17 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-01-17 13:50+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -89,7 +89,7 @@ msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:64
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:63
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating code.\n"
|
||||
@@ -102,6 +102,7 @@ msgid "Example of Python code"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: selection:account.analytic.contract.line,qty_type:0
|
||||
#: selection:account.analytic.invoice.line,qty_type:0
|
||||
msgid "Fixed quantity"
|
||||
msgstr ""
|
||||
@@ -144,22 +145,25 @@ msgid "Name"
|
||||
msgstr "नाम"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:66
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:65
|
||||
#, python-format
|
||||
msgid "No valid result returned."
|
||||
msgstr "कोई वैध परिणाम नहीं मिला।"
|
||||
|
||||
#. 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
|
||||
msgid "Qty. formula"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "Qty. type"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: selection:account.analytic.contract.line,qty_type:0
|
||||
#: selection:account.analytic.invoice.line,qty_type:0
|
||||
msgid "Variable quantity"
|
||||
msgstr ""
|
||||
|
||||
@@ -3,15 +3,14 @@
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-30 01:41+0000\n"
|
||||
"PO-Revision-Date: 2017-11-30 01:41+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-17 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-01-17 13:50+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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"
|
||||
@@ -90,7 +89,7 @@ msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:64
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:63
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating code.\n"
|
||||
@@ -146,7 +145,7 @@ msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:66
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:65
|
||||
#, python-format
|
||||
msgid "No valid result returned."
|
||||
msgstr "Nijedan valjani rezultat nije vraćen."
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-30 01:41+0000\n"
|
||||
"PO-Revision-Date: 2017-11-30 01:41+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-17 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-01-17 13:50+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -92,7 +92,7 @@ msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:64
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:63
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating code.\n"
|
||||
@@ -150,7 +150,7 @@ msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:66
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:65
|
||||
#, python-format
|
||||
msgid "No valid result returned."
|
||||
msgstr "Nije vraćen nijedan valjani rezultat."
|
||||
|
||||
@@ -3,15 +3,14 @@
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-30 01:41+0000\n"
|
||||
"PO-Revision-Date: 2017-11-30 01:41+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-17 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-01-17 13:50+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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"
|
||||
@@ -93,7 +92,7 @@ msgid "Display Name"
|
||||
msgstr "Nome a Apresentar"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:64
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:63
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating code.\n"
|
||||
@@ -151,7 +150,7 @@ msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:66
|
||||
#: code:addons/contract_variable_quantity/models/contract.py:65
|
||||
#, python-format
|
||||
msgid "No valid result returned."
|
||||
msgstr "Não foi retornado nenhum resultado válido."
|
||||
|
||||
Reference in New Issue
Block a user