-
- Downloads
Move ISR subscription fields under res.partner.bank
An Inpayment Slip with Reference (ISR) subscription number is provided by the bank or by Postfinance
ISR When the ISR subscription comes from Postfinance it is a direct
subscription.
ISR (bank) When the ISR subscription comes from a bank it is the bank subscription
toward Postfinance.
Having the subscription number on res.bank has 2 drawbacks:
If you have multiple accounts at Postfinance
or
If you have multicompany and each company has a Postfinance account
you won't be able to emit with different ISR subscriber numbers.
This also renames the fields to be accurate on the meaning.
An ISR reference is a Payment reference that will apear on the invoice.
It is better to name it subscription number.
closes odoo/odoo#35873
Signed-off-by:
Josse Colpaert <jco@openerp.com>
Showing
- addons/l10n_ch/models/account_invoice.py 24 additions, 24 deletionsaddons/l10n_ch/models/account_invoice.py
- addons/l10n_ch/models/res_bank.py 6 additions, 10 deletionsaddons/l10n_ch/models/res_bank.py
- addons/l10n_ch/report/isr_report.xml 3 additions, 2 deletionsaddons/l10n_ch/report/isr_report.xml
- addons/l10n_ch/report/swissqr_report.xml 5 additions, 5 deletionsaddons/l10n_ch/report/swissqr_report.xml
- addons/l10n_ch/views/res_bank_view.xml 2 additions, 12 deletionsaddons/l10n_ch/views/res_bank_view.xml
Loading
Please register or sign in to comment