El 03/05/17 a les 16:55, Carlos Ibrahim Arias ha escrit:
I created the model Z_MecialHistory to store information of the patient
(/date, patient and healthprofessional/) and it is related to the model
PatientData. The point is that, as Albert said, I need to access to the
information in the model
I created the model Z_MecialHistory to store information of the patient (*date,
patient and healthprofessional*) and it is related to the model PatientData.
The point is that, as Albert said, I need to access to the information in
the model PatientEvaluation.
After adding the function field Alb
2017-05-03 4:23 GMT+02:00 Carlos Ibrahim Arias :
> Hi! I'm having problems using a one2many field on another model different
> from the class it was created on. I tried to use a many2many field so that I
> can view the related fields but cant make it work
>
> This is the first class...
>
> class Z_
El 03/05/17 a les 04:23, Carlos Ibrahim Arias ha escrit:
Hi! I'm having problems using a one2many field on another model
different from the class it was created on. I tried to use a many2many
field so that I can view the related fields but cant make it work
I'm not sure to understand what are y