Hi, I am trying to model a company that purchase ads or commercials in different media for its customers. For example, ads in a specific newspaper or a commercial in a radio station.
An ad in a newspaper has certain properties associated with it (the newspaper, size of the ad, etc.) and a commercial in a radio station has different properties (the station, length of the commercial, time of day of broadcast).
My current model treats each newspaper and radio station as a product, or service.
I don't know what to do with the ad's properties. I don't want to add them as product variants because I don't want to have many products, e.g. commercial-on-station-1, commercial-on-station-2, etc. I want the user to select a media (newspaper or radio) and then the specific properties - if she selected radio then he selects station, length, broadcast time.
How can I handle this without creating many products? Is there some other object in OpenERP that is better suited than product?