c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13125
[Bug 704347] Re: [6.0RC2] can not overwrite def __compute in account/account.py
a module which makes IBAN numbers human readable.
(should obviously be standard)
the code never gets executed
** Attachment added: "c2c_iban_formatter.zip"
https://bugs.launchpad.net/openobject-server/+bug/704347/+attachment/1797818/+files/c2c_iban_formatter.zip
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/704347
Title:
[6.0RC2] can not overwrite def __compute in account/account.py
Status in OpenObject Server:
New
Bug description:
I want to enhance the def __compute in account/account.py which is not
possible as the original __compute is always executed.
see attached test module
for test purpose it should print
'my __compute'
in the syslog, instead of computing
BTW account.py
self.logger.notifyChannel('addons.'+self._name, netsvc.LOG_DEBUG,
'Filters: %s'%filters)
should be removed for final v6
References