3
0
Fork 0
Commit Graph

30 Commits (cfd61b9be104dee29ee1cb7b47c66adc19bcdc72)

Author SHA1 Message Date
OCA-git-bot b55077cd31 [UPD] README.rst 2022-02-21 10:49:07 +00:00
OCA-git-bot 1678c450e4 [UPD] README.rst 2022-02-18 09:12:05 +00:00
Christopher Ormaza 918f014040 [15.0][MIG] web_widget_x2many_2d_matrix 2022-02-18 09:33:22 +01:00
OCA-git-bot fa2c0053d9 [UPD] README.rst 2022-02-18 09:33:22 +01:00
Alexey Pelykh 83c3b860c1 [UPD] Brainbean Apps => CorporateHub 2022-02-18 09:33:22 +01:00
Adrià Gil Sorribes 0b44b484f6 [13.0][MIG] web_widget_x2many_2d_matrix 2022-02-18 09:33:22 +01:00
Alexandre Díaz 337a2b72af [FIX] web_widget_x2many_2d_matrix: Force render in list mode on mobile 2022-02-18 09:33:22 +01:00
Pedro M. Baeza 8f1db7f5fa Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens"
This reverts commit 10971ad68e.
2022-02-18 09:33:22 +01:00
Alexandre Díaz 9aef7f1019 [FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens 2022-02-18 09:33:22 +01:00
Alexey Pelykh 31861c7bf2 [FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells 2022-02-18 09:33:22 +01:00
Alexey Pelykh 9b7d02e6d5 [12.0][FIX] web_widget_x2many_2d_matrix: README 2022-02-18 09:33:22 +01:00
Alexey Pelykh ac07ca17a3 [MIG] web_widget_x2many_2d_matrix: Migration to 12.0 2022-02-18 09:33:22 +01:00
Dennis Sluijk d5368b4693 [IMP] web_widget_x2many_2d_matrix: Total of all rows (#1043) 2022-02-18 09:33:22 +01:00
Jairo Llopis 426253935e [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.
2022-02-18 09:33:22 +01:00
Jairo Llopis b18ec39b9b [FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation 2022-02-18 09:33:22 +01:00
Jairo Llopis 71f2d864f7 [FIX] web_widget_x2many_2d_matrix: Fix linters 2022-02-18 09:33:22 +01:00
Simone Orsi d0afa41c48 [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2022-02-18 09:33:22 +01:00
Artem Kostyuk 70db2e4c43 [11][MIG] web_widget_x2many_2d_matrix WIP 2022-02-18 09:33:22 +01:00
Cédric Pigeon de9e68d219 [10.0] web_widget_x2many_2d_matrix: update README 2022-02-18 09:33:22 +01:00
Pedro M. Baeza 2dee94c4c4 [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2022-02-18 09:33:22 +01:00
Pedro M. Baeza 72c0607162 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2022-02-18 09:33:22 +01:00
Pedro M. Baeza ec59e753c5 [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.
2022-02-18 09:33:22 +01:00
Pedro M. Baeza e3375644cf [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2022-02-18 09:33:22 +01:00
Pedro M. Baeza c8ee9c02ae [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.
2022-02-18 09:33:22 +01:00
Holger Brunn 6d9ec8eb55 [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
2022-02-18 09:33:22 +01:00
Yannick Vaucher bf3371954b Add bug tracker link on README.rst 2022-02-18 09:33:22 +01:00
Holger Brunn e14b376906 [IMP] add screenshot, example in README 2022-02-18 09:33:22 +01:00
Holger Brunn 5131dea7cf [ADD] validation
[IMP] write formatted value to back to input
2022-02-18 09:33:22 +01:00
Holger Brunn 55fe6c6069 [UPD] readme 2022-02-18 09:33:21 +01:00
Holger Brunn 79e09dd753 [ADD] web_widget_x2many_2d_matrix 2022-02-18 09:33:21 +01:00