web/web_remember_tree_column_width/__manifest__.py

25 lines
605 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": "16.0.1.0.2",
"maintainers": [
"frahikLV",
"luisg123v",
"cuongnmtm",
],
"depends": [
"web",
],
"data": [],
"assets": {
"web.assets_backend": [
"web_remember_tree_column_width/static/src/**/*",
],
},
"installable": True,
}