Files
study-tools/studies_base/views/study_config_views.xml
clementthomas a7f310207e [IMP] studies_base:
move study_author
2024-07-30 11:51:40 +02:00

244 lines
12 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- VIEWS -->
<record id="view_study_author_tree" model="ir.ui.view">
<field name="name">study.author.tree</field>
<field name="model">study.author</field>
<field name="arch" type="xml">
<tree string="Platformes techniques d'étude" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_eligibility_condition_body_site_tree" model="ir.ui.view">
<field name="name">study.eligibility.condition.body.site.tree</field>
<field name="model">study.eligibility.condition.body.site</field>
<field name="arch" type="xml">
<tree string="Localisations anatomiques des affections" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_eligibility_condition_clinical_status_tree" model="ir.ui.view">
<field name="name">study.eligibility.condition.clinical.status.tree</field>
<field name="model">study.eligibility.condition.clinical.status</field>
<field name="arch" type="xml">
<tree string="Statuts des affectations (malade, ancien malade...)" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_eligibility_topic_tree" model="ir.ui.view">
<field name="name">study.eligibility.topic.tree</field>
<field name="model">study.eligibility.topic</field>
<field name="arch" type="xml">
<tree string="Thématiques de recherche" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_gender_tree" model="ir.ui.view">
<field name="name">study.gender.tree</field>
<field name="model">study.gender</field>
<field name="arch" type="xml">
<tree string="Genres" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_participant_state_tree" model="ir.ui.view">
<field name="name">study.participant.state.tree</field>
<field name="model">study.participant.state</field>
<field name="arch" type="xml">
<tree string="États des participations (participants)" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_participant_progress_status_tree" model="ir.ui.view">
<field name="name">study.participant.progress.status.tree</field>
<field name="model">study.participant.progress.status</field>
<field name="arch" type="xml">
<tree string="Statuts de participation (participants)" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_phase_tree" model="ir.ui.view">
<field name="name">study.phase.tree</field>
<field name="model">study.phase</field>
<field name="arch" type="xml">
<tree string="Phases" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_purpose_type_tree" model="ir.ui.view">
<field name="name">study.purpose.type.tree</field>
<field name="model">study.purpose.type</field>
<field name="arch" type="xml">
<tree string="Objectifs" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_questionnaire_response_progress_status_tree" model="ir.ui.view">
<field name="name">study.questionnaire.response.progress.status.tree</field>
<field name="model">study.questionnaire.response.progress.status</field>
<field name="arch" type="xml">
<tree string="Statuts des réponses aux questionnaires" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_questionnaire_status_tree" model="ir.ui.view">
<field name="name">study.questionnaire.status.tree</field>
<field name="model">study.questionnaire.status</field>
<field name="arch" type="xml">
<tree string="Statuts de publication (questionnaire)" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_questionnaire_subject_type_tree" model="ir.ui.view">
<field name="name">study.questionnaire.subject.type.tree</field>
<field name="model">study.questionnaire.subject.type</field>
<field name="arch" type="xml">
<tree string="Sujets" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_region_tree" model="ir.ui.view">
<field name="name">study.region.tree</field>
<field name="model">study.region</field>
<field name="arch" type="xml">
<tree string="Zones géographiques étudiées" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
</tree>
</field>
</record>
<record id="view_study_status_tree" model="ir.ui.view">
<field name="name">study.status.tree</field>
<field name="model">study.status</field>
<field name="arch" type="xml">
<tree string="Statuts de publication des études" editable="bottom">
<field name="sequence" widget="handle"/>
<field name="name"/>
<field name="value" />
</tree>
</field>
</record>
<record id="view_study_keyword_tree" model="ir.ui.view">
<field name="name">study.keyword.tree</field>
<field name="model">study.keyword</field>
<field name="arch" type="xml">
<tree string="Mots-clés des études" editable="bottom">
<field name="name"/>
</tree>
</field>
</record>
<!-- ACTIONS -->
<record id="action_study_author" model="ir.actions.act_window">
<field name="name">Platformes techniques d'étude</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.author</field>
</record>
<record id="action_study_eligibility_condition_body_site" model="ir.actions.act_window">
<field name="name">Localisations anatomiques des affections</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.eligibility.condition.body.site</field>
</record>
<record id="action_study_eligibility_condition_clinical_status" model="ir.actions.act_window">
<field name="name">Statuts des affectations (malade, ancien malade...)</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.eligibility.condition.clinical.status</field>
</record>
<record id="action_study_eligibility_topic" model="ir.actions.act_window">
<field name="name">Thématiques de recherche</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.eligibility.topic</field>
</record>
<record id="action_study_gender" model="ir.actions.act_window">
<field name="name">Genres</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.gender</field>
</record>
<record id="action_study_participant_state" model="ir.actions.act_window">
<field name="name">États des participations (participants)</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.participant.state</field>
</record>
<record id="action_study_participant_progress_status" model="ir.actions.act_window">
<field name="name">Statuts de participation (participants)</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.participant.progress.status</field>
</record>
<record id="action_study_phase" model="ir.actions.act_window">
<field name="name">Phases</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.phase</field>
</record>
<record id="action_study_purpose_type" model="ir.actions.act_window">
<field name="name">Objectifs</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.purpose.type</field>
</record>
<record id="action_study_questionnaire_response_progress_status" model="ir.actions.act_window">
<field name="name">Statuts des réponses aux questionnaires</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.questionnaire.response.progress.status</field>
</record>
<record id="action_study_questionnaire_status" model="ir.actions.act_window">
<field name="name">Statuts de publication (questionnaires)</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.questionnaire.status</field>
</record>
<record id="action_study_questionnaire_subject_type" model="ir.actions.act_window">
<field name="name">Types de sujet des questionnaires</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.questionnaire.subject.type</field>
</record>
<record id="action_study_region" model="ir.actions.act_window">
<field name="name">Zones géographiques étudiées</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.region</field>
</record>
<record id="action_study_status" model="ir.actions.act_window">
<field name="name">Statuts de publication des études</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.status</field>
</record>
<record id="action_study_keyword" model="ir.actions.act_window">
<field name="name">Mots-clés des études</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">study.keyword</field>
</record>
</odoo>