This question has been flagged
1 Reply
5214 Views

Hello,

I would like to do the followig, if it is possible at all. There are several tables representing logbooks of different tests (logbook-1,logbook-2,...). All logbooks have a few fields with the same meaning like Client, project, date of test, result, ... Now I would like to have a view called MasterLogbook which would dispaly all tables (the fields that are the same). One should also be able to sort/search for client, project, date

Is something like this possible in OpenERP?

Any comment on this is very welcomed, Chris

Avatar
Discard
Best Answer

You can take a look on reports. You can see there sql sentences that allows you to do that. Are defined on init functions.

Avatar
Discard
Author

Thanks, I think I get the general idea but have to see now how to actually implement it