@@ -30,6 +30,8 @@ openerp.eiru_pos = (instance, local) => {
$(this.vm.$el).remove()
this.vm = null
instance.eiru_theme.instance.show()
+
+ this._super.apply(this, arguments)
}
})