Hi,
I am having a date field (date_expiry) in my form. Comparing the date with today's date (today_date), it should change the color of record to red in tree view if date_expiry > today_date. I am not saving the today_date. With reference to the below expression,
<tree string="My Data" colors="red:date_expiry < today_date">
Can any one tell me how I can get the today_date from the system date? and correct me if the expression defined above is wrong.