Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2682 Visualizzazioni

Im using OpenERP v7. I need some basi helps.Have added new button icon in PO Line ,get some data by using form and stored in DB . I want to Display the Added details (subLine) under Line EX:

Line1
   SubLine11
   SubLine12
Line2
   SubLine21
   SubLine22
Line3
Line4

Could anyone give me some idea how can i achieve this?

Avatar
Abbandona

if Subline is directly related with Line then you can put a search filter and get the exact view you are looking for.

Autore

Im very new to this product Could you please explain briefly.