Commit Graph

14 Commits

Author SHA1 Message Date
Simone Orsi
d2dafcbdeb [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2020-03-05 08:17:01 +01:00
Artem Kostyuk
130909c7c4 [11][MIG] web_widget_x2many_2d_matrix WIP 2020-03-05 08:17:01 +01:00
Cédric Pigeon
8662743ae4 [10.0] web_widget_x2many_2d_matrix: update README 2020-03-05 08:17:01 +01:00
Pedro M. Baeza
0111e0ce67 [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2020-03-05 08:17:01 +01:00
Pedro M. Baeza
b13cd24692 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2020-03-05 08:17:01 +01:00
Pedro M. Baeza
2655123d5b [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.
2020-03-05 08:17:01 +01:00
Pedro M. Baeza
fe7b4c3a85 [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2020-03-05 08:17:01 +01:00
Pedro M. Baeza
07e12b3f3e [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.
2020-03-05 08:17:01 +01:00
Holger Brunn
b981ecd72f [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
2020-03-05 08:17:01 +01:00
Yannick Vaucher
462173a545 Add bug tracker link on README.rst 2020-03-05 08:17:01 +01:00
Holger Brunn
1ad7523065 [IMP] add screenshot, example in README 2020-03-05 08:17:01 +01:00
Holger Brunn
1eaf985999 [ADD] validation
[IMP] write formatted value to back to input
2020-03-05 08:17:01 +01:00
Holger Brunn
900d12e019 [UPD] readme 2020-03-05 08:17:01 +01:00
Holger Brunn
970cca94f3 [ADD] web_widget_x2many_2d_matrix 2020-03-05 08:17:01 +01:00