| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/18.0/account_move_base_import |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Maksym Yankin, Ricardoalso, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-reconcile |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module is a grouping of 7.0/8.0 modules, used to import accounting files and completing them automatically: - account_statement_base_completion - account_statement_base_import - account_statement_commission - account_statement_ext The main change is that, in order to import financial data, this information is now imported directly as a Journal Entry. Most of the information present in the "statement profile" is now located in the account journal (with 2 boolean parameters which allows to use this journal for importation and/or auto-completion). Financial data can be imported using a standard .csv or .xls file (you'll find it in the 'data' folder). It respects the journal to pass the entries. This module can handle a commission taken by the payment office and has the following format: \* \_\_date\_\_: date of the payment \* \_\_amount\_\_: amount paid in the currency of the journal used in the importation \* \_\_label\_\_: the comunication given by the payment office, used as communication in the generated entries. Another column which can be used is \_\_commission_amount\_\_, representing the amount for the commission taken by line. Afterwards, the goal is to populate the journal items with information that the bank or office gave you. For this, completion rules can be specified by journal. 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 label (based on Invoice reference) Feel free to extend either the importation method, the completion method, or both. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_list |
account.move.completion.rule.view | account.move.completion.rule | list | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | button | Inherits account.view_move_form |
autovalidate_completed_move
Boolean
help='Tick that box to automatically validate the journal entries after the completion'
string='Validate fully completed moves'
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
commission_analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Choose an analytic account to be used on the commission line analytic distribution.'
string='Commission Analytic Account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
launch_import_completion
Boolean
help='Tick that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
completion_logs
Text
readonly=True
string='Completion Log'
import_partner_id
Many2one → res.partner
string='Partner from import'
args: 'res.partner'
used_for_completion
Boolean
readonly=True
related='journal_id.used_for_completion'
button_auto_completion(self)
write_completion_log(self, error_msg, number_imported)
function_to_call
Selection
string='Method'
args: [('get_from_name_and_invoice', 'From line name (based on customer invoice number)'), ('get_from_name_and_supplier_invoice', 'From line name (based on supplier invoice number)'), ('get_from_name_and_partner_field', 'From line name (based on partner field)'), ('get_from_name_and_partner_name', 'From line name (based on partner name)')]
journal_ids
Many2many → account.journal
comodel_name='account.journal'
relation='account_journal_completion_rule_rel'
string='Related journals'
name
Char
sequence
Integer
help='Lower means parsed first.'
get_from_name_and_invoice(self, line)
get_from_name_and_partner_field(self, line)
get_from_name_and_partner_name(self, line)
get_from_name_and_supplier_invoice(self, line)
already_completed
Boolean
default=False
help='When this checkbox is ticked, the auto-completion process/button will ignore this line.'
string='Auto-Completed'
No public methods.
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/16.0/account_move_base_import |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Florian da Costa, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-reconcile |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
autovalidate_completed_move
Boolean
help='Tick that box to automatically validate the journal entries after the completion'
string='Validate fully completed moves'
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
commission_analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Choose an analytic account to be used on the commission line.'
string='Commission Analytic Account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
launch_import_completion
Boolean
help='Tick that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
completion_logs
Text
readonly=True
string='Completion Log'
import_partner_id
Many2one → res.partner
string='Partner from import'
args: 'res.partner'
used_for_completion
Boolean
readonly=True
related='journal_id.used_for_completion'
button_auto_completion(self)
write_completion_log(self, error_msg, number_imported)
function_to_call
Selection
string='Method'
args: [('get_from_name_and_invoice', 'From line name (based on customer invoice number)'), ('get_from_name_and_supplier_invoice', 'From line name (based on supplier invoice number)'), ('get_from_name_and_partner_field', 'From line name (based on partner field)'), ('get_from_name_and_partner_name', 'From line name (based on partner name)')]
journal_ids
Many2many → account.journal
comodel_name='account.journal'
relation='account_journal_completion_rule_rel'
string='Related journals'
name
Char
sequence
Integer
help='Lower means parsed first.'
get_from_name_and_invoice(self, line)
get_from_name_and_partner_field(self, line)
get_from_name_and_partner_name(self, line)
get_from_name_and_supplier_invoice(self, line)
already_completed
Boolean
default=False
help='When this checkbox is ticked, the auto-completion process/button will ignore this line.'
string='Auto-Completed'
No public methods.
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/14.0/account_move_base_import |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Nils Hamerlinck, OCA Transbot, Florian da Costa, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-reconcile |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
autovalidate_completed_move
Boolean
help='Tick that box to automatically validate the journal entries after the completion'
string='Validate fully completed moves'
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
commission_analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Choose an analytic account to be used on the commission line.'
string='Commission Analytic Account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
string='Create Counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
string='Last Import Date'
launch_import_completion
Boolean
help='Tick that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
string='Split Counterpart'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
completion_logs
Text
readonly=True
string='Completion Log'
import_partner_id
Many2one → res.partner
string='Partner from import'
args: 'res.partner'
used_for_completion
Boolean
readonly=True
related='journal_id.used_for_completion'
button_auto_completion(self)
write_completion_log(self, error_msg, number_imported)
function_to_call
Selection
string='Method'
args: [('get_from_name_and_invoice', 'From line name (based on customer invoice number)'), ('get_from_name_and_supplier_invoice', 'From line name (based on supplier invoice number)'), ('get_from_name_and_partner_field', 'From line name (based on partner field)'), ('get_from_name_and_partner_name', 'From line name (based on partner name)')]
journal_ids
Many2many → account.journal
comodel_name='account.journal'
relation='account_journal_completion_rule_rel'
string='Related journals'
name
Char
string='Name'
sequence
Integer
help='Lower means parsed first.'
string='Sequence'
get_from_name_and_invoice(self, line)
get_from_name_and_partner_field(self, line)
get_from_name_and_partner_name(self, line)
get_from_name_and_supplier_invoice(self, line)
already_completed
Boolean
default=False
help='When this checkbox is ticked, the auto-completion process/button will ignore this line.'
string='Auto-Completed'
No public methods.
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
string='Bank Statement Label'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/12.0/account_move_base_import |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Tonow-c2c, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iryna Vushnevska |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
string='Create Counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
required=True
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
string='Last Import Date'
launch_import_completion
Boolean
help='Tic that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
string='Split Counterpart'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
completion_logs
Text
readonly=True
string='Completion Log'
import_partner_id
Many2one → res.partner
string='Partner from import'
args: 'res.partner'
used_for_completion
Boolean
readonly=True
related='journal_id.used_for_completion'
button_auto_completion(self)
write_completion_log(self, error_msg, number_imported)
function_to_call
Selection
string='Method'
args: [('get_from_name_and_invoice', 'From line name (based on customer invoice number)'), ('get_from_name_and_supplier_invoice', 'From line name (based on supplier invoice number)'), ('get_from_name_and_partner_field', 'From line name (based on partner field)'), ('get_from_name_and_partner_name', 'From line name (based on partner name)')]
journal_ids
Many2many → account.journal
comodel_name='account.journal'
relation='account_journal_completion_rule_rel'
string='Related journals'
name
Char
string='Name'
sequence
Integer
help='Lower means parsed first.'
string='Sequence'
get_from_name_and_invoice(self, line)
get_from_name_and_partner_field(self, line)
get_from_name_and_partner_name(self, line)
get_from_name_and_supplier_invoice(self, line)
already_completed
Boolean
default=False
help='When this checkbox is ticked, the auto-completion process/button will ignore this line.'
string='Auto-Completed'
No public methods.
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
string='Bank Statement Label'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/11.0/account_move_base_import |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
string='Create Counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
required=True
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
string='Last Import Date'
launch_import_completion
Boolean
help='Tic that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
string='Split Counterpart'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
completion_logs
Text
readonly=True
string='Completion Log'
import_partner_id
Many2one → res.partner
string='Partner from import'
args: 'res.partner'
used_for_completion
Boolean
readonly=True
related='journal_id.used_for_completion'
button_auto_completion(self)
write_completion_log(self, error_msg, number_imported)
function_to_call
Selection
string='Method'
args: [('get_from_name_and_invoice', 'From line name (based on customer invoice number)'), ('get_from_name_and_supplier_invoice', 'From line name (based on supplier invoice number)'), ('get_from_name_and_partner_field', 'From line name (based on partner field)'), ('get_from_name_and_partner_name', 'From line name (based on partner name)')]
journal_ids
Many2many → account.journal
comodel_name='account.journal'
relation='account_journal_completion_rule_rel'
string='Related journals'
name
Char
string='Name'
sequence
Integer
help='Lower means parsed first.'
string='Sequence'
get_from_name_and_invoice(self, line)
get_from_name_and_partner_field(self, line)
get_from_name_and_partner_name(self, line)
get_from_name_and_supplier_invoice(self, line)
already_completed
Boolean
default=False
help='When this checkbox is ticked, the auto-completion process/button will ignore this line.'
string='Auto-Completed'
No public methods.
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
string='Bank Statement Label'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/10.0/account_move_base_import |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Alexandre Fayolle, Holger Brunn, Pedro M. Baeza, GitHub, Akim Juillerat, Stéphane Bidoul (ACSONE), OCA Transbot, Sébastien BEAU, Denis Leemann, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlrd |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_account_move_filter |
account.move | separator | Inherits account.view_account_move_filter | |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
string='Create Counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
required=True
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
string='Last Import Date'
launch_import_completion
Boolean
help='Tic that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
string='Split Counterpart'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
commission_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.commission_account_id'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
readonly=True
related='journal_id.partner_id'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
readonly=True
related='journal_id.receivable_account_id'
default_get(self, fields)
import_statement(self)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
string='Bank Statement Label'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/9.0/account_move_base_import |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Yannick Vaucher, Matthieu Dietrich, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Florian da Costa, mdietrichc2c, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
bk_view_partner_form |
account_bank_statement_import.view.partner.form | res.partner | field | Inherits account.view_partner_property_form |
journal_importer_view_form |
account.journal.view | account.journal | field | Inherits account.view_account_journal_form |
move_completion_rule_view_form |
account.move.completion.rule.view | account.move.completion.rule | form | New |
move_completion_rule_view_tree |
account.move.completion.rule.view | account.move.completion.rule | tree | New |
move_importer_view |
credit.statement.import.config.view | credit.statement.import | form | New |
view_move_importer_form |
account.move.view | account.move | field | Inherits account.view_move_form |
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
commission_analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Choose an analytic account to be used on the commission line.'
string='Commission Analytic Account'
create_counterpart
Boolean
default=True
help='Tick that box to automatically create the move counterpart'
string='Create Counterpart'
import_type
Selection
default='generic_csvxls_so'
help='Choose here the method by which you want to import account moves for this journal.'
required=True
string='Type of import'
args: [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
last_import_date
Datetime
string='Last Import Date'
launch_import_completion
Boolean
help='Tic that box to automatically launch the completion on each imported file using this journal.'
string='Launch completion after import'
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox).'
string='Bank/Payment Office partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
help='Choose a receivable/payable account to use as the default debit/credit account.'
string='Receivable/Payable Account'
rule_ids
Many2many → account.move.completion.rule
comodel_name='account.move.completion.rule'
relation='account_journal_completion_rule_rel'
string='Auto-completion rules'
split_counterpart
Boolean
help='Two counterparts will be automatically created : one for the refunds and one for the payments'
string='Split Counterpart'
used_for_completion
Boolean
string='Journal used for completion'
used_for_import
Boolean
string='Journal used for import'
multi_move_import(self, file_stream, ftype='csv')
prepare_move_line_vals(self, parser_vals, move)
prepare_move_vals(self, result_row_list, parser)
write_logs_after_import(self, move, num_lines)
commission_account_id
Many2one → account.account
comodel_name='account.account'
string='Commission account'
file_name
Char
input_statement
Binary
required=True
string='Statement file'
journal_id
Many2one → account.journal
comodel_name='account.journal'
required=True
string='Import configuration parameter'
partner_id
Many2one → res.partner
comodel_name='res.partner'
string='Credit institute partner'
receivable_account_id
Many2one → account.account
comodel_name='account.account'
string='Force Receivable/Payable Account'
default_get(self, fields)
import_statement(self)
onchange_journal_id(self, journal_id)
bank_statement_label
Char
help='Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile).'
string='Bank Statement Label'
No public methods.