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">
&nbsp; &nbsp; &nbsp; <field name="name" 
attrs="&#123;'invisible'&#58;&#91;&#40;'private','=',True&#41;&#93;&#125;"/>
&nbsp; &nbsp; &nbsp; <field name="user_id"/>
&nbsp; &nbsp; &nbsp; <field name="description" 
attrs="&#123;'invisible'&#58;&#91;&#40;'private','=',True&#41;&#93;&#125;"/>
</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

Reply via email to