Ravindra Mekhiya(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-715784-rme into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #715784 [6.0] calendar.event invitations from / to
  https://bugs.launchpad.net/bugs/715784

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-715784-rme/+merge/50311

Hello,

-base_calendar : sender user id and receiver user id missing in event 
invitation details.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-715784-rme/+merge/50311
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-715784-rme.
=== modified file 'base_calendar/base_calendar_view.xml'
--- base_calendar/base_calendar_view.xml	2011-01-18 22:35:02 +0000
+++ base_calendar/base_calendar_view.xml	2011-02-18 11:26:59 +0000
@@ -286,6 +286,8 @@
                             <field name="attendee_ids" colspan="4"
                                 nolabel="1" widget="one2many" mode="tree,form">
                                 <tree string="Invitation details" editable="top">
+                                    <field name="sent_by_uid" string="From"/>
+                                    <field name="user_id" string="To"/>
                                     <field name="email" />
                                     <field name="role" width="200" select="1" />
                                     <field name="state" />

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

Reply via email to