Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Issue with allowed_user_ids ?

by Alexey Pelykh <alexey.pelykh@gmail.com> - 30/08/2019 16:10:46
Dear community,

Sorry for bothering via email, but I’ve encountered a very odd issue that goes beyond my area of knowledge. Please see https://github.com/OCA/project/pull/570
It fails on OCA Travis, but works on our Travis, and fails with oddest issue ever:
Field 'allowed_user_ids' used in attributes must be present in view but is missing:
- 'allowed_user_ids' in domain="[('id', 'in', allowed_user_ids)]"

I’ve tried:
<field name="allowed_user_ids" invisible="1"/>
adding this fixed OCA Travis, but breaks Runbot and our Travis. Not having that line (which seems really correct to me) is perfectly fine for Runbot and our Travis, but breaks OCA Travis. Any ideas?

Alexey

Follow-Ups