Hello, good afternoon everyone
I have two many2one field defined with default options like this. In a
model
profesional = fields.Many2One('gnuhealth.healthprofessional',
'Profesional', required=True)
especialidad = fields.Many2One('gnuhealth.specialty','Especialidad',
help='Especialidad')
both profesional and specialidad are related. But the posible options of
especialidad depends on what's set on profesional. Is there any way to
dinamically select which of all the especialidad records can be found when
searching?
is this possible to do before saving?
Thanks.
Mariano