How to Add a new employee_type field in odoo cloud?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
You can use Studio to add necessary functionality or develop a custom module
https://www.odoo.com/slides/studio-31
Hi,
You can easily add a new field to the Employee model in Odoo using Odoo Studio. Here are the steps:
Go to the Odoo Studio app and select the "Employee" model from the "Data Models" section.
Click on the "Fields" tab and then click on the "Create" button.
Fill in the details of the new field, such as the field name, type, and label. For example, you can name the field "employee_type", select "Selection" as the field type, and label it as "Employee Type".
In the "Selection Options" section, you can define the different options for the "employee_type" field. For example, you can add options such as "Full-time", "Part-time", "Contractor", etc.
Click on the "Save" button to create the new field.
Once the new field is created, you can add it to the Employee form view by going to the "Views" tab in Odoo Studio and editing the Employee form view.
Drag and drop the "employee_type" field from the "Fields" section onto the Employee form view.
Click on the "Save" button to save the changes to the Employee form view.
Finally, go to the Employee list view and select an Employee record to see the new "employee_type" field in action.
Hope this will help you
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up