product.template.attribute.line :: Product Template Attribute Line

Attributes available on product.template with their selected values in a m2m. Used as a configuration model to generate the appropriate product.template.attribute.value

Fields

  • active [boolean]: Active

  • attribute_id [requiredmany2one: product.attribute]: Attribute

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • product_template_value_ids [one2many: product.template.attribute.value]: Product Attribute Values

  • product_tmpl_id [requiredmany2one: product.template]: Product Template

  • sequence [integer]: Sequence

  • value_count [readonlyinteger]: Value Count

  • value_ids [many2many: product.attribute.value]: Values

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by