TIP: You can type at any time to perform a new search.
Exportación de ficheros bancarios CSB 19, 32, 34 y 58
l10n_es_payment_order · OCA/l10n-spain
- Repository
- OCA/l10n-spain · module folder · Try on Runboat
- Module version
- 1.7.0
- Category
- Localisation/Accounting
- Folder size
- 0.41 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-spain
- Last tracking update
- 2026-08-07 07:17:42
- Authors
- Odoo Community Association (OCA), Acysos, Serv. Tecnol. Avanzados - Pedro M. Baeza
- Maintainers
- Odoo Community Association (OCA), Acysos, Serv. Tecnol. Avanzados - Pedro M. Baeza
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- None
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_es_payment_order_confirminet
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_banking_export_csb_wizard_form |
banking.export.csb.wizard.form | banking.export.csb.wizard | form | New |
view_payment_mode_form_inherit |
payment.mode.form.inherit | payment.mode | form | Inherits account_payment.view_payment_mode_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (24)
-
csb19_extra_conceptsBooleandefault=Falsehelp='Check it if you want to add the invoice lines to the extra concepts (Max. 15 lines)'string='Extra Concepts' -
csb32_assignorCharsize=15string='Assignor' -
csb34_add_dateBooleanhelp='Check it if you want to add the 910 data type in the file to include the payment date.'string='Add Date' -
csb34_barredBooleandefault=Truestring='Barred' -
csb34_conceptSelectiondefault='other'selection=[('payroll', 'Payroll'), ('pension', 'Pension'), ('other', 'Other')]string='Concepto of the order' -
csb34_cost_keySelectiondefault='payer'selection=[('payer', 'Expense of the Payer'), ('recipient', 'Expense of the Recipient')]string='Concept of the Order' -
csb34_direct_pay_orderBooleandefault=Falsehelp='By default "Not"'string='Direct Pay Order' -
csb34_not_to_the_orderBooleandefault=Truestring='Not to the Order' -
csb34_payroll_checkBooleanhelp='Check it if you want to add the 018 data type in the file (the vat of the recipient is added in the 018 data type).'string='Payroll Check' -
csb34_send_typeSelectiondefault='mail'help='The sending type of the payment file'selection=[('mail', 'Ordinary Mail'), ('certified_mail', 'Certified Mail'), ('other', 'Other')]string='Send type' -
csb34_text1Charhelp='Enter text and/or select a field of the invoice to include as a description in the letter. The possible values \u200b\u200bare: ${amount}, ${communication}, {communication2}, {date}, {ml_maturity_date}, {create_date}, {ml_date_created}'size=36string='Line 1' -
csb34_text2Charhelp='Enter text and/or select a field of the invoice to include as a description in the letter. The possible values \u200b\u200bare: ${amount}, ${communication}, {communication2}, {date}, {ml_maturity_date}, {create_date}, {ml_date_created}'size=36string='Line 2' -
csb34_text3Charhelp='Enter text and/or select a field of the invoice to include as a description in the letter. The possible values \u200b\u200bare: ${amount}, ${communication}, {communication2}, {date}, {ml_maturity_date}, {create_date}, {ml_date_created}'size=36string='Line 3' -
csb34_typeSelectiondefault='transfer'selection=[('transfer', 'Transfer'), ('promissory_note', 'Promissory Note'), ('cheques', 'Cheques'), ('certified_payments', 'Certified Payments')]string='Type of CSB 34 payment' -
csb58_alt_address_formatBooleandefault=Falsehelp='Alternative domicile record format'string='Alt. address format' -
csb58_include_addressBooleandefault=Falsehelp='Add partner domicile records to the exported file (CSB 58)'string='Include address' -
csb58_ineCharsize=9 args: 'INE code' -
csb_require_bank_accountBooleandefault=Truehelp='If your bank allows you to send orders without the bank account info, you may disable this option'string='Require bank account' -
csb_suffixChardefault='000'size=3string='Suffix' -
is_csb19Booleancompute='_compute_is_csb19' -
is_csb32Booleancompute='_compute_is_csb32' -
is_csb34Booleancompute='_compute_is_csb34' -
is_csb3401Booleancompute='_compute_is_csb3401' -
is_csb58Booleancompute='_compute_is_csb58'
No public methods.
Loading…
Loading…
Loading…