Hi,
Can anyone tell me how we categorize Users as "Internal users" .... which field denotes the use is internal user?
From front end I can see only filter of Internal Users, but field name is not visible from backend as well as from front end.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
hello
into users table there is boolean field named "Share User (technical_name - share )". if this field is not checked, that means the user is Internal User.
Thank you so much, It worked.
use a domain for your many2one field, like
int_users = fields.Many2one('res.users', string="users", domain=[('share', '=', False)])
Thank you so much, It worked.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire