[ADD] base: list of inherited models on a ir.model
authorMartin Trigaux <mat@openerp.com>
Fri, 12 Sep 2014 13:45:17 +0000 (15:45 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 18 Sep 2014 09:12:15 +0000 (11:12 +0200)
commit423a9f3011c6c6aacac481d94f6989fb9c86f32d
tree093cff5873855d9f4bb00e755cf7cae15599d46e
parent56b3db82192d6ed2dad45982ebce9f471cf7c0cf
[ADD] base: list of inherited models on a ir.model

This field is needed to retrieve the list of inherited fields (instead of only the fields of a current model) of a model using domain such as ('model_id', 'in', model.inherited_model_ids) on ir.model.fields
openerp/addons/base/ir/ir_model.py