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