I want to add new button in action
Asked
Active
Viewed 936 times
1 Answers
1
Use key2="client_action_multi"
in act_window to add submenu to "Action" button ("More" in previous Odoo versions). Reference here
<act_window name="New Sub menu"
res_model="product.product"
src_model="product.product"
key2="client_action_multi"
view_mode="form" target="new"
view_type="form"
id="act_new_sub_menu" />

ChesuCR
- 9,352
- 5
- 51
- 114