Commit Graph

9 Commits

Author SHA1 Message Date
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