用户角色

odoo10-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第三方库


热门话题
具有泛型的对象的oop Java数组   爪哇丑陋的数字找到第1500名UVA在线评委   SpringJava。lang.IllegalStateException:自动连线批注至少需要一个参数   java为什么我的系统找不到我的属性文件?   java有没有办法让Maven同时构建1.5和1.6字节码JAR?   java通过Sailfin中的header进行操作   使用向量、距离和图形   如果提供的登录信息是错误的,为什么java控件不进入else部分和Toast?   java如何为电子商务安卓应用程序存储产品列表   java保存声音首选项Libgdx Android   java无法在测试单元中调用JpaRepository   java使用批处理更新Cassandra表中的选定列,而不将其他列值设为null   java如何在log4j2中的手动代码配置中向appender添加级别?   从ImageIO返回的java Null。读取(新的ByteArrayInputStream(bs));   java不确定如何防止此Arraylist处于可编辑状态   netbeans中的java更改清单(TrustedLibrary=true属性)   java无法使用RestTemplate和Spring数据REST发布具有关系的新实体