groups doesn't work for kanban view

Bug #997057 reported by Purnendu Singh (OpenERP)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Low
OpenERP's Framework R&D

Bug Description

Hello,

Tried to apply groups on buttons and fields of project issue kanban view this way.

<div class="oe_kanban_right">
                                        <a name="case_open" string="Open" states="draft,pending" type="object" icon="kanban-apply" groups="base.group_no_one"/>
                                        <a name="case_pending" string="Pending" states="draft,open" type="object" icon="kanban-pause" groups="base.group_no_one"/>
                                        <a name="case_close" string="Close" states="open,draft,pending" type="object" icon="kanban-stop" groups="base.group_no_one"/>
                                    </div>

* Then i remove the tick from the "Technical Features" from user rights.

Though the buttons open, pending and close are visible!!!

Thanks,
Purnendu Singh

Revision history for this message
Ujjvala Collins (uco-openerp) wrote :

Yes, same problem occurs with Search view too.

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Purnendu,

I have checked your issue, but I think currently we didn't implement group field as a attribute on html tag of kanban view.

So need to assign this at server side.

Thanks!

affects: openobject-addons → openobject-server
Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Low
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.