Commit Graph

15 Commits (16.0)

Author SHA1 Message Date
vladimiruvid fb5f5741b2 Added translation using Weblate (Croatian) 2024-11-13 14:53:38 +00:00
OCA-git-bot 18ed6ad14e [BOT] post-merge updates 2024-05-09 16:31:54 +00:00
Cuong, Nguyen Minh Tran Manh dd81906290 [IMP] web_remember_tree_column_width: adjust SCSS selector
Previously, only columns with the class o_column_sortable had the custom
SCSS applied to them. As a result, columns like HTML were not sortable
and didn't benefit from the custom SCSS.

This commit made changes to the SCSS selector to include all table's
columns in the list view. However, the record selector (the first
checkbox column) and the column optional (the last column) that have the
class o_list_controller were excluded to avoid unexpected behavior.
2024-05-09 12:24:20 +07:00
mymage fa89835c7a Added translation using Weblate (Italian) 2023-11-27 14:09:52 +00:00
OCA-git-bot 5a81640f0d [BOT] post-merge updates 2023-10-04 15:27:23 +00:00
thibault 736c0a327d [FIX] web_remember_tree_column_width : Column resizing with list_button 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.
2023-10-04 12:53:03 +02:00
OCA-git-bot 0fcc326ee1 [UPD] README.rst 2023-09-03 17:59:06 +00:00
OCA-git-bot 10100e5cb1 [UPD] README.rst 2023-07-21 10:11:44 +00:00
oca-ci 49af17a775 [UPD] Update web_remember_tree_column_width.pot 2023-07-21 10:07:13 +00:00
Cuong, Nguyen Minh Tran Manh 4ed7c0052b [MIG] web_remember_tree_column_width: Migration to 16.0 2023-06-10 18:22:02 +07:00
Mihran Thalhath 6223f88e9a [15.0][FIX] web_remember_tree_column_width: use correct module name
this fixes scss file not found error after installing the module
2023-06-10 18:14:30 +07:00
OCA-git-bot 0769b9e5b5 [ADD] icon.png 2023-06-10 18:14:30 +07:00
OCA-git-bot 9d303a931c [UPD] README.rst 2023-06-10 18:14:30 +07:00
oca-ci 1ddf932b5a [UPD] Update web_remember_tree_column_width.pot 2023-06-10 18:14:30 +07:00
Francisco Javier Luna Vazquez 903f2b136c [ADD] web_tree_column_width_remember: Remember the tree view columns' widths
Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering.
2023-06-10 18:14:30 +07:00