openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #03357
Re: lp:~openerp-community/stock-logistic-flows/improve-relative-imports into lp:stock-logistic-flows
Good idea to clean code but why not replace
class company(osv.osv):
by
class company(orm.Model):
with this import :
from openerp.osv import fields, orm
thanks
--
https://code.launchpad.net/~openerp-community/stock-logistic-flows/improve-relative-imports/+merge/188285
Your team OpenERP Community is subscribed to branch lp:~openerp-community/stock-logistic-flows/improve-relative-imports.
References