I want to configure alerts in the supercalendar for the warranty ending date.Warranty is the module which I have created for my purpose.The module have the model warranty.warranty,with options to select Customer Name,Warranty Start Date and Warranty End Date,Warranty Period,Details of warranty product,Serial No.,Batch No. etc.I have configured in Configurators using following data. Model : warranty.warranty . Description Type : Field. Description Field : Serial No. Description : Warranty Expiration . Start date field : Warranty To (Warranty End Date).
Now the issue is when the warranty end dates are configured in the super Calendar they are listed on the basis of Serial No. only instead I want them to be alerted on the basis of the respective Customer Name.The Description Field combo in which Serial No . have been selected have only 3 items in the menu Serial No,Batch No and Warranty Period.What is the solution for this issue so that I can get the Customer name instead of Serial no/batch no.?
Could you post the part of your code where the fields are defined ?
i didnt get you?which portion of the code do i need to post?
Where the FIELDS are defined: "Customer Name,Warranty Start Date and Warranty End Date,Warranty Period,Details of warranty product,Serial No.,Batch No. "
ok.Some are defined as base fields and the rest as Custom fields.
Customer Name,Serial No.,Batch No are defined as base field in class warranty.warranty and the others are defined as custom fields.
class warranty_warranty(osv.osv):