← Back to team overview

openerp-india team mailing list archive

[Bug 997057] [NEW] groups doesn't work for kanban view

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/997057

Title:
  groups doesn't work for kanban view

Status in OpenERP Addons (modules):
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/997057/+subscriptions


Follow ups

References