openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #05763
Re: [Merge] lp:~camptocamp/sale-financial/7.0-port-sale_line_watcher into lp:sale-financial
Why don't you check super method existence?:
parent = super(children, self)
if hasattr(parent, 'method') and callable(getattr(parent, 'method')):
parent.method(cr, uid, ...
This seems a little tricky, but it removes the needed of the glue module. What do you think?
Regards.
--
https://code.launchpad.net/~camptocamp/sale-financial/7.0-port-sale_line_watcher/+merge/214058
Your team Sale Core Editors is subscribed to branch lp:sale-financial.
References