Re: [Health-dev] ImportError: cannot import name 'InvalidRecurrence' from 'trytond.modules.calendar.exceptions' (/home/feng/gnuhealth/tryton/server/trytond-6.0.13/trytond/modules/calendar/exceptions.p

2022-01-13 Thread Luis Falcon
Also, both gnuhealth-setup and gnuhealth-control are now ready to be tested. The installation program now does not create the old symlinks to "calendar" or "webdsav". OK, maybe have another issue: modules list can not be opened for: ``` File "/trytond/tools/misc.py", line 78, in file_open

[Health-dev] Development environments on next versions of myGNUHealth

2022-01-13 Thread Luis Falcon
Dear community With the new mobile devices running libre, privacy-oriented versions of Android (no tracking and no Google services), many have asked us to deliver a package of MyGNUHealth[1] and place it on f-Droid. Currently, MyGNUHealth uses Qt for Python (formerly PySide)[2] framework alo

Re: [Health-dev] ImportError: cannot import name 'InvalidRecurrence' from 'trytond.modules.calendar.exceptions' (/home/feng/gnuhealth/tryton/server/trytond-6.0.13/trytond/modules/calendar/exceptions.p

2022-01-13 Thread Feng Shu
Luis Falcon writes: >>> Also, both gnuhealth-setup and gnuhealth-control are now ready to be >>> tested. The installation program now does not create the old symlinks to >>> "calendar" or "webdsav". >> OK, maybe have another issue: modules list can not be opened for: >> ``` >>File "/tryton

Re: [Health-dev] ImportError: cannot import name 'InvalidRecurrence' from 'trytond.modules.calendar.exceptions' (/home/feng/gnuhealth/tryton/server/trytond-6.0.13/trytond/modules/calendar/exceptions.p

2022-01-13 Thread Feng Shu
Luis Falcon writes: >>> Also, both gnuhealth-setup and gnuhealth-control are now ready to be >>> tested. The installation program now does not create the old symlinks to >>> "calendar" or "webdsav". >> OK, maybe have another issue: modules list can not be opened for: >> ``` >>File "/tryton

Re: [Health-dev] ImportError: cannot import name 'InvalidRecurrence' from 'trytond.modules.calendar.exceptions' (/home/feng/gnuhealth/tryton/server/trytond-6.0.13/trytond/modules/calendar/exceptions.p

2022-01-13 Thread Luis Falcon
On 1/13/22 11:48, Feng Shu wrote: Luis Falcon writes: Also, both gnuhealth-setup and gnuhealth-control are now ready to be tested. The installation program now does not create the old symlinks to "calendar" or "webdsav". OK, maybe have another issue: modules list can not be opened for:

[Health-dev] [task #16043] Migration to GNU Health 4.0

2022-01-13 Thread Luis Falcon
Follow-up Comment #18, task #16043 (project health): Update before.sql script to rename old webdav and caldav packages http://hg.savannah.gnu.org/hgweb/health/rev/07e74f1d3174 Fix dup name in health_caldav access rights http://hg.savannah.gnu.org/hgweb/health/rev/6eed692426cd ___

[Health-dev] [task #16043] Migration to GNU Health 4.0

2022-01-13 Thread Luis Falcon
Follow-up Comment #19, task #16043 (project health): Migrated: health_icd10pcs ___ Reply to this item at: ___ Message sent via Savannah https://sava

[Health-dev] [task #16043] Migration to GNU Health 4.0

2022-01-13 Thread Luis Falcon
Follow-up Comment #20, task #16043 (project health): Migrated and cleanup: health_pediatrics health_pediatrics_growth_charts health_pediatrics_growth_charts_who http://hg.savannah.gnu.org/hgweb/health/rev/0088bb66fda2 http://hg.savannah.gnu.org/hgweb/health/rev/d3de76b0a7f4 _

[Health-dev] [task #16043] Migration to GNU Health 4.0

2022-01-13 Thread Luis Falcon
Follow-up Comment #21, task #16043 (project health): Migrate and cleanup health_services_lab http://hg.savannah.gnu.org/hgweb/health/rev/f40c97f17a08 ___ Reply to this item at:

[Health-dev] [task #16043] Migration to GNU Health 4.0

2022-01-13 Thread Luis Falcon
Follow-up Comment #22, task #16043 (project health): Migrate and cleanup: health_iss http://hg.savannah.gnu.org/hgweb/health/rev/007a3f719e29 ___ Reply to this item at:

Re: [Health-dev] ImportError: cannot import name 'InvalidRecurrence' from 'trytond.modules.calendar.exceptions' (/home/feng/gnuhealth/tryton/server/trytond-6.0.13/trytond/modules/calendar/exceptions.p

2022-01-13 Thread tumashu
>Check with a fresh DB. > >We will include the renaming of the modules for the upgrade script in >existing databases. The below code works, good job. ``` -- Rename webdav to health_webdav3_server update ir_module set name='health_webdav3_server' where name='webdav'; -- Rename webdav to health