Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
一般many2one过滤数据直接用domain="[(...,op,...)]",那如何设置能使many2one('hr_employee',...)字段的下拉列表中显示的员工都是指定group内的?如想列出所有在某一审批权限组内的员工?
@wangss domain写成一个方法,如下:
@api.model def _get_users(self): user_ids = self.env.ref('sps_base.group_duser').mapped('users') return [('id', 'in', [x.id for x in user_ids])] owner = fields.Many2one('res.users', string='Owner', domain=_get_users)
谢谢
你好!看起来您对这段对话很感兴趣,但您还没有一个账号。
厌倦了每次访问都刷到同样的帖子?您注册账号后,您每次返回时都能精准定位到您上次浏览的位置,并可选择接收新回复通知(通过邮件或推送通知)。您还能收藏书签、为帖子顶,向社区成员表达您的欣赏。
有了你的建议,这篇帖子会更精彩哦 💗