TIP: You can type at any time to perform a new search.
Switzerland - BVR/ESR Bank statement Completion
l10n_ch_payment_slip_account_statement_base_completion · OCA/l10n-switzerland
- Repository
- OCA/l10n-switzerland · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Hidden
- Folder size
- 0.01 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- http://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp
- Committers
- Pedro M. Baeza
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Swiss BVR/ESR Bank statement Completion ======================================= Link module between the Swiss localization BVR/ESR module (l10n_ch_payment_slip) and the module adding a transaction ID field in the bank statement (account_statement_base_completion). It adds a completion rule to search the partner from the invoice using the BVR/ESR reference. When importing a BVR/ESR, the transaction ID is also copied to the transaction id field of the bank statement. This module is needed if you use the Swiss localization module and the bank-statement-reconcile project in the banking addons (https://launchpad.net/banking-addons).
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
get_from_bvr_reference_and_invoice(self, cr, uid, st_line, context=None)Match the partner based on the BVR reference field of the invoice. Then, call the generic st_line method to complete other values. In that case, we always fulfill the reference of the line with the invoice name. :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, ...}
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…