I am creating a user in the archived state using python code. But after creating the user, the system sends invitations and other emails to this user. How is it happening even if the user is disabled?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
1729
Visualizzazioni
Hi,
Archiving the user will not stop sending emails to the user. By default when we create a user the selection field notification_type in res.users will be set to emails. You can update this field value to inbox in order to handle the acknowledgments within odoo.
Try the below code,
self.env['res.users'].create({
'name': 'test user',
'login': 'test',
'email': 'p.p@example.com',
'notification_type': 'inbox',})
Thanks
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
dic 24
|
3668 | ||
|
1
nov 24
|
2372 | ||
|
2
apr 23
|
16599 | ||
|
4
ago 24
|
22887 | ||
|
0
dic 21
|
1998 |