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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
4321
Görünümler
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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
2
Eki 23
|
6386 | ||
|
2
Kas 22
|
6764 | ||
|
0
Eyl 21
|
2872 | ||
|
4
Ağu 20
|
7686 | ||
Create ticket from Email
Çözüldü
|
|
2
Mar 20
|
11533 |
Where is the database_manager.html?