Vishmita Jadeja (openerp) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1101325-vja into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1101325 in OpenERP Web: "[7.0/Trunk] kanban - view option is missing" https://bugs.launchpad.net/openerp-web/+bug/1101325 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1101325-vja/+merge/144074 Hello, In Survey,when click on record in kanban view it should open record. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1101325-vja/+merge/144074 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1101325-vja.
=== modified file 'survey/survey_view.xml' --- survey/survey_view.xml 2012-12-11 14:03:46 +0000 +++ survey/survey_view.xml 2013-01-21 10:23:24 +0000 @@ -302,7 +302,7 @@ <field name="color"/> <templates> <t t-name="kanban-box"> - <div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_survey"> + <div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_survey oe_kanban_global_click"> <div class="oe_dropdown_toggle oe_dropdown_kanban"> <span class="oe_e">i</span> <ul class="oe_dropdown_menu">
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp