How to synchronize Odoo(OpenERP)-ORM with Postgres tables -


when openerp modules uninstalled associated tables in postgres database still exist. there anyway synchronize openerp modules orm model remove tables , assigned user only. b/c gives no sense keep tables without application access it.

you write routine starts ir_model table , tables in schema don't have matching entry in ir_model. have careful of transient (osv_memory in version 6 parlance) tables , models _auto = false done create database views.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -