← Back to team overview

credativ team mailing list archive

Re: [Merge] lp:~therp-nl/openupgrade-server/6.1-api_ports into lp:openupgrade-server

 

Review: Approve

Thanks for the update! What is used elsewhere:

try:
    from openerp import osv
    from openerp import ...
except ImportError:
    import osv
    import ...

You are right in saying that in future releases we need to adapt anyway, so you could already update the code accordingly. In any case, approved.

Cheers,
Stefan.


-- 
https://code.launchpad.net/~therp-nl/openupgrade-server/6.1-api_ports/+merge/109645
Your team OpenUpgrade Committers is subscribed to branch lp:openupgrade-server.


References