> It has been removed since 2.8
>
http://hg.tryton.org/trytond/rev/94629ee54c66
>
> There was many issues with this "feature" like the access rights,
> default values, order resolution of _inherits, modularity against super
> calls etc. But also it was quite difficult to understand for the user
> (explicit is better then implicit).
>
> There are three options.
>
> Do you really need to have a new model? Could it not be stored in
> product.template?
>
> You can simply use a Many2One on your new model and so have an explicit
> link. This is the solution the most often used in Tryton like Carrier,
> Bank, Agent, etc.
>
> Or you can do like for Product use an explicit Many2One but create
> Function field which shows the value of the template.
>