Dear Luis,
dear all,
where can I find the field |party.party,sex| ? Would it be possible then
to add to “male” and “female” the third possibility “divers”? In GNU
Health 3.8 at |trytond/modules/party/party.py| or |party.xml| I could
not find it.
At |modules/health/health.py| there is:
|bio
Dear all,
I tried to add the gender "Divers":
On my test installation of openSUSE Leap 15.3 with GNU Health 3.8 on my
Raspi4 with 8 GB as root I added in health.py the line
('d', 'Divers'),
in line 456: in class Party ... gender=fields.Selection ,
in line 3115: in class PatientData
(g
Hi Edgar,Congratulations on your hard work! Did you check the status of all
your services (gnuhealth and postgresql)?Please note also that there is a
possibility to upgrade only the health module instead of including all the
modules.Kind regardsArmand
On Tuesday, June 22, 2021, 10:53:36 AM
Dear Edgar!
Thanks for your feedback!
On Tue, 22 Jun 2021 11:53:33 +0200
Edgar_ wrote:
> Dear all,
>
> I tried to add the gender "Divers":
>
> On my test installation of openSUSE Leap 15.3 with GNU Health 3.8 on
> my Raspi4 with 8 GB as root I added in health.py the line
>
> ('d', 'Divers'),