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

五迷三道 提交于 2019-12-02 20:21:29

问题


When I want to edit code in OpenERP, is it possible to save one piece of data in two databases where the fields have the same names in both tables.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/11424880/how-do-i-save-one-piece-of-data-in-two-databases-using-openerp

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