| 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_reconcile_rule |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Timon Tschanz |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-reconcile |
| 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 | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_dashboard_kanban_view |
account.journal.dashboard.kanban.inherit | account.journal | xpath | Inherits account.account_journal_dashboard_kanban_view |
assets_backend |
account assets | ir.ui.view | qweb | Inherits account.assets_backend |
view_account_reconcile_rule_form |
account.reconcile.rule.form | account.reconcile.rule | form | New |
view_account_reconcile_rule_search |
account.reconcile.rule.search | account.reconcile.rule | search | New |
view_account_reconcile_rule_tree |
account.reconcile.rule.tree | account.reconcile.rule | tree | New |
No new fields.
Public methods (1)currency_for_rules(self)
No new fields.
Public methods (1)open_reconciliation_rules(self)
amount_max
Float
digits=dp.get_precision('Account')
string='Max. Amount'
amount_min
Float
digits=dp.get_precision('Account')
string='Min. Amount'
currency_ids
Many2many → res.currency
comodel_name='res.currency'
help="For 'Currencies' rules, you can choose for which currencies the rule will be applicable."
string='Currencies'
name
Char
reconcile_model_ids
Many2many → account.reconcile.model
comodel_name='account.reconcile.model'
string='Reconciliation models'
rule_type
Selection
default='rounding'
required=True
selection=[('rounding', 'Roundings'), ('currency', 'Currencies')]
string='Type'
sequence
Integer
default=20
help='If several rules match, the first one is used.'
find_first_rule(self, statement_line, move_lines)
is_valid(self, statement_line, move_lines, balance)
models_for_reconciliation(self, statement_line_id, move_line_ids)
| 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_reconcile_rule |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-reconcile |
| 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 | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_dashboard_kanban_view |
account.journal.dashboard.kanban.inherit | account.journal | xpath | Inherits account.account_journal_dashboard_kanban_view |
assets_backend |
account assets | ir.ui.view | qweb | Inherits account.assets_backend |
view_account_reconcile_rule_form |
account.reconcile.rule.form | account.reconcile.rule | form | New |
view_account_reconcile_rule_search |
account.reconcile.rule.search | account.reconcile.rule | search | New |
view_account_reconcile_rule_tree |
account.reconcile.rule.tree | account.reconcile.rule | tree | New |
No new fields.
Public methods (1)currency_for_rules(self)
No new fields.
Public methods (1)open_reconciliation_rules(self)
amount_max
Float
digits=dp.get_precision('Account')
string='Max. Amount'
amount_min
Float
digits=dp.get_precision('Account')
string='Min. Amount'
currency_ids
Many2many → res.currency
comodel_name='res.currency'
help="For 'Currencies' rules, you can choose for which currencies the rule will be applicable."
string='Currencies'
name
Char
reconcile_model_ids
Many2many → account.reconcile.model
comodel_name='account.reconcile.model'
string='Reconciliation models'
rule_type
Selection
default='rounding'
required=True
selection=[('rounding', 'Roundings'), ('currency', 'Currencies')]
string='Type'
sequence
Integer
default=20
help='If several rules match, the first one is used.'
find_first_rule(self, statement_line, move_lines)
is_valid(self, statement_line, move_lines, balance)
models_for_reconciliation(self, statement_line_id, move_line_ids)