Ok, I solved part of this by defining an events field in my object in the py 
like this:
                'event_ids':  
  fields.one2many('res.partner.event', 'partner_id', 'Events'),
but when I use the new page in the notebook any event that I create is created 
to some other partner_id.  For instance, the current partner form is id=24 and 
the when I create a partner event on my new page it is created for partner 
id=4.  Why is it using some seemingly random selected partner_id for these 
events?

Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to