Skip to content

[fork-CI] [19.0][MIG] web_widget_x2many_2d_matrix: from-scratch pipeline MIG (comparison vs #3)#4

Draft
dnplkndll wants to merge 127 commits into
19.0from
19.0-mig-web_widget_x2many_2d_matrix-fresh
Draft

[fork-CI] [19.0][MIG] web_widget_x2many_2d_matrix: from-scratch pipeline MIG (comparison vs #3)#4
dnplkndll wants to merge 127 commits into
19.0from
19.0-mig-web_widget_x2many_2d_matrix-fresh

Conversation

@dnplkndll

Copy link
Copy Markdown

Control experiment: clean /odoo-mig replay of TODAY's 18.0 history (125 human commits; 37 bot commits filtered) + independent 19.0 adaptation sweep. Carries OCA#3404/OCA#3413/OCA#3432 natively (fresh baseline). Adaptations: m2o object access (6 sites incl. _getPointOfRecord) + demo users→user_ids. Compare against #3 (rebuild of OCA#3438 + forward-ports).

hbrunn and others added 30 commits June 12, 2026 15:12
of one of the axes is a many2one field
[ADD] show grand total
[IMP] classify floats as floats
[IMP] write formatted value to back to input
[RFR] and being on it, make reacting to changes in overrides simple
this is necessary for correct operation after creating new records
* 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 OCA#321, choked on cached writes
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.
…s_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.
Ethan Hildick and others added 29 commits June 12, 2026 15:13
… EE dark mode.

The background color was needed in previous versions, however now the color is inherited by parent elements. Also removing shadow from totals.
Chris is no longer active, Jasmin was already maintainer in v17 and David
has been proposing fixes and taking care already that everything is properly
working and mainteined across versions.
<=v15 used to pass the list view field node to the rendering widget,
enabling full configurability of the value field
…ckable)

it was possible to make the axis fields links to the record if they were
many2one fields
Currently translated at 100.0% (7 of 7 strings)

Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/it/
use components to render axes and aggregates, allowing custom widgets
there
Currently translated at 100.0% (8 of 8 strings)

Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/it/
Currently translated at 100.0% (8 of 8 strings)

Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/it/
Totals were not consistently refreshing immediately on cell edits.

- Replace 'onWillUpdateProps' for 'onWillRender'.
  This ensures totals update immediately when a cell value changes.
- Expand the JS test with a case verifying totals after
  multiple consecutive edits.
- Refine JS test filtering in Python HttpCase to target only this module.
Currently translated at 100.0% (8 of 8 strings)

Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/es/
Currently translated at 100.0% (8 of 8 strings)

Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/sl/
Signed-off-by: Don Kendall <dkendall@ledoweb.com>
- renderer: many2one values are objects in 19.0 (was id/display_name
  tuples) — read .id/.display_name in column/row construction and
  _getPointOfRecord.
- demo: res.groups view fields renamed users -> user_ids.

Signed-off-by: Don Kendall <dkendall@ledoweb.com>
@dnplkndll dnplkndll force-pushed the 19.0-mig-web_widget_x2many_2d_matrix-fresh branch from 719af62 to ad9b364 Compare June 12, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.