1) i have a kanban view of res.partner as res.partner.kanban
2) i think it's defined class=oe_kanban_global_click, click on any partner will open customized view as res.partner.sale.order.lines
3) on this res.partner.sale.order.lines defined a button as name=open_transfer
click on this button, open_transfer(self) will open another form as stock.picking.form of the partner clicked to open on (2) above.
How should i modify the code and skip (2) above so,
on 1) res.partner.kanban, i click on any partner will open_transfer the stock.picking.form with that partner?
your guidance is appreciated.
many thanks.