Commit Graph

37 Commits (01a503b50e13b2b79bea83991e35ab817a73bea9)

Author SHA1 Message Date
Pedro M. Baeza 01a503b50e [MIG] Rename manifest files 2020-11-13 10:57:42 +07:00
Pedro M. Baeza 6775914572 [MIG] Make modules uninstallable 2020-11-13 10:57:42 +07:00
Pedro M. Baeza a642f1ef0e [FIX] web_widget_x2many_2d_matrix: Init correctly the view 2020-11-13 10:57:42 +07:00
Pedro M. Baeza f4227b33d0 [IMP] web_widget_x2many_2d_matrix: Remove unneeded code 2020-11-13 10:57:42 +07:00
Pedro M. Baeza 37b8929872 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2020-11-13 10:57:42 +07:00
Pedro M. Baeza 1ba9a39c99 [IMP] web_widget_x2many_2d_matrix: Better options parsing 2020-11-13 10:57:42 +07:00
Pedro M. Baeza 3666cd635d [FIX] web_widget_x2many_2d_matrix: Use existing value in load_views 2020-11-13 10:57:42 +07:00
Pedro M. Baeza c850393872 [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-11-13 10:57:42 +07:00
Jairo Llopis d1128c145d [IMP] web_widget_x2many_2d_matrix: Use new JS modularized API. 2020-11-13 10:57:42 +07:00
Pedro M. Baeza ceab0655dd [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2020-11-13 10:57:42 +07:00
Pedro M. Baeza e35a2731ff [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-11-13 10:57:42 +07:00
Holger Brunn 4397e84221 [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-11-13 10:57:42 +07:00
Pedro M. Baeza 9b36ae7ca9 [MIG] Make modules uninstallable 2020-11-13 10:57:37 +07:00
Stéphane Bidoul 557067e879 [UPD] prefix versions with 8.0 2020-11-13 10:23:49 +07:00
Markus Schneider db42d42667 remove comma 2020-11-13 10:23:49 +07:00
Markus Schneider 2f6d3e4cdb add OCA to author 2020-11-13 10:23:49 +07:00
Yannick Vaucher 4f8517de4c Add bug tracker link on README.rst 2020-11-13 10:23:49 +07:00
Holger Brunn c83bc0b87a [FIX] also reinitialize totals 2020-11-13 10:23:49 +07:00
Holger Brunn 52df7dc0f0 [FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
2020-11-13 10:23:49 +07:00
Holger Brunn 11d868fb78 [IMP] better modularity 2020-11-13 10:23:49 +07:00
Holger Brunn 83e15b08f2 [IMP] icon 2020-11-13 10:23:49 +07:00
Holger Brunn 0ac1f53fd3 [IMP] add screenshot, example in README 2020-11-13 10:23:49 +07:00
Holger Brunn 240c664886 [IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
2020-11-13 10:23:49 +07:00
Holger Brunn a489f5e13c [IMP] we don't need data-x and data-y on the input 2020-11-13 10:23:49 +07:00
Holger Brunn 55afc94891 [ADD] validation
[IMP] write formatted value to back to input
2020-11-13 10:23:49 +07:00
Holger Brunn 01760609d5 [FIX] setup focus 2020-11-13 10:23:49 +07:00
Holger Brunn 61b96c01fc [FIX] replace therp icon 2020-11-13 10:23:49 +07:00
Holger Brunn 0877b1c6fc [IMP] pass computed totals to inheriting function 2020-11-13 10:23:49 +07:00
Holger Brunn d75f14d9b2 [FIX] update readonly value after editing 2020-11-13 10:23:49 +07:00
Holger Brunn 7ef4306767 [IMP] support changing readonly state 2020-11-13 10:23:49 +07:00
Holger Brunn 0ec2419cb6 [IMP] collapse whitespace in rows 2020-11-13 10:23:49 +07:00
Holger Brunn 3802614267 [IMP] handle readonly flag
[ADD] show grand total
[IMP] classify floats as floats
2020-11-13 10:23:49 +07:00
Holger Brunn fff24c6f66 [ADD] allow to open linked record
of one of the axes is a many2one field
2020-11-13 10:23:49 +07:00
Holger Brunn cfa62929b7 [FIX] use odoo's parse_value 2020-11-13 10:23:49 +07:00
Holger Brunn 082e00d396 [IMP] show column totals in table footer 2020-11-13 10:23:49 +07:00
Holger Brunn 9370dc42fa [UPD] readme 2020-11-13 10:23:49 +07:00
Holger Brunn 9e136505e0 [ADD] web_widget_x2many_2d_matrix 2020-11-13 10:23:49 +07:00