Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
24
web_remember_tree_column_width/__manifest__.py
Executable file
24
web_remember_tree_column_width/__manifest__.py
Executable 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": "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,
|
||||
}
|
||||
Reference in New Issue
Block a user