Hi.
I would really appreciate if someone could give me a guide.
I have 2 models:
Doctors
Patients
In the view where I create the patients, I add a Many2Many field with the Doctors model.
The main idea is to link a patient with as many doctors as I want.
Then, add in the Sale Order view the following Many2one fields:
- Patient
- Doctors
What would you like?
Doctor field should only show those doctors that are already linked to the patient.
What happens right now?
The Doctor field shows all the doctors that are created.
Thank you!