Personally, i'm not so sure it's a good idea to use the orm of sqlalchemy in openerp. I think it would be much simpler to just write a new DB independence layer in openerp directly (using the db wrapper code of sqlachemy and django as inspiration; even the tinyerp fork tryton has implemented db-independence already but currently only supports sqlite as other db). Trying to tweak sqlachemy to fulfill all needs of openerp would probably be much more work. It would also add much more complexity to the current orm of openerp, which is currently rather simple. I think the orm layer of openerp can not be considered as a generic component that can be implemented by a 3rd party library.
-------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=47468#47468 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
