product.category :: Product Category

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • child_id [one2many: product.category]: Child Categories

  • complete_name [readonlychar]: Complete Name

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • has_message [readonlyboolean]: Has Message

  • id [readonlyinteger]: ID

  • message_attachment_count [readonlyinteger]: Attachment Count

  • message_follower_ids [one2many: mail.followers]: Followers

  • message_has_error [readonlyboolean]: Message Delivery error

  • message_has_error_counter [readonlyinteger]: Number of errors

  • message_has_sms_error [readonlyboolean]: SMS Delivery error

  • message_ids [one2many: mail.message]: Messages

  • message_is_follower [readonlyboolean]: Is Follower

  • message_needaction [readonlyboolean]: Action Needed

  • message_needaction_counter [readonlyinteger]: Number of Actions

  • message_partner_ids [many2many: res.partner]: Followers (Partners)

  • name [requiredchar]: Name

  • parent_id [many2one: product.category]: Parent Category

  • parent_path [char]: Parent Path

  • product_count [readonlyinteger]: # Products

  • product_properties_definition [properties_definition]: Product Properties

  • property_account_expense_categ_id [many2one: account.account]: Expense Account

  • property_account_income_categ_id [many2one: account.account]: Income Account

  • rating_ids [one2many: rating.rating]: Ratings

  • website_message_ids [one2many: mail.message]: Website Messages

  • write_date [readonlydatetime]: Last Updated on

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

  • x_studio_is_service_type_c [boolean]: Is Service Type (c)