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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
4319
Weergaven
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
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
okt. 23
|
6386 | ||
|
2
nov. 22
|
6764 | ||
|
0
sep. 21
|
2872 | ||
|
4
aug. 20
|
7686 | ||
Create ticket from Email
Opgelost
|
|
2
mrt. 20
|
11533 |
Where is the database_manager.html?