Reputation: 833
Is there any way to logging errors to the database?
(for example with a special server action)
I found the res_log model, but unfortunately I have no idea how can I load it.
(actually I use openerp 6.1)
Upvotes: 0
Views: 86
Reputation: 13645
No way to do this AFAIK in openerp 6.
You may want to backport the code from openerp 8 which does this.
See https://github.com/odoo/odoo/blob/8.0/openerp/netsvc.py#L74
Upvotes: 1