Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web_remember_tree_column_width/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"website": "https://github.com/OCA/web",
"license": "LGPL-3",
"category": "Extra Tools",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think we need to bump the version manually, as it should be updated automatically when the merge command is applied

"maintainers": [
"frahikLV",
"luisg123v",
Expand Down
2 changes: 1 addition & 1 deletion web_remember_tree_column_width/static/src/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
th.o_column_sortable {
th[data-name] {
max-width: none !important;
min-width: 0 !important;
}
Loading