Not ATM.. One problem is that all those tables (=OpenObjects ) have drastically different structure, and you want to pull their information into a single one. I guess it will take you a grand, UNION-based view in Postgres. But still, this view would have to *change* for every module you install/uninstall.. It is non trivial..
.. unless you use the force. You /could/ write a set of inherited python classes in such a way that they would build their UNION view themselves.. -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=28192#28192 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
