This question has been flagged

Hi folks,

What I'm trying to achieve is simple: I made a wizard that asks the user to provide a RMA ID (that's a pop-up). Once that is submitted, I perform some operations in the backend and build a list containing all the other products in the order that's being RMA'd. I then need to ask the user to verify that all those products are in the physical RMA.

Now, I'm stuck right after building my list. How can I send that list to OpenERP, have it generate a TreeView from it so that the user can individually select products that have been located (and the ones that haven't)?

I'm assuming I'll need an additional view.xml, buy I have no idea about:

1) What to insert in the <field name="arch" type="xml> node

2) How to send my custom list/object to OpenERP

 

In other words, I have a list that I'm trying to send to OpenERP to be displayed in a TreeView. How?

 

Thanks for your help!

Avatar
Discard