OCA-git-bot
63e85a1051
[BOT] post-merge updates
2024-06-10 13:47:03 +00:00
SodexisTeam
01ba699445
[MIG] web_widget_x2many_2d_matrix: Migration to 17.0
2024-06-10 18:59:05 +05:30
SodexisTeam
d2cb8c3d19
[IMP] web_widget_x2many_2d_matrix: pre-commit auto fixes
2024-02-29 17:11:38 +05:30
OCA-git-bot
87348d0982
[BOT] post-merge updates
2024-02-29 11:34:47 +05:30
OCA-git-bot
7f2efc570f
[BOT] post-merge updates
2024-02-29 11:34:47 +05:30
OCA-git-bot
af2f826fa4
[UPD] README.rst
2024-02-29 11:34:47 +05:30
OCA-git-bot
46bc7e47c9
[UPD] README.rst
2024-02-29 11:34:47 +05:30
OCA-git-bot
0a680a210f
[UPD] README.rst
2024-02-29 11:34:47 +05:30
OCA-git-bot
1d4dfa9b95
[UPD] README.rst
2024-02-29 11:34:47 +05:30
OCA-git-bot
441864fbf8
[UPD] README.rst
2024-02-29 11:34:47 +05:30
Christopher Ormaza
8e2b026c28
[15.0][MIG] web_widget_x2many_2d_matrix
2024-02-29 11:34:47 +05:30
OCA-git-bot
a0d901ef2e
[UPD] README.rst
2024-02-29 11:34:47 +05:30
Alexey Pelykh
fafd811e82
[UPD] Brainbean Apps => CorporateHub
2024-02-29 11:34:47 +05:30
Adrià Gil Sorribes
7dafedc684
[13.0][MIG] web_widget_x2many_2d_matrix
2024-02-29 11:34:47 +05:30
Alexandre Díaz
0188fd9d76
[FIX] web_widget_x2many_2d_matrix: Force render in list mode on mobile
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
ca1cffb64b
Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens"
...
This reverts commit 10971ad68e
.
2024-02-29 11:34:47 +05:30
Alexandre Díaz
49e39b3767
[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens
2024-02-29 11:34:47 +05:30
Alexey Pelykh
3801703597
[FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells
2024-02-29 11:34:47 +05:30
Alexey Pelykh
077b620571
[12.0][FIX] web_widget_x2many_2d_matrix: README
2024-02-29 11:34:47 +05:30
Alexey Pelykh
fd882bb55a
[MIG] web_widget_x2many_2d_matrix: Migration to 12.0
2024-02-29 11:34:47 +05:30
Dennis Sluijk
7f0311a0c5
[IMP] web_widget_x2many_2d_matrix: Total of all rows ( #1043 )
2024-02-29 11:34:47 +05:30
Jairo Llopis
5ef302b333
[FIX] web_widget_x2many_2d_matrix: Allow empty cells
...
Before this commit, if a matrix was lacking one element, some ugly errors appeared to the user.
Now, it just displays the empty cell and lets the user go on.
Also, acknowledge another limitation of the widget and add it to roadmap.
2024-02-29 11:34:47 +05:30
Jairo Llopis
f622805912
[FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation
2024-02-29 11:34:47 +05:30
Jairo Llopis
1308eb21b5
[FIX] web_widget_x2many_2d_matrix: Fix linters
2024-02-29 11:34:47 +05:30
Simone Orsi
4aaa4f9cb4
[MIG+REF][11] web_widget_x2many_2d_matrix
...
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2024-02-29 11:34:47 +05:30
Artem Kostyuk
7833764d82
[11][MIG] web_widget_x2many_2d_matrix WIP
2024-02-29 11:34:47 +05:30
Cédric Pigeon
19a7b2b9b2
[10.0] web_widget_x2many_2d_matrix: update README
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
6a066512f6
[IMP] web_widget_x2many_2d_matrix: Update example
...
There are now more required fields for a task.
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
c6a368333e
[IMP+ web_widget_x2many_2d_matrix: Add roadmap
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
bc89fd38f3
[IMP] web_widget_x2many_2d_matrix: Include x_axis_clickable and y_axis_clickable attrs
...
XML attributes for the widget that allows to configure if the axis will be clickable
or not in case the source field is a many2one field.
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
5e160c6ab0
[MIG] web_widget_x2many_2d_matrix: Migration to 9.0
2024-02-29 11:34:47 +05:30
Pedro M. Baeza
ad00b3ebd7
[IMP] web_widget_x2many_2d_matrix: New option field_att_<name>
...
Declare as many options prefixed with this string as you need for binding
a field value with an HTML node attribute (disabled, class, style...)
called as the `<name>` passed in the option.
NOTE: This doesn't prevent to require to fill the full matrix with
all the combination records.
2024-02-29 11:34:47 +05:30
Holger Brunn
aef0fdbded
[IMP] web_widget_x2many_2d_matrix: Several improvements
...
* README update to newest OCA template
* Example in README
* Massive performance boost for big matrices, specially on Firefox
* Assign id on row in order to find it back in all cases
* Fix #321 , choked on cached writes
2024-02-29 11:34:47 +05:30
Yannick Vaucher
cdd339244a
Add bug tracker link on README.rst
2024-02-29 11:34:47 +05:30
Holger Brunn
aeb6eaf42b
[IMP] add screenshot, example in README
2024-02-29 11:34:47 +05:30
Holger Brunn
2ad9902132
[ADD] validation
...
[IMP] write formatted value to back to input
2024-02-29 11:34:47 +05:30
Holger Brunn
241b98219a
[UPD] readme
2024-02-29 11:34:47 +05:30
Holger Brunn
b8a928741c
[ADD] web_widget_x2many_2d_matrix
2024-02-29 11:34:47 +05:30