[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] How to access one2many fields values on Kanban view odoo 0.8?

Yes you can. This question is a duplicate to Is it possible to show an One2many field in a kanban view in Odoo? but here is a link to a module from Serpent Consulting which will be able to do what you are looking for. https://apps.openerp.com/apps/modules/8.0/web_one2many_kanban/ Here is a little more info. <kanban> <field name=”one2manyFieldname”/> … Read more