How do I create a custom field in Contacts?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
To add a custom field in Contacts in Odoo UI:
Using Odoo Studio (easiest):
- Open any Contact → Click the Studio icon.
- Drag a New Field onto the form.
- Set label, technical name (x_...), and type.
- Save and exit Studio and done!
You can also create a custom field in Contacts by enabling Developer Mode. These are the main steps for creating custom field contacts
- Go to Settings > Activate Developer Mode.
- Navigate to Contacts > Configuration > Contacts Fields (or go directly via developer tools).
- Create a new field by setting its name, field type, and model.
- Save your changes in your custom field will now be part of the Contact form.
To create a custom field in any form whether its contact or any other , you can use odoo studio app.
1- Install it from apps.
2- Open contact form.
3- In upper bar you will see a wrench icon, click on it
4- Contact Form editing view will be opened in Studio app
5- In left you will have editing panel from where you can drag and drop different custom fields in form and in same panel you have options(Properties), when you select any field on form, to change its type, name etc.
6- After adding your custom fields simply click close button in top right corner and exit.
New custom field will be added to form
Hope you understand it well!