TIP: You can type at any time to perform a new search.
Switzerland - Import BVR/ESR into vouchers
l10n_ch_payment_slip_voucher · OCA/l10n-switzerland
- Repository
- OCA/l10n-switzerland · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localization
- Folder size
- 0.26 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.agilebg.com
- Last tracking update
- 2026-08-07 07:03:11
- Authors
- Agile Business Group
- Maintainers
- Agile Business Group
- Committers
- Yannick Vaucher, eLBati, Stéphane Bidoul, Lorenzo Battistini, GitHub, Stéphane Bidoul (ACSONE), Alex Comba, OCA Transbot, OCA-git-bot
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to import v11 files provided by financial institute into a payment voucher To do so, use the wizard provided under Accounting -> Customers.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
v11_import_view |
V11 (BVR/ESR) Import Vouhers | v11.import.wizard.voucher | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
currency_idMany2one → res.currencydefault=_get_default_currency_idrequired=True args: 'res.currency', 'Currency' -
journal_idMany2one → account.journalrequired=True args: 'account.journal', 'Journal' -
total_amountFloatargs: 'Total amount of V11' -
total_costFloatargs: 'Total cost of V11' -
v11fileBinaryargs: 'V11 File' -
validate_vouchersBooleanhelp='Activate this to automatically validate every created voucher' args: 'Validate vouchers'
-
get_partner_from_ref(self, reference) -
import_v11(self)@api.multiImport v11 file and transfor it into voucher lines :returns: action dict :rtype: dict