mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_tree_column_width_remember: Remember the tree view columns' widths
Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering.
This commit is contained in:
committed by
Francisco Javier Luna Vázquez
parent
0ce1d1c98e
commit
5e48866283
24
web_remember_tree_column_width/__manifest__.py
Normal file
24
web_remember_tree_column_width/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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.0",
|
||||
"maintainers": [
|
||||
"frahikLV",
|
||||
"luisg123v",
|
||||
],
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"data": [],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"remember_tree_column_width/static/src/js/list_renderer.js",
|
||||
"remember_tree_column_width/static/src/scss/main.scss",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user