How do I save one piece of data in two databases using OpenERP?

断了今生、忘了曾经 提交于 2019-12-02 11:10:51

Yes it is quite possible if you know the database but let me warn you this is very bad idea cause it is very risky and all rule of Resistance layer (ORM) will be violated.

What are you actually trying to do?? If you are trying to synchronize, then use the module base_synchro. The module is not complete. You have to do your own customization in that module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!