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:
@@ -9,8 +9,8 @@ msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-30 01:41+0000\n"
|
||||
"PO-Revision-Date: 2019-12-16 15:05+0000\n"
|
||||
"Last-Translator: Augusto D. Lisbôa <augusto.diniz.l@gmail.com>\n"
|
||||
"PO-Revision-Date: 2020-02-12 05:03+0000\n"
|
||||
"Last-Translator: Marcel Savegnago <marcel.savegnago@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
|
||||
"23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
@@ -18,7 +18,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 3.9.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
|
||||
@@ -86,7 +86,7 @@ msgstr "<i>user</i>: Usuário atual."
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.model,name:contract_variable_quantity.model_contract_abstract_contract_line
|
||||
msgid "Abstract Recurring Contract Line"
|
||||
msgstr "Linha do Contrato Recorrente Abstrato"
|
||||
msgstr "Linha de Contrato Recorrente Abstrato"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: model_terms:ir.actions.act_window,help:contract_variable_quantity.action_contract_quantity_formula
|
||||
@@ -165,7 +165,7 @@ msgstr "Ajuda com Expressões Python."
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.model.fields,field_description:contract_variable_quantity.field_contract_line_qty_formula__id
|
||||
msgid "ID"
|
||||
msgstr "Identificação"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.model.fields,help:contract_variable_quantity.field_contract_contract__skip_zero_qty
|
||||
|
||||
Reference in New Issue
Block a user