Mercurial > hgweb > health
changeset 2253:8c645af9b265
health_socioeconomics : Hide deprecated fields in socioeconomics
| author | Luis Falcon <falcon@gnu.org> |
|---|---|
| date | Thu, 17 Dec 2015 20:37:31 +0000 |
| parents | 2a60d33380d7 |
| children | 82bd6dc73e35 |
| files | tryton/health_socioeconomics/view/gnuhealth_patient.xml |
| diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health_socioeconomics/view/gnuhealth_patient.xml +++ b/tryton/health_socioeconomics/view/gnuhealth_patient.xml @@ -11,13 +11,15 @@ <field name="housing"/> </group> <newline/> - <group col="6" id="group_socioecomics_work"> - <newline/> - <label name="works_at_home"/> - <field name="works_at_home"/> - <label name="hours_outside"/> - <field name="hours_outside"/> - </group> + <!-- Deprecated info . Will be removed in 3.2 + <group col="6" id="group_socioecomics_work"> + <newline/> + <label name="works_at_home"/> + <field name="works_at_home"/> + <label name="hours_outside"/> + <field name="hours_outside"/> + </group> + --> <newline/> <group colspan="4" col="8" string="Other Family and Environmental determinants" id="group_ses_other_family_issues"> <label name="single_parent"/>
