OCA-git-bot
82407a75fd
[BOT] post-merge updates
2024-02-14 07:53:39 +00:00
OCA-git-bot
dca20a4ca3
[BOT] post-merge updates
2024-01-05 12:41:31 +00:00
OCA-git-bot
56060c677d
[UPD] README.rst
2023-09-06 06:20:40 +00:00
OCA-git-bot
0fcc326ee1
[UPD] README.rst
2023-09-03 17:59:06 +00:00
OCA-git-bot
8234ef051f
[UPD] README.rst
2023-06-07 13:56:51 +00:00
OCA-git-bot
45e8d25bb7
[UPD] README.rst
2023-02-28 13:53:55 +01:00
OCA-git-bot
6b5e0e4319
[UPD] README.rst
2023-02-28 13:53:55 +01:00
Christopher Ormaza
e6640767a4
[15.0][MIG] web_widget_x2many_2d_matrix
2023-02-28 13:53:55 +01:00
OCA-git-bot
3a88397b21
[UPD] README.rst
2023-02-28 13:53:55 +01:00
Alexey Pelykh
53d7727414
[UPD] Brainbean Apps => CorporateHub
2023-02-28 13:53:55 +01:00
Adrià Gil Sorribes
d74ce81504
[13.0][MIG] web_widget_x2many_2d_matrix
2023-02-28 13:53:55 +01:00
Alexandre Díaz
ba6387dce7
[FIX] web_widget_x2many_2d_matrix: Force render in list mode on mobile
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
195a8155ad
Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens"
...
This reverts commit 10971ad68e
.
2023-02-28 13:53:55 +01:00
Alexandre Díaz
6ccfccd05a
[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens
2023-02-28 13:53:55 +01:00
Alexey Pelykh
afd8477551
[FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells
2023-02-28 13:53:55 +01:00
Alexey Pelykh
d59d9fb630
[12.0][FIX] web_widget_x2many_2d_matrix: README
2023-02-28 13:53:55 +01:00
Alexey Pelykh
801b05aa14
[MIG] web_widget_x2many_2d_matrix: Migration to 12.0
2023-02-28 13:53:55 +01:00
Dennis Sluijk
56de5dde21
[IMP] web_widget_x2many_2d_matrix: Total of all rows ( #1043 )
2023-02-28 13:53:55 +01:00
Jairo Llopis
1246c0be67
[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.
2023-02-28 13:53:55 +01:00
Jairo Llopis
53a543962c
[FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation
2023-02-28 13:53:55 +01:00
Jairo Llopis
c7c58a7245
[FIX] web_widget_x2many_2d_matrix: Fix linters
2023-02-28 13:53:55 +01:00
Simone Orsi
963a07e61c
[MIG+REF][11] web_widget_x2many_2d_matrix
...
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2023-02-28 13:53:55 +01:00
Artem Kostyuk
373fa5ffda
[11][MIG] web_widget_x2many_2d_matrix WIP
2023-02-28 13:53:55 +01:00
Cédric Pigeon
92f920247b
[10.0] web_widget_x2many_2d_matrix: update README
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
280e36751d
[IMP] web_widget_x2many_2d_matrix: Update example
...
There are now more required fields for a task.
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
f4a4fd26ed
[IMP+ web_widget_x2many_2d_matrix: Add roadmap
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
4401895afd
[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.
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
20eab643cf
[MIG] web_widget_x2many_2d_matrix: Migration to 9.0
2023-02-28 13:53:55 +01:00
Pedro M. Baeza
9e9f4f331e
[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.
2023-02-28 13:53:55 +01:00
Holger Brunn
08d6ca5c49
[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
2023-02-28 13:53:55 +01:00
Yannick Vaucher
a26af9c550
Add bug tracker link on README.rst
2023-02-28 13:53:55 +01:00
Holger Brunn
df1e49c4a2
[IMP] add screenshot, example in README
2023-02-28 13:53:55 +01:00
Holger Brunn
53cea885d5
[ADD] validation
...
[IMP] write formatted value to back to input
2023-02-28 13:53:55 +01:00
Holger Brunn
cfbf78bc13
[UPD] readme
2023-02-28 13:53:55 +01:00
Holger Brunn
f6f3c7127c
[ADD] web_widget_x2many_2d_matrix
2023-02-28 13:53:55 +01:00