Skip to content

Conversation

@BhaveshHeliconia
Copy link
Contributor

No description provided.

frahikLV and others added 25 commits October 17, 2025 15:39
… widths

Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering.
this fixes scss file not found error after installing the module
…on column

Fix an error when retrieving column sizes for lists containing one or more list_button columns.
This error occurs when a list_button column is placed between other columns in the list. This type of column is excluded from the querySelector string used to retrieve column headers, which can cause the index to shift and the column size to change when the list is displayed.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-17.0/web-17.0-web_remember_tree_column_width
Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_remember_tree_column_width/
Fixes
```
Uncaught Javascript Error > Cannot read properties of undefined (reading 'isRTL')
```

when trying to resizing a column in a list view.

Caused by upstream change odoo/odoo#210559
Analogous to the inherited code, the event listener would work on the resize
stop event, but this event would regularly not have the same target as the
resize start event in which case the field name and size could not be
determined.
@BhaveshHeliconia BhaveshHeliconia mentioned this pull request Oct 17, 2025
42 tasks
Copy link
Contributor

@AungKoKoLin1997 AungKoKoLin1997 left a comment

Choose a reason for hiding this comment

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

Functional Review: LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.