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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
4342
瀏覽次數
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
|
6408 | ||
|
2
11月 22
|
6780 | ||
|
0
9月 21
|
2886 | ||
|
4
8月 20
|
7706 | ||
|
2
3月 20
|
11567 |
Where is the database_manager.html?