mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: Closing parenthesis
parent
5dccd038ce
commit
849525e48e
|
@ -12,6 +12,6 @@ odoo.define( "web_widget_x2many_2d_matrix.matrix_limit_extend", function (requir
|
||||||
attrs.limit = Infinity;
|
attrs.limit = Infinity;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue