Commit Graph

1579 Commits (629fc4fb11c7b76b2eea5914883fa5ff5907959c)

Author SHA1 Message Date
Jairo Llopis 05509c568c [FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation 2020-11-13 10:57:54 +07:00
Jairo Llopis 9ce5fee34b [FIX] web_widget_x2many_2d_matrix: Fix linters 2020-11-13 10:57:54 +07:00
Rodrigo Macedo 92130d8e8e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100,0% (1 of 1 strings)

Translation: web-11.0/web-11.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_widget_x2many_2d_matrix/pt_BR/
2020-11-13 10:57:54 +07:00
mreficent 5a7d7be81b [FIX] Make matrix editable depending of the status of the parent 2020-11-13 10:57:50 +07:00
Akim Juillerat f4cceb85b1 [11.0] x2m matrix widget: Fix display of widget when called in onchange
Add nicer message when there are no values to display
2020-11-13 10:57:50 +07:00
Simone Orsi 3a1ae72bec [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-11-13 10:57:50 +07:00
Artem Kostyuk 37f4c9b2af [11][MIG] web_widget_x2many_2d_matrix WIP 2020-11-13 10:57:50 +07:00
Richard deMeester 3ea8cada70 [FIX] web_widget_x2many_2d_matrix: fixes (#712)
* Patches to make module operational.
* Minor fix to Readonly Switch
* Fix to render to set change attribute.
* Totals recompute.

Fixes #697
2020-11-13 10:57:42 +07:00
Cédric Pigeon 014573f256 [10.0] web_widget_x2many_2d_matrix: update README 2020-11-13 10:57:42 +07:00
Pedro M. Baeza d7bc206af0 [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2020-11-13 10:57:42 +07:00
jesusVMayor f61de5bf90 Migration of web_widget_x2many_2d_matrix to 10.0 2020-11-13 10:57:42 +07:00
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
Kevin Khao 21b8349413 [14.0][MIG] web_notify: Migration to version 14.0 2020-11-08 22:57:29 +01:00
Kevin Khao eb433f0d06 [IMP] web_notify: black, isort, prettier 2020-11-05 11:42:59 +01:00