thomas desvenain wrote:
> 
> i am searching for hours, and i don't find how to define a new
> permission, in python code, for my product
> 

Permissions kind of "spring into existence" when they are used. For example,
Poi defines some additional permissions in Products/Poi/permissions.py. It
then calls setDefaultRoles() to set the default roles of each permission.
When these are used e.g. in security.declareProtected() statements around
methods, they become available in the ZMI.

Martin
--
View this message in context: 
http://www.nabble.com/creating-a-new-permission-t1746362.html#a4748103
Sent from the Zope - General forum at Nabble.com.

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to