No, the reason i want to use _inherits is that I want to create a new child 
object separate from the parent object. (new database table etc.)
But when I access a field of the child object, and the parent object has a 
field of the same name, then I expect to get the value of the child, not of the 
parent.

For example if I have this:

child object (_inherits parent object)
field x
field y

parent object:
field x
field z

then when I access field x of client object, i should not get the value of 
field x of the parent object right? (because field x of the client object tis 
more specific)




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=25386#25386

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to