Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.3
Category
Finance
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:03:11
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Yannick Vaucher, Stéphane Bidoul, Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_statement_bankaccount_completion, account_statement_base_import, account_statement_cancel_line, account_statement_completion_label, account_statement_completion_voucher, account_statement_regex_account_completion, account_statement_so_completion, account_statement_transactionid_completion, l10n_ch_payment_slip_account_statement_base_completion
Description
 The goal of this module is to improve the basic bank statement, help dealing
 with huge volume of reconciliation by providing basic rules to identify the
 partner of a bank statement line.
 Each bank statement profile can have its own rules to be applied according to
 a sequence order.

 Some basic rules are provided in this module:

 1) Match from statement line label (based on partner field 'Bank Statement
    Label')
 2) Match from statement line label (based on partner name)
 3) Match from statement line reference (based on Invoice number)

 You can easily override this module and add your own rules in your own one.
 The basic rules only fill in  the partner, but you can use them to fill in
 any value of the line (in the future, we will add a rule to automatically
 match and reconcile the line).

 It adds as well a label on the bank statement line (on which the pre-define
 rules can match) and a char field on the partner called 'Bank Statement
 Label'.  Using the pre-define rules, you will be able to match various
 labels for a partner.

 The reference of the line is always used by the reconciliation process. We're
 supposed to copy there (or write manually) the matching string. This can be:
 the order Number or an invoice number, or anything that will be found in the
 invoice accounting entry part to make the match.

 You can use it with  our account_advanced_reconcile module to automatize the
 reconciliation process.


 TODO: The rules that look for invoices to find out the partner should take
 back the payable / receivable account from there directly instead of
 retrieving it from partner properties!
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
bank_statement_view_form account_bank_statement_import_base.bank_statement.view_form account.bank.statement form Inherits account.view_bank_statement_form
bank_statement_view_form2 account_bank_statement_import_base.bank_statement.auto_cmpl account.bank.statement form Inherits account.view_bank_statement_form
bk_view_partner_form account_bank_statement_import.view.partner.form res.partner form Inherits account.view_partner_property_form
statement_rules_view_form account.statement.profile.view account.statement.profile form Inherits account_statement_ext.statement_importer_view_form
statement_st_completion_rule_view_form account.statement.completion.rule.view account.statement.completion.rule form New
statement_st_completion_rule_view_tree account.statement.completion.rule.view account.statement.completion.rule tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…