This question has been flagged

Hi,

I have a treeview which contain an invoice id and a partner id, and i would like to get this id when the user click on the line, then send it to the invoice form view related to the id.

I have saw that url is format like that :

/#id=2&view_type=form&model=account.invoice&menu_id=220&action=241 <-- for customers

/#id=1&view_type=form&model=account.invoice&menu_id=221&action=242 <-- for suppliers

So i also need to check if the partner related to the invoice is a customer or a supplier.

And like i'm starting in developping module, i have no idea on how to do it. Can somebody explain to me the step to do this please ?

Thanks by advance.

Avatar
Discard