Hello, 

I am using a calendar view and would like to use a many2many field for the 
color attribute: 


<?xml version="1.0"?> <calendar string="Calendar View" date_start="min_date" 
date_stop="max_date" color="address_id"> <field name="origin"/> <field 
name="type"/> <field name="address_id"/> </calendar> 


Here I would like to change the color attribute for another field. My field is 
in this case is many2many. I know that this mean that I can have more than one 
color for an event in the calendar but the color does not matter that much. 
What is really important is for the user to be able to choose what should 
appear in the calendar based on this field. 


So far, it seems the view is not made to support this kind of relation. 


Do you have an idea how this can be achieved ? Is it something that can be 
done? 


Thank you. 


--------------------------------------------------------------------------- 
Pierre Thibault <[email protected]> 
515-276-6854, 132 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp

Reply via email to