How do I save one piece of data in two databases u

2019-03-03 23:46发布

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.

2条回答
相关推荐>>
2楼-- · 2019-03-04 00:25

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

查看更多
时光不老,我们不散
3楼-- · 2019-03-04 00:41

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.

查看更多
登录 后发表回答