Dear All,
Will appreciate anyone's reply for the same.
My data is like this the Database table. There can be multiple Tests and each Test can have multiple Observations.
TestName Standard Unit Value AssignedTo Observation Unit Value Image1 Image2
Test1 ATSM ppm 12 Assigned1 Observation1 cm 5 img1 img2
Test1 ATSM ppm 12 Assigned1 Observation2 cm 5 img1 img2
Test2 ISO ppm 12 Assigned1 Observation1 cm 5 img1 img2
Test2 ISO ppm 12 Assigned1 Observation2 cm 5 img1 img2
I want to build the form view in the below way
Test1 ATSM ppm 12 Assigned1
Observation1 cm 5 img1 img2
Observation2 cm 5 img1 img2
Test2 ISO ppm 12 Assigned1
Observation1 cm 5 img1 img2
Observation1 cm 5 img1 img2
I am using Open ERP 7. How it can be acheived?
Any help will be appreciated.