spreadsheet.template :: Spreadsheet Template

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

  • create_date [readonlydatetime]: Created on

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

  • current_revision_uuid [readonlychar]: Current Revision Uuid

  • display_name [readonlychar]: Display Name

  • display_thumbnail [binary]: Display Thumbnail

  • file_name [readonlychar]: File Name

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • sequence [integer]: Sequence

  • spreadsheet_binary_data [binary]: Spreadsheet file

  • spreadsheet_data [text]: Spreadsheet Data

  • spreadsheet_file_name [readonlychar]: Spreadsheet File Name

  • spreadsheet_revision_ids [one2many: spreadsheet.revision]: Spreadsheet Revision

  • spreadsheet_snapshot [binary]: Spreadsheet Snapshot

  • thumbnail [binary]: Thumbnail

  • write_date [readonlydatetime]: Last Updated on

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