3
0
Fork 0
web_techsystech/web_remember_tree_column_width/__manifest__.py

17 lines
459 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": "14.0.1.0.0",
"maintainers": [
"frahikLV",
"luisg123v",
],
"depends": ["web"],
"data": ["views/assets.xml"],
"installable": True,
}