[IMP] studies_base:

split studies_base in two modules
This commit is contained in:
clementthomas
2024-07-19 15:24:48 +02:00
parent 65d637a900
commit bd8a9fc4af
28 changed files with 132 additions and 361 deletions

View File

@@ -19,7 +19,7 @@
<field name="name">study.participant.form</field>
<field name="model">study.participant</field>
<field name="arch" type="xml">
<form string="Étude">
<form string="Participant">
<header>
<!-- action buttons -->
</header>
@@ -51,12 +51,10 @@
<field name="progress_status" />
<field name="state" />
</group>
<group name="participation_right">
<field name="part_of_author" />
<field name="author" />
<group name="participation_right">
<field name="identifier" />
</group>
</group>
</group>
<group name="technique" string="Technique">
<group name="technique_left">
<field name="create_date" />
@@ -65,11 +63,7 @@
<group name="technique_right">
</group>
</group>
<notebook>
<page string="Réponses" name="responses">
<field name="questionnaire_responses" />
</page>
</notebook>
</sheet>
</form>
</field>