mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: remove redundant method
I have detected a method that was created as redundant and with the same technique used when preparing the line values, so better to have everything together in the same method instead of having it spread.
This commit is contained in:
committed by
Carolina Fernandez
parent
aac05b9fcf
commit
079d6297de
@@ -11,18 +11,20 @@ msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-11 02:47+0000\n"
|
||||
"PO-Revision-Date: 2016-09-11 02:47+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 2016\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"PO-Revision-Date: 2020-02-14 21:13+0000\n"
|
||||
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/"
|
||||
"23907/pt_PT/)\n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. 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 =\n"
|
||||
@@ -31,6 +33,12 @@ msgid ""
|
||||
" '=', True)])\n"
|
||||
" </code>"
|
||||
msgstr ""
|
||||
"<code>\n"
|
||||
" result =\n"
|
||||
" "
|
||||
"env['product.product'].search_count([('sale_ok',\n"
|
||||
" '=', True)])\n"
|
||||
" </code>"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
|
||||
Reference in New Issue
Block a user