account.reconcile.model.line :: Rules for the reconciliation model

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

  • account_id [many2one: account.account]: Account

  • allow_payment_tolerance [readonlyboolean]: Payment Tolerance

  • amount [readonlyfloat]: Float Amount

  • amount_string [requiredchar]: Amount

  • amount_type [requiredselection]: Amount Type

  • analytic_distribution [json]: Analytic Distribution

  • analytic_precision [integer]: Analytic Precision

  • company_id [readonlymany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • distribution_analytic_account_ids [readonlymany2many: account.analytic.account]: Distribution Analytic Account

  • force_tax_included [boolean]: Tax Included in Price

  • id [readonlyinteger]: ID

  • journal_id [many2one: account.journal]: Journal

  • label [char]: Journal Item Label

  • model_id [readonlymany2one: account.reconcile.model]: Model

  • payment_tolerance_param [readonlyfloat]: Gap

  • rule_type [readonlyselection]: Type

  • sequence [requiredinteger]: Sequence

  • show_force_tax_included [readonlyboolean]: Show Force Tax Included

  • tax_ids [many2many: account.tax]: Taxes

  • write_date [readonlydatetime]: Last Updated on

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