Skip to Content
Menu
This question has been flagged
1 Reply
3760 Views

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.

Avatar
Discard
Author

Where is the database_manager.html?

Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
2
Oct 23
4745
2
Nov 22
5151
0
Sep 21
1769
4
Aug 20
6574
2
Mar 20
9689