> 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.
>

Thanks for the quick answer, I will try the last option, as is done in
product module.

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/0b0599a5-9060-d2f8-63c9-1f058a3ce545%40gmail.com.

Reply via email to