account.report.annotation :: Account Report Annotation

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

  • date [date]: Date

  • display_name [readonlychar]: Display Name

  • fiscal_position_id [many2one: account.fiscal.position]: Fiscal Position

  • id [readonlyinteger]: ID

  • line_id [char]: Line

  • report_id [many2one: account.report]: Report

  • text [char]: The annotation's content.

  • write_date [readonlydatetime]: Last Updated on

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