account.reconcile.model :: Preset to create journal entries during a invoices and payments matching

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

  • active [boolean]: Active

  • allow_payment_tolerance [boolean]: Payment Tolerance

  • auto_reconcile [boolean]: Auto-validate

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • counterpart_type [selection]: Counterpart Type

  • create_date [readonlydatetime]: Created on

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

  • decimal_separator [char]: Decimal Separator

  • display_name [readonlychar]: Display Name

  • has_message [readonlyboolean]: Has Message

  • id [readonlyinteger]: ID

  • line_ids [one2many: account.reconcile.model.line]: Line

  • match_amount [selection]: Amount Condition

  • match_amount_max [float]: Amount Max Parameter

  • match_amount_min [float]: Amount Min Parameter

  • match_journal_ids [many2many: account.journal]: Journals Availability

  • match_label [selection]: Label

  • match_label_param [char]: Label Parameter

  • match_nature [requiredselection]: Amount Type

  • match_note [selection]: Note

  • match_note_param [char]: Note Parameter

  • match_partner [boolean]: Partner is Set

  • match_partner_category_ids [many2many: res.partner.category]: Matching categories

  • match_partner_ids [many2many: res.partner]: Matching partners

  • match_same_currency [boolean]: Same Currency

  • match_text_location_label [boolean]: Match Text Location Label

  • match_text_location_note [boolean]: Match Text Location Note

  • match_text_location_reference [boolean]: Match Text Location Reference

  • match_transaction_type [selection]: Transaction Type

  • match_transaction_type_param [char]: Transaction Type Parameter

  • matching_order [requiredselection]: Matching Order

  • 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

  • number_entries [readonlyinteger]: Number of entries related to this model

  • partner_mapping_line_ids [one2many: account.reconcile.model.partner.mapping]: Partner Mapping Lines

  • past_months_limit [integer]: Search Months Limit

  • payment_tolerance_param [float]: Gap

  • payment_tolerance_type [requiredselection]: Payment Tolerance Type

  • rating_ids [one2many: rating.rating]: Ratings

  • rule_type [requiredselection]: Type

  • sequence [requiredinteger]: Sequence

  • show_decimal_separator [readonlyboolean]: Show Decimal Separator

  • to_check [boolean]: To Check

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

  • write_date [readonlydatetime]: Last Updated on

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