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.
相关问题
- Disable drag and sort features on kanban columns v
- “relation already exists” after adding a Many2many
- How to remove implied ids from group in odoo?
- Join against the output of an array unnest without
- Log firing of triggers in postgres 9.1
相关文章
- How to install tablefunc in postgres on Mac OS X?
- installing Reportlab (error: command 'gcc'
- How add a function in openERP 7?
- Operation prohibited by access rules when creating
- Odoo loading javascript files in version 8?
- PostgreSQL crosstab/pivot problems
- Can I inherit from a standard report in OpenERP?
- How to run Odoo tests unittest2?
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 moduleYes 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.