Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2683 Vizualizări

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?

Imagine profil
Abandonează

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

Autor

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