mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: add section and notes in contract line
This commit is contained in:
@@ -23,11 +23,6 @@ msgstr ""
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<code>\n"
|
||||
#| " result = env['product.product']."
|
||||
#| "search_count([('sale_ok', '=', True)])\n"
|
||||
#| " </code>"
|
||||
msgid ""
|
||||
"<code>\n"
|
||||
" result =\n"
|
||||
@@ -49,7 +44,6 @@ msgstr "<i>context</i>: Trenutni context dictionary."
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid "<i>contract</i>: Contract whose line belongs to."
|
||||
msgid ""
|
||||
"<i>contract</i>: Contract whose line\n"
|
||||
" belongs to."
|
||||
@@ -58,7 +52,6 @@ msgstr "<i>contract</i>: Ugovor čije linije pripadaju ovdje."
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid "<i>env</i>: Environment variable for getting other models."
|
||||
msgid ""
|
||||
"<i>env</i>: Environment variable for\n"
|
||||
" getting other models."
|
||||
@@ -67,7 +60,6 @@ msgstr "<i>env</i>: Environment variabla za dohvaćanje drugih modela."
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid "<i>invoice</i>: Invoice (header) being created."
|
||||
msgid ""
|
||||
"<i>invoice</i>: Invoice (header) being\n"
|
||||
" created."
|
||||
@@ -76,8 +68,6 @@ msgstr "<i>invoice</i>: Kreirani račun (zaglavlje)."
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<i>line</i>: Contract recurring invoice line that triggers this formula."
|
||||
msgid ""
|
||||
"<i>line</i>: Contract recurring invoice\n"
|
||||
" line that triggers this formula."
|
||||
@@ -117,7 +107,6 @@ msgstr ""
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.model,name:contract_variable_quantity.model_contract_line_qty_formula
|
||||
#, fuzzy
|
||||
#| msgid "contract.line.qty.formula"
|
||||
msgid "Contract Line Formula"
|
||||
msgstr "contract.line.qty.formula"
|
||||
|
||||
@@ -235,7 +224,6 @@ msgstr "Promjenjiva količina"
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid "You can use these variables to compute your formula:"
|
||||
msgid ""
|
||||
"You can use these variables to compute your\n"
|
||||
" formula:"
|
||||
@@ -244,9 +232,6 @@ msgstr "Za izračun količine možete koristiti ove varijable:"
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You have to insert valid Python code block that stores at some moment a "
|
||||
#| "float/integer value of the quantity to invoice in the variable 'result'."
|
||||
msgid ""
|
||||
"You have to insert valid Python code block that\n"
|
||||
" stores at some moment a float/integer value "
|
||||
|
||||
Reference in New Issue
Block a user