I want to create a custom module to manage students. Each student should be able to sing up and log into the system.
What approach should I use to achive that?
When an user completes the registration form a new student should be created automatically and given some credits (integer), Each student should have an user linked to it, so the student can log into the system. How can I do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
Hi,
For this either you can use default signup option in odoo or you can create a custom form for the user/student registration. You can choose in which way, you need to go forward.
If you are using the odoo sign up option, you can check the web_auth_signup function in this file /odoo/addons/auth_signup/controllers/main.py .
From the above methods, you can get the function from where which the user/partner is created, by overiding the same you can create a student too.
Thanks
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mar. 15
|
2845 | ||
|
4
dez. 23
|
39315 | ||
|
1
nov. 24
|
2027 | ||
|
2
jul. 19
|
4394 | ||
Someone Deleted Default and Public users
Resolvido
|
|
2
mar. 24
|
5585 |