Skip to Content
Menu
This question has been flagged
2 Replies
2995 Views

Hello,

I want to create a button in hr module.

For Example: There is a button  "Add Education" and by click on that some text fields get displayed like "Standard", "College" and "CGPA" 

I am using odoo version 12.

Avatar
Discard
Best Answer

Hi,

Using the following app you can add any type of field inside the HR module.


You will have a wizard like above for creating fields

https://apps.odoo.com/apps/modules/12.0/employee_dynamic_fields/ 

If you need to add button to an existing view then use the following forum post and you can refer the code of creating fields in employee form in the above module.

https://www.odoo.com/forum/help-1/question/add-new-button-to-existing-form-view-118768

Regards

Avatar
Discard