[IMP] contract_variable_quantity: Add qty_type field in portal

This commit is contained in:
Víctor Martínez
2021-01-04 08:15:19 +01:00
parent e19506c6d2
commit 1cde0f83e5
5 changed files with 41 additions and 9 deletions

View File

@@ -6,6 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 07:13+0000\n"
"PO-Revision-Date: 2021-01-04 07:13+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -56,6 +58,11 @@ msgstr ""
msgid "<i>user</i>: Current user."
msgstr ""
#. module: contract_variable_quantity
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.portal_contract_page
msgid "<span>Variable</span>"
msgstr ""
#. module: contract_variable_quantity
#: model:ir.model,name:contract_variable_quantity.model_contract_abstract_contract_line
msgid "Abstract Recurring Contract Line"

View File

@@ -8,16 +8,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-27 01:12+0000\n"
"PO-Revision-Date: 2019-10-30 01:33+0000\n"
"POT-Creation-Date: 2021-01-04 07:13+0000\n"
"PO-Revision-Date: 2021-01-04 08:14+0100\n"
"Last-Translator: Josep M <jmyepes@mac.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"
"X-Generator: Poedit 2.3\n"
#. module: contract_variable_quantity
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
@@ -31,8 +31,8 @@ msgid ""
msgstr ""
"<code>\n"
" result =\n"
" "
"env['product.product'].search_count([('sale_ok',\n"
" env['product.product']."
"search_count([('sale_ok',\n"
" '=', True)])\n"
" </code>"
@@ -82,6 +82,11 @@ msgstr ""
msgid "<i>user</i>: Current user."
msgstr "<i>user</i>: Usuario actual."
#. module: contract_variable_quantity
#: model_terms:ir.ui.view,arch_db:contract_variable_quantity.portal_contract_page
msgid "<span>Variable</span>"
msgstr "<span>Variable</span>"
#. module: contract_variable_quantity
#: model:ir.model,name:contract_variable_quantity.model_contract_abstract_contract_line
msgid "Abstract Recurring Contract Line"
@@ -245,8 +250,8 @@ msgid ""
" 'result'."
msgstr ""
"Debe insertar un bloque de código Python válido que\n"
" almacena en algún momento un valor flotante /"
" entero de\n"
" almacena en algún momento un valor "
"flotante / entero de\n"
" la cantidad a facturar en la variable\n"
" 'result'."