mirror of https://github.com/OCA/web.git
Remove unused variables
parent
bad95ccf02
commit
836a642c42
|
@ -10,10 +10,6 @@ odoo.define('web_access_rule_buttons.main', function (require) {
|
||||||
var FormView = require('web.FormView');
|
var FormView = require('web.FormView');
|
||||||
var ListView = require('web.ListView');
|
var ListView = require('web.ListView');
|
||||||
|
|
||||||
var QWeb = core.qweb;
|
|
||||||
|
|
||||||
var _t = core._t;
|
|
||||||
|
|
||||||
FormView.include({
|
FormView.include({
|
||||||
|
|
||||||
load_record: function() {
|
load_record: function() {
|
||||||
|
|
Loading…
Reference in New Issue