openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #06943
Re: Print a string for EVERY write
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 <cescoap@xxxxxxxxx> 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).
References