用户角色

odoo11-addon-base-user-role的Python项目详细描述


License: AGPL-3

用户角色

编写此模块是为了扩展有关用户的标准功能 以及团队管理。 它有助于创建定义良好的用户角色并将它们与用户关联。

随着时间的推移,很难维护大量的用户配置文件, 与许多技术小组玩杂耍。为此,本模块将帮助 您可以:

  • define functional roles by aggregating low-level groups,
  • set user accounts with the predefined roles (roles are cumulative),
  • update groups of all relevant user accounts (all at once),
  • ensure that user accounts will have the groups defined in their roles (nothing more, nothing less). In other words, you can not set groups manually on a user as long as there is roles configured on it,
  • activate/deactivate roles depending on the date (useful to plan holidays, etc)
  • get a quick overview of roles and the related user accounts.

这样你就可以清楚地知道公司内部的不同职责, 能够以可扩展和可靠的方式添加和更新用户帐户。

配置

要配置此模块,需要转到configuration/users/roles, 并创建一个新角色。从那里,你可以添加组来组成你的角色, 然后将用户与之关联。

还可以通过编辑名为 “默认用户”。

角色:

/base_user_role/static/description/roles.png

添加组:

/base_user_role/static/description/role_groups.png

添加用户(是否带日期):

/base_user_role/static/description/role_users.png

缺陷跟踪器

GitHub Issues上跟踪错误。如果有麻烦,请 如果您的问题已经报告,请检查那里。如果你先发现它, 通过提供详细且受欢迎的反馈,帮助我们粉碎它。

学分

图像

  • 氧气队:Icon(lgpl)

贡献者

不要就技术问题直接与贡献者联系。

维护人员

Odoo Community Association

此模块由OCA维护。

oca,或odoo社区协会,是一个非营利性组织 任务是支持odoo特性和 促进其广泛应用。

若要对此模块作出贡献,请访问https://odoo-community.org

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Grails2.1.0/Java7在Windows8.1上从何处获取当前用户名?   JavaSpringJMSActiveMQ   java异常处理,捕获导致while循环停止   sql server 2008将日期时间解析为JAVA日期   java是第一个servlet,但无法打开它   如何在Java中使用XML bean创建典型的XML头?   java将iOs应用程序转换为Android   java将jsp页面内容读取到其他jsp页面中的html   客户端计算机中小型数据库应用程序的java实现   java同步和ServletContextListener   安卓 Java将所有转义字符替换为双转义   当我在布局单元中实现ScrollView时,java GridView的setOnItemLongClickListener不起作用(使用适配器)   禁用Java web服务端点Wsdl   java如何编写一个程序来反转用户输入的数字