Hi, as for BaseModel, why not? Does it work?
A module that comes to mind that changes CRUD on all models is audittrail (removed in v8). Maybe you could give a look? Also, maybe you could check the code that logs for level debug_rpc. That should be run for all writes (and more). On Tue, Oct 14, 2014 at 12:01 PM, Francesco Apruzzese <[email protected]> wrote: > Hi all, > > I need to print a string for EVERY write in OpenERP 7. I'm trying to inherit > BaseModel to super the "write" function but this isn't the right way (I > think). _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

