[Solved] How to add a button to the Action menu?

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” /> solved How to add a button to the Action menu?

[Solved] Is there a Odoo function list? [closed]

This is the section of the official website where some of the main methods of Odoo are explained: https://www.odoo.com/documentation/8.0/reference/orm.html Of course, those are only a few compared with all you can find in the code. You will not find a webpage which explains all methods. The best way to learn Odoo is working with modules … Read more