| 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/8.0/account_statement_operation_rule |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
account assets | ir.ui.view | qweb | Inherits account.assets_backend |
view_account_statement_operation_rule_form |
account.statement.operation.rule.form | account.statement.operation.rule | form | New |
view_account_statement_operation_rule_search |
account.statement.operation.rule.search | account.statement.operation.rule | search | New |
view_account_statement_operation_rule_tree |
account.statement.operation.rule.tree | account.statement.operation.rule | tree | New |
No new fields.
Public methods (1)currency_for_rules(self)
amount_max
Float
digits=dp.get_precision('Account')
string='Max. Amount'
amount_min
Float
digits=dp.get_precision('Account')
string='Min. Amount'
currencies
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
operations
Many2many → account.statement.operation.template
comodel_name='account.statement.operation.template'
relation='account_statement_oper_rule_rel'
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)
operations_for_reconciliation(self, statement_line_id, move_line_ids)