diff --git a/README.md b/README.md
index 53a652e42..d66031192 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ Multiple payment terms on invoices are supported.
It will also allow you to do the import of V11 bank statement files and do an automatic reconciliation.
+(replaces core l10n_ch module for ISR)
+
l10n_ch_base_bank
-----------------
diff --git a/l10n_ch_payment_slip/__manifest__.py b/l10n_ch_payment_slip/__manifest__.py
index a5fe01a59..edf5c4c31 100644
--- a/l10n_ch_payment_slip/__manifest__.py
+++ b/l10n_ch_payment_slip/__manifest__.py
@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{'name': 'Switzerland - ISR inpayment slip (PVR/BVR/ESR)',
'summary': 'Print inpayment slip from your invoices',
- 'version': '11.0.1.0.0',
+ 'version': '10.0.1.1.1',
'author': "Camptocamp,Odoo Community Association (OCA)",
'category': 'Localization',
'website': 'http://www.camptocamp.com',
diff --git a/l10n_ch_payment_slip/views/account_invoice.xml b/l10n_ch_payment_slip/views/account_invoice.xml
index 2d482a38f..dbdca8f8f 100644
--- a/l10n_ch_payment_slip/views/account_invoice.xml
+++ b/l10n_ch_payment_slip/views/account_invoice.xml
@@ -8,7 +8,7 @@
[('invoice_id', '=', active_id)]
-
+
account.invoice.form.isr.ref
account.invoice
form
@@ -16,25 +16,28 @@
+ string="Print CH ISR"
+ name="print_isr"
+ attrs="{'invisible': ['|',('sent','=',True), ('state', '!=', 'open')]}"
+ class="oe_highlight"/>
+ string="Print CH ISR"
+ name="print_isr"
+ attrs="{'invisible':['|',('sent','=',False), ('state', '!=', 'open')]}"/>
+
+
+ 1
+ string="Open Payment Slips"
+ groups="base.group_system"
+ name="%(l10n_ch_payment_slip.action_slip_all)d"
+ attrs="{'invisible': ['|', ('type', '!=', 'out_invoice'), ('isr_reference', '=', False)]}"/>
@@ -62,7 +65,7 @@
l10n_ch.payment_slip
-
+