These invoices were successfully checked for the payment slip to be printed.
@@ -22,11 +22,11 @@
-
diff --git a/l10n_ch_payment_slip/wizard/bvr_import.py b/l10n_ch_payment_slip/wizard/isr_import.py
similarity index 98%
rename from l10n_ch_payment_slip/wizard/bvr_import.py
rename to l10n_ch_payment_slip/wizard/isr_import.py
index 4ad59b733..57c21ef3f 100644
--- a/l10n_ch_payment_slip/wizard/bvr_import.py
+++ b/l10n_ch_payment_slip/wizard/isr_import.py
@@ -11,7 +11,7 @@
REF = re.compile(r'[^0-9]')
-class BvrImporterWizard(models.TransientModel):
+class V11ImporterWizard(models.TransientModel):
_name = 'v11.import.wizard'
_total_line_codes = ('999', '995')
@@ -234,7 +234,7 @@ def _import_v11(self):
"%Y-%m-%d_%H:%M:%S", time.gmtime()
),
'datas': self.v11file,
- 'datas_fname': 'BVR %s.txt' % time.strftime(
+ 'datas_fname': 'ISR %s.txt' % time.strftime(
"%Y-%m-%d_%H:%M:%S", time.gmtime()
),
'res_model': 'account.bank.statement',
diff --git a/l10n_ch_payment_slip/wizard/bvr_import_view.xml b/l10n_ch_payment_slip/wizard/isr_import_view.xml
similarity index 90%
rename from l10n_ch_payment_slip/wizard/bvr_import_view.xml
rename to l10n_ch_payment_slip/wizard/isr_import_view.xml
index 52f1d5b06..a8413132e 100644
--- a/l10n_ch_payment_slip/wizard/bvr_import_view.xml
+++ b/l10n_ch_payment_slip/wizard/isr_import_view.xml
@@ -1,13 +1,13 @@
-
+
- V11 (BVR/ESR) Import Wizard
+ V11 (ISR) Import Wizard
v11.import.wizard
form
-
- V11 (BVR/ESR) Import
+ V11 (ISR) Import
ir.actions.act_window
v11.import.wizard
form