Yes, it's not working in a way that a normal user could easily figure out.
On a related issue with partner events. I created a new page in my partner notebook and I embedded partner events there. But when I create an event it does show in the list in the widget on this page but it does not show when I go and look in the Event History tab. I checked in the db and the event is created with the wrong partner id and sure enough when I check under that partner the event is there. Here is what I've put in my files: xml: In my new page section: <field name="event_ids" colspan="4" select="2"/> py: In my new object: 'event_ids': fields.one2many('res.partner.event', 'partner_id', 'Events'), I thought this would do it but somehow the partner_id is not getting set right for the event. Any suggestions? Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
