تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2684 أدوات العرض

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?

الصورة الرمزية
إهمال

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

الكاتب

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