jesusVMayor
ace6e2e833
Migration of web_widget_x2many_2d_matrix to 10.0
2022-02-18 09:33:22 +01:00
Pedro M. Baeza
e4afb595f4
[MIG] Rename manifest files
2022-02-18 09:33:22 +01:00
Pedro M. Baeza
ddf2b8e33c
[MIG] Make modules uninstallable
2022-02-18 09:33:22 +01:00
Pedro M. Baeza
fb31c0a7b7
[FIX] web_widget_x2many_2d_matrix: Init correctly the view
2022-02-18 09:33:22 +01:00
Pedro M. Baeza
f55c2f2602
[IMP] web_widget_x2many_2d_matrix: Remove unneeded code
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
081cf931f1
[IMP] web_widget_x2many_2d_matrix: Better options parsing
2022-02-18 09:33:22 +01:00
Pedro M. Baeza
500035ee37
[FIX] web_widget_x2many_2d_matrix: Use existing value in load_views
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
Jairo Llopis
60a71e5e20
[IMP] web_widget_x2many_2d_matrix: Use new JS modularized API.
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
Pedro M. Baeza
75c10c5407
[MIG] Make modules uninstallable
2022-02-18 09:33:22 +01:00
Stéphane Bidoul
a73771adbe
[UPD] prefix versions with 8.0
2022-02-18 09:33:22 +01:00
Markus Schneider
465bdc7e7b
remove comma
2022-02-18 09:33:22 +01:00
Markus Schneider
843a7be243
add OCA to author
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
78ef5f067f
[FIX] also reinitialize totals
2022-02-18 09:33:22 +01:00
Holger Brunn
b2ac1b5407
[FIX] support rerendering after virtual ids change
...
this is necessary for correct operation after creating new records
2022-02-18 09:33:22 +01:00
Holger Brunn
9ce4562396
[IMP] better modularity
2022-02-18 09:33:22 +01:00
Holger Brunn
4f34a94473
[IMP] icon
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
bea6f42160
[IMP] use semantic css classes instead of element names
...
[RFR] and being on it, make reacting to changes in overrides simple
2022-02-18 09:33:22 +01:00
Holger Brunn
59733e8777
[IMP] we don't need data-x and data-y on the input
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
ddb18f4db9
[FIX] setup focus
2022-02-18 09:33:22 +01:00
Holger Brunn
16a289cd3a
[FIX] replace therp icon
2022-02-18 09:33:22 +01:00
Holger Brunn
8c2df69691
[IMP] pass computed totals to inheriting function
2022-02-18 09:33:22 +01:00
Holger Brunn
da1512e65c
[FIX] update readonly value after editing
2022-02-18 09:33:22 +01:00
Holger Brunn
5f718facd0
[IMP] support changing readonly state
2022-02-18 09:33:22 +01:00
Holger Brunn
6bdb0cd2d8
[IMP] collapse whitespace in rows
2022-02-18 09:33:22 +01:00
Holger Brunn
08d687be94
[IMP] handle readonly flag
...
[ADD] show grand total
[IMP] classify floats as floats
2022-02-18 09:33:21 +01:00
Holger Brunn
9b7870d35b
[ADD] allow to open linked record
...
of one of the axes is a many2one field
2022-02-18 09:33:21 +01:00
Holger Brunn
170c7d94b2
[FIX] use odoo's parse_value
2022-02-18 09:33:21 +01:00
Holger Brunn
a6d5482409
[IMP] show column totals in table footer
2022-02-18 09:33:21 +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