mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[15.0][FIX] web_remember_tree_column_width: use correct module name
this fixes scss file not found error after installing the module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
odoo.define("remember_tree_column_width.ListRenderer", function (require) {
|
||||
odoo.define("web_remember_tree_column_width.ListRenderer", function (require) {
|
||||
"use strict";
|
||||
|
||||
const ListRenderer = require("web.ListRenderer");
|
||||
|
||||
Reference in New Issue
Block a user