openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11295
[Bug 997057] Re: groups doesn't work for kanban view
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!
** Project changed: openobject-addons => openobject-server
** Changed in: openobject-server
Importance: Undecided => Low
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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 Server:
Confirmed
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-server/+bug/997057/+subscriptions
References