Commit Graph

22 Commits (ef1a00cb15c6eb8bc0fd728bbf01ace20149e2db)

Author SHA1 Message Date
Alexey Pelykh 343d0560d5 [FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells 2018-12-10 23:56:23 +02:00
OCA-git-bot beb7abc68a [UPD] README.rst 2018-12-02 02:59:09 +00:00
Alexey Pelykh f7fc839bc0 [12.0][FIX] web_widget_x2many_2d_matrix: README 2018-11-20 10:46:18 +02:00
Alexey Pelykh 95b01b24eb [MIG] web_widget_x2many_2d_matrix: Migration to 12.0 2018-11-20 08:34:56 +00:00
Dennis Sluijk 58e22f173f [IMP] web_widget_x2many_2d_matrix: Total of all rows (#1043) 2018-11-20 08:34:56 +00:00
Jairo Llopis ef60996e88 [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.
2018-11-20 08:34:56 +00:00
Jairo Llopis f1278e4ba6 [FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation 2018-11-20 08:34:56 +00:00
Jairo Llopis c83ef4a9fa [FIX] web_widget_x2many_2d_matrix: Fix linters 2018-11-20 08:34:56 +00:00
Simone Orsi 054741ab11 [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2018-11-20 08:34:56 +00:00
Artem Kostyuk 48f1dc3a6f [11][MIG] web_widget_x2many_2d_matrix WIP 2018-11-20 08:34:56 +00:00
Cédric Pigeon a2ab207c1d [10.0] web_widget_x2many_2d_matrix: update README 2018-11-20 08:34:56 +00:00
Pedro M. Baeza 7d6f69125c [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2018-11-20 08:34:56 +00:00
Pedro M. Baeza f01209e696 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2018-11-20 08:34:56 +00:00
Pedro M. Baeza 9a2abbc479 [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.
2018-11-20 08:34:56 +00:00
Pedro M. Baeza ce503fc8a6 [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2018-11-20 08:34:56 +00:00
Pedro M. Baeza 7f196f715a [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.
2018-11-20 08:34:56 +00:00
Holger Brunn 323ed2bd30 [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
2018-11-20 08:34:56 +00:00
Yannick Vaucher 09d3661415 Add bug tracker link on README.rst 2018-11-20 08:34:56 +00:00
Holger Brunn 55a6f3531a [IMP] add screenshot, example in README 2018-11-20 08:34:56 +00:00
Holger Brunn 29b3401c45 [ADD] validation
[IMP] write formatted value to back to input
2018-11-20 08:34:56 +00:00
Holger Brunn 9bc430fea7 [UPD] readme 2018-11-20 08:34:56 +00:00
Holger Brunn d6664b3bc7 [ADD] web_widget_x2many_2d_matrix 2018-11-20 08:34:56 +00:00