lims_analysis_sheet: Analysis Sheet Template: remove obsolete field

This commit is contained in:
Adri?n Bernardi 2020-03-10 09:22:47 -03:00
parent 7d644dab9c
commit f50ed1320e
2 changed files with 0 additions and 10 deletions

View file

@ -30,8 +30,6 @@ class TemplateAnalysisSheet(ModelSQL, ModelView):
name = fields.Char('Name', required=True)
analysis = fields.One2Many('lims.template.analysis_sheet.analysis',
'template', 'Analysis', required=True)
max_qty_samples = fields.Integer('Maximum quantity of samples',
help='For generation from racks')
comments = fields.Text('Comments')
pending_fractions = fields.Function(fields.Integer('Pending fractions'),
'get_pending_fractions')

View file

@ -139,10 +139,6 @@ msgctxt "field:lims.template.analysis_sheet,interface:"
msgid "Device Interface"
msgstr "Interfaz"
msgctxt "field:lims.template.analysis_sheet,max_qty_samples:"
msgid "Maximum quantity of samples"
msgstr "Cantidad máxima de muestras"
msgctxt "field:lims.template.analysis_sheet,name:"
msgid "Name"
msgstr "Nombre"
@ -171,10 +167,6 @@ msgctxt "help:lims.interface.column,destination_column:"
msgid "Mapped column in batch file"
msgstr "Columna correspondiente en el archivo destino"
msgctxt "help:lims.template.analysis_sheet,max_qty_samples:"
msgid "For generation from racks"
msgstr "Para generación desde racks"
msgctxt "model:ir.action,name:"
msgid "Open Analysis Sheet Data"
msgstr "Abrir datos de Hoja de análisis"