TIP: You can type at any time to perform a new search.
Account Statement Regex Account Completion addon
account_statement_regex_account_completion · OCA/account-reconcile
- Repository
- OCA/account-reconcile · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Other
- 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, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- None
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Account Statement Regex Account Completion addon ========================= Add a completion method based on a specified regular expression and update account to use in the bank statement line with the specified account.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
statement_st_completion_rule_view_form |
account.statement.completion.rule.view (account_statement_regex_account_completion) | account.statement.completion.rule | form | Inherits account_statement_base_completion.statement_st_completion_rule_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
set_account(self, cr, uid, account_id, st_line, context=None)If line name match regex, update account_id 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, ...}
Loading…
Loading…
Loading…