account.invoice_extract.words :: Extracted words from invoice scan

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

  • display_name [readonlychar]: Display Name

  • field [char]: Field

  • id [readonlyinteger]: ID

  • invoice_id [requiredmany2one: account.move]: Invoice

  • ocr_selected [boolean]: Ocr Selected

  • user_selected [boolean]: User Selected

  • word_box_angle [float]: Word Box Angle

  • word_box_height [float]: Word Box Height

  • word_box_midX [float]: Word Box Midx

  • word_box_midY [float]: Word Box Midy

  • word_box_width [float]: Word Box Width

  • word_page [integer]: Word Page

  • word_text [char]: Word Text

  • write_date [readonlydatetime]: Last Updated on

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