[FIX] studies_base : #OPP306 - add missing field for search view and … #7

Merged
b0g merged 1 commits from 16.0-OPP306 into 16.0 2025-08-27 08:31:26 +00:00
2 changed files with 12 additions and 4 deletions

View File

@@ -172,7 +172,7 @@
</record>
<record id="study_questionnaire_subject_type_PRACTITIONER" model="study.questionnaire.subject.type">
<field name="name">Praticient</field>
<field name="name">Praticien</field>
<field name="value">PRACTITIONER</field>
</record>

View File

@@ -131,11 +131,19 @@
<field name="model">study.study</field>
<field name="arch" type="xml">
<search string="Études">
<field name="title" string="Nom de l'étude" />
<field name="name" string="Acronyme" />
<field name="active" string="Actif" />
<field name="description" string="Description" />
<field name="identifier_author" string="ID Plateforme" />
<field name="identifier_primary_id" string="Seintinelles ID"/>
<field name="period_start" string="Date de début" />
<field name="keywords" string="Mots-clés" />
<field name="name" string="Acronyme" />
<field name="period_end" string="Date de fin" />
<field name="period_start" string="Date de début" />
<field name="phase" string="Phase" />
<field name="progress_status_id" string="Statut" />
<field name="region" string="Région" />
<field name="title" string="Nom de l'étude" />
<field name="version" string="Version" />
</search>
</field>
</record>