[IMP] fields: split multi-purpose '_origin' into 'column' and 'inherited'
authorRaphael Collet <rco@openerp.com>
Wed, 1 Oct 2014 08:02:10 +0000 (10:02 +0200)
committerRaphael Collet <rco@openerp.com>
Wed, 1 Oct 2014 14:00:44 +0000 (16:00 +0200)
commita69996b50ce62bf04e5f56b1f6204a5b9612f027
treed88bac541b2774942e9169e765ba91237335b9db
parente7422b2f3a86d57900d7c2e755e8a43d5f1b6878
[IMP] fields: split multi-purpose '_origin' into 'column' and 'inherited'

This makes it easier to determine when a field interfaces a column, and when it
implements an inherited field (with _inherits).
openerp/addons/base/res/res_users.py
openerp/fields.py
openerp/models.py
openerp/osv/fields.py