Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-add-images-bth into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-add-images-bth/+merge/125182

Hello,

     In meeting, icons are not displayed in form view in invitation detail tab 
in edit mode.

Sales => Sales => Meeting => Open any record in form view.
edit that reocrd => Open invitation detail tab => click on add row and there 
are no icons for uncertain,accept,decline,delegate.

undefined icon is displayed in these butons.

Add icon attribute in these 4 buttons.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-add-images-bth/+merge/125182
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-add-images-bth.
=== modified file 'base_calendar/crm_meeting_view.xml'
--- base_calendar/crm_meeting_view.xml	2012-08-27 09:28:24 +0000
+++ base_calendar/crm_meeting_view.xml	2012-09-19 12:24:24 +0000
@@ -183,17 +183,19 @@
                                 <button name="do_tentative"
                                     states="needs-action,declined,accepted"
                                     string="Uncertain" type="object"
+                                    icon="terp-crm"
                                     />
                                 <button name="do_accept" string="Accept"
                                     states="needs-action,tentative,declined"
-                                    type="object" />
+                                    type="object" icon="gtk-apply"/>
                                 <button name="do_decline" string="Decline"
                                     states="needs-action,tentative,accepted"
-                                    type="object" />
+                                    type="object" icon="gtk-cancel"/>
                                 <button
                                     name="%(base_calendar.action_view_calendar_invite_attendee_wizard)d"
                                     string="Delegate" type="action"
                                     states="needs-action,tentative,declined,accepted"
+                                    icon="gtk-sort-descending"
                                     context="{'model' : 'calendar.attendee', 'attendee_field' : 'child_ids'}" />
                             </tree>
                             <form string="Invitation details" version="7.0">

_______________________________________________
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