I know the default fields on the sign up page are name, email, password. I want to add more fields like phone number or telephone number. Can someone tell me how to add those fields through a custom module? Including the __manifest__.py and __init__.py file.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
4307
Vistes
Hi
Try creating a module with auto install : true. Override render_template function in addons/web/controllers/main.py
and render a new html instead of database_manager.html, and make necessary changes in your module
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
d’oct. 23
|
6378 | ||
|
2
de nov. 22
|
6758 | ||
|
0
de set. 21
|
2860 | ||
|
4
d’ag. 20
|
7678 | ||
Create ticket from Email
Solved
|
|
2
de març 20
|
11530 |
Where is the database_manager.html?