[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:
Mihran Thalhath
2022-08-28 12:45:48 +05:30
parent e9e6c73557
commit 7c519eaa89
2 changed files with 4 additions and 4 deletions

View File

@@ -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");