Supervisors and Pools
This modules handles the data models for Supervisors and Pools.
Technical Info.:
Supervisors and Pools are both extensions of model crm.case.section.
Pool.is_pool -> bool (True). Pool.customers -> o2m -> Customers (res.partner).section_id.
Supervisor.is_supervisor -> bool (True). Supervisor.member_ids -> m2m -> Commercials (res.users). Supervisor.customers -> o2m -> Direct Customers (res.partner).section_id. Supervisor.user_id -> m2o -> User (res.users).
User.supervisors -> o2m -> Supervisors (crm.case.section).user_id.