Files
Odoo-18.0-20251222/web_remember_tree_column_width/__manifest__.py
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

25 lines
605 B
Python
Executable File

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