Files
web/web_remember_tree_column_width/__manifest__.py
Mihran Thalhath 7c519eaa89 [15.0][FIX] web_remember_tree_column_width: use correct module name
this fixes scss file not found error after installing the module
2022-08-28 12:50:14 +05:30

25 lines
671 B
Python

{
"name": "Web Remember Tree Column Width",
"summary": "Remember the tree columns' widths across sessions.",
"author": "Vauxoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "LGPL-3",
"category": "Extra Tools",
"version": "15.0.1.0.1",
"maintainers": [
"frahikLV",
"luisg123v",
],
"depends": [
"web",
],
"data": [],
"assets": {
"web.assets_backend": [
"web_remember_tree_column_width/static/src/js/list_renderer.js",
"web_remember_tree_column_width/static/src/scss/main.scss",
],
},
"installable": True,
}