Hello

I understand "the reasons" about don't use inherit published some weeks
ago, but I think inherit help users to more simple management.

For example, product. Usually customers are working by "products simples".
They don't need understand about product.product and product.template.

Yesterday I saw a concept about split product module in product and
template. (tuit from céd).

Product and party are models/views to add more custom fields. If you split
template/product, finally we are working to "product oneclick", a module to
add a wizard to easy create products (basic profuct fields) for dummies
users, for example ;-)

I think use inherit is a good idea (I like it).

In Django we can "inherit" python class. It's similar a inherit
openerp/tryton and maybe this is usefull. Create two tables in database.

class BlogBase(models.Model):

class Blog(BlogBase):

I don't try in tryton but I think is possible (I'm ill to try it) and in
tryton we could inherit views

Feedback? ;-)

Raimon

-- 
-- 
tryton-dev@googlegroups.com mailing list

--- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tryton-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to