[FIX][web_readonly_bypass] Fix wrong test suite.

- Test was not migrated to v9.
- It is not still 100% migrated, but it works now.
- Add to known issues that it must migrate.
- Cosmetic fixes.
- Run tests in bots always.
This commit is contained in:
Jairo Llopis
2016-11-02 13:32:26 +01:00
parent 01077d3e34
commit 8a852be42a
6 changed files with 187 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
"use strict";
(function(){
"use strict";
var instance = openerp;
var QWeb = instance.web.qweb, _t = instance.web._t;