TIP: You can type at any time to perform a new search.
Journal Entry completion from bank account number
account_move_bankaccount_import · OCA/account-reconcile
- 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)
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_callSelectionselection_add=[('get_from_bank_account', 'From bank account number (Normal or IBAN)')]
-
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_numberCharhelp='Account number of the partner'size=64string='Account Number'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
search_by_acc_number(self, acc_number)@api.multiTry to find the Account Number using a 'like' operator to avoid problems with the input mask used to store the value.
Loading…