Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
Finance
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.acsone.eu
Last tracking update
2026-08-07 07:17:51
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
xlrd
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • function_to_call Selection
    selection_add=[('get_from_bank_account', 'From bank account number (Normal or IBAN)')]
Public methods (1)
  • get_from_bank_account(self, line)
    Match the partner based on the partner account number field Then, call the generic st_line method to complete other values. :param dict st_line: read of the concerned account.bank.statement.line :return: A dict of value that can be passed directly to the write method of the statement line or {} {'partner_id': value, 'account_id' : value, ...}

New fields (1)
  • partner_acc_number Char
    help='Account number of the partner' size=64 string='Account Number'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • search_by_acc_number(self, acc_number)
    @api.multi
    Try to find the Account Number using a 'like' operator to avoid problems with the input mask used to store the value.

Loading…