health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] What are the mean of derived_from and derived_to?


From: Feng Shu
Subject: [Health-dev] What are the mean of derived_from and derived_to?
Date: Wed, 03 Aug 2022 14:19:29 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hello:

  I want to know what are the mean of derived_from and derived_to, thanks!


    derived_from = fields.Many2One(
        'gnuhealth.healthprofessional', 'Derived from',
        help='Health Professional who derived the case',
        states=STATES)

    derived_to = fields.Many2One(
        'gnuhealth.healthprofessional', 'Derived to',
        help='Health Professional to derive the case',
        states=STATES)




-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]