Re: Inheritence Problem

2005-11-13 Thread Serge Orlov
[EMAIL PROTECTED] wrote: > Hello. I'm trying to mod an open source app called TinyERP and inherit > from a parent object, and in essence change how _column is defined. I > found sample code of: Looks like "Spot the differences" puzzle to me. Hint: look at the underscore characters. > > class cu

Inheritence Problem

2005-11-12 Thread graemeharnish
Hello. I'm trying to mod an open source app called TinyERP and inherit from a parent object, and in essence change how _column is defined. I found sample code of: class custom_product(osv.osv): __inherits__ = "product.product" __name__ = "product.product" _columns = { 'color' : fields.