Code review comment for lp:~camptocamp/oerpscenario/trunk-set-context-lep

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

maybe we want a helper function too:

    def get_oe_context(ctx):
        return getattr(ctx, 'oe_context', None)

« Back to merge proposal