c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30805
[Bug 827746] Re: gnucash addon uses wrong logging approach
Hello,
This module is part of the extra-addons, which are maintained by the
community, including all the modules created by "OpenERP" or "Tiny", as
none of these are actively developed by our teams anymore.
If you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, we will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. If you require further assistance with any trouble while
updating the module, do not hesitate to ask here or via a question:
https://answers.launchpad.net/openobject-addons.
I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addon...
PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 and trunk branches of extra-addons:
- https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
- https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
Thank you!
--
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/827746
Title:
gnucash addon uses wrong logging approach
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
the gnucash addon uses parameters that don't work with
netsvc.Logger.notifyChannel, three parameters (self, message, object)
instead of four (self,name,level,msg). And beyond that, the source
code for netsvc.Logger.notifyChannel basically says "don't use me
anymore" so even with the right number of parameters this would be
incorrect. From the commit log it looks as though at least one
OpenERP developer, ksa, has been in the file before (and indeed made
the notifyChannel change, previously it was a print statement) so I
figured I'd post this rather than chasing the original dev.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/827746/+subscriptions
References