Hi everybody,
Is there any way to add a new button to existing module form?
For example, I want to add a new button to Recruitment Applicant form. The new button will link to my custom menu item (such as: Recruitment/Applications/New Menu).
Now, looking at the form view of Applicant form, I saw button which link to applicant's document:
<button name="action_get_attachment_tree_view" class="oe_stat_button" icon="fa-book" type="object">
<field name="attachment_number" widget="statinfo" string="Documents"/>
</button>
So, I'd like to add a new button link to my menu, I created the action for my custom menu item.
I refer everything on using Odoo app, I did not implement anything with code.
Thank you all