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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
4325
화면
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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
10월 23
|
6396 | ||
|
2
11월 22
|
6766 | ||
|
0
9월 21
|
2874 | ||
|
4
8월 20
|
7694 | ||
Create ticket from Email
해결 완료
|
|
2
3월 20
|
11536 |
Where is the database_manager.html?