Hello, For my work, I have to deal with private calendars (as outlook does).
So to do that, I have a new boolean field in crm.case named 'private'. If it is True, the event must be seen in calendar view but users may not see the content. Here is my calendar view : <?xml version="1.0"?> <calendar color="user_id" date_delay="duration" date_start="date" string="Meetings"> <field name="name" attrs="{'invisible':[('private','=',True)]}"/> <field name="user_id"/> <field name="description" attrs="{'invisible':[('private','=',True)]}"/> </calendar> The problem is that fields stay visible and I don't know why ! Isn't it possible to hide things on calendar view ? Kind regards, Quentin. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=59415#59415 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users