account.bank.statement ::
Bank Statement
Base model to inherit from to add extract functionality to a model.
Fields
attachment_ids [many2many: ir.attachment]:
Attachments
balance_end [readonly; monetary]:
Computed Balance
balance_end_real [monetary]:
Ending Balance
balance_start [monetary]:
Starting Balance
company_id [readonly; many2one: res.company]:
Company
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
currency_id [readonly; many2one: res.currency]:
Currency
date [readonly; date]:
Date
display_name [readonly; char]:
Display Name
extract_can_show_send_button [readonly; boolean]:
Can show the ocr send button
extract_document_uuid [readonly; char]:
ID of the request to IAP-OCR
extract_error_message [readonly; text]:
Error message
extract_state [selection]:
Extract state
extract_state_processed [readonly; boolean]:
Extract State Processed
extract_status [char]:
Extract status
-
has_message [readonly; boolean]:
Has Message
id [readonly; integer]:
ID
is_complete [readonly; boolean]:
Is Complete
is_in_extractable_state [readonly; boolean]:
Is In Extractable State
is_valid [readonly; boolean]:
Is Valid
journal_id [readonly; many2one: account.journal]:
Journal
-
message_attachment_count [readonly; integer]:
Attachment Count
message_follower_ids [one2many: mail.followers]:
Followers
message_has_error [readonly; boolean]:
Message Delivery error
message_has_error_counter [readonly; integer]:
Number of errors
message_has_sms_error [readonly; boolean]:
SMS Delivery error
message_ids [one2many: mail.message]:
Messages
message_is_follower [readonly; boolean]:
Is Follower
message_main_attachment_id [many2one: ir.attachment]:
Main Attachment
message_needaction [readonly; boolean]:
Action Needed
message_needaction_counter [readonly; integer]:
Number of Actions
message_partner_ids [many2many: res.partner]:
Followers (Partners)
name [char]:
Reference
problem_description [readonly; text]:
Problem Description
rating_ids [one2many: rating.rating]:
Ratings
reference [char]:
External Reference
website_message_ids [one2many: mail.message]:
Website Messages
write_date [readonly; datetime]:
Last Updated on
write_uid [readonly; many2one: res.users]:
Last Updated by