lims: update translations

This commit is contained in:
Adrián Bernardi 2021-06-22 11:25:44 -03:00
parent 50d65ec1b6
commit 2054b570b3
3 changed files with 2 additions and 42 deletions

View file

@ -22,26 +22,6 @@ msgctxt "field:company.department,name:"
msgid "Name"
msgstr "Nombre"
msgctxt "field:ir.model,docs:"
msgid "Docs"
msgstr ""
msgctxt "field:ir.model.doc,doc:"
msgid "Documentation"
msgstr ""
msgctxt "field:ir.model.doc,kind:"
msgid "Kind"
msgstr "Tipo"
msgctxt "field:ir.model.doc,model:"
msgid "Model"
msgstr "Modelo"
msgctxt "field:ir.model.doc,name:"
msgid "Name"
msgstr "Nombre"
msgctxt "field:lims.analysis,all_included_analysis:"
msgid "All included analysis"
msgstr "Todos los análisis incluidos"
@ -8360,18 +8340,6 @@ msgctxt "model:ir.message,text:msg_zone_code_unique_id"
msgid "Zone code must be unique"
msgstr "El código de la zona debe ser único"
msgctxt "model:ir.model.doc,doc:lims_entry_model_doc"
msgid ""
"<div align=\"left\"><b><font face=\"normal\" size=\"7\">Entry "
"<i>Documentation</i></font></b></div>"
msgstr ""
"<div align=\"left\"><b><font face=\"normal\" size=\"7\"><i>Documentación "
"de</i> Ingresos</font></b></div>"
msgctxt "model:ir.model.doc,name:"
msgid "Model Doc"
msgstr ""
msgctxt "model:ir.rule.group,name:rule_group_analysis_device"
msgid "User in laboratory"
msgstr ""
@ -12065,14 +12033,6 @@ msgctxt "selection:ir.cron,method:"
msgid "Lims Process Waiting Planification"
msgstr "Procesar planificaciones en espera"
msgctxt "selection:ir.model.doc,kind:"
msgid "Base"
msgstr "Base"
msgctxt "selection:ir.model.doc,kind:"
msgid "Extended"
msgstr ""
msgctxt "selection:lims.analysis,behavior:"
msgid "Additional"
msgstr "Adicional"

View file

@ -11,7 +11,7 @@
<field name="text">There is already a default typification for this combination of product type, matrix and analysis</field>
</record>
<record model="ir.message" id="msg_not_default_typification">
<field name="text">This typification should be the default</field>
<field name="text">This typification (ID: %(typification)s) should be the default</field>
</record>
<record model="ir.message" id="msg_error_limits_allowed">
<field name="text">The value of line "%(line)s" is outside the allowed limits</field>

View file

@ -69,7 +69,7 @@ class Notebook(ModelSQL, ModelView):
state = fields.Function(fields.Char('State'), 'get_state',
searcher='search_state')
lines_pending_reporting = fields.Function(fields.One2Many(
'lims.notebook.line', 'notebook', 'Lines'),
'lims.notebook.line', None, 'Lines'),
'get_lines_pending_reporting')
acceptance_pending = fields.Function(fields.Boolean('Pending acceptance'),
'get_acceptance_pending', searcher='search_acceptance_pending')