-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] web_widget_x2many_2d_matrix: Migration to 18.0 #3003
base: 18.0
Are you sure you want to change the base?
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 769a1f3 - Browse repository at this point
Copy the full SHA 769a1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997b4b3 - Browse repository at this point
Copy the full SHA 997b4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d9b8f - Browse repository at this point
Copy the full SHA f4d9b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8df49 - Browse repository at this point
Copy the full SHA fb8df49View commit details -
[ADD] allow to open linked record
of one of the axes is a many2one field
Configuration menu - View commit details
-
Copy full SHA for 46e8902 - Browse repository at this point
Copy the full SHA 46e8902View commit details -
[ADD] show grand total [IMP] classify floats as floats
Configuration menu - View commit details
-
Copy full SHA for 93eb28d - Browse repository at this point
Copy the full SHA 93eb28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd6770 - Browse repository at this point
Copy the full SHA cdd6770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9049d33 - Browse repository at this point
Copy the full SHA 9049d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 805c146 - Browse repository at this point
Copy the full SHA 805c146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20eedef - Browse repository at this point
Copy the full SHA 20eedefView commit details -
Configuration menu - View commit details
-
Copy full SHA for abdcbfd - Browse repository at this point
Copy the full SHA abdcbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a371c3 - Browse repository at this point
Copy the full SHA 7a371c3View commit details -
[IMP] write formatted value to back to input
Configuration menu - View commit details
-
Copy full SHA for 9f3180b - Browse repository at this point
Copy the full SHA 9f3180bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b1beb - Browse repository at this point
Copy the full SHA e9b1bebView commit details -
[IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
Configuration menu - View commit details
-
Copy full SHA for daaf7d7 - Browse repository at this point
Copy the full SHA daaf7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96be21f - Browse repository at this point
Copy the full SHA 96be21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e675c - Browse repository at this point
Copy the full SHA b0e675cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd7e85 - Browse repository at this point
Copy the full SHA dfd7e85View commit details -
[FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
Configuration menu - View commit details
-
Copy full SHA for 3ae13a8 - Browse repository at this point
Copy the full SHA 3ae13a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4154a5b - Browse repository at this point
Copy the full SHA 4154a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca1439 - Browse repository at this point
Copy the full SHA 7ca1439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec3a03 - Browse repository at this point
Copy the full SHA 3ec3a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef31d28 - Browse repository at this point
Copy the full SHA ef31d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e10286 - Browse repository at this point
Copy the full SHA 9e10286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3347175 - Browse repository at this point
Copy the full SHA 3347175View commit details -
[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 OCA#321, choked on cached writes
Configuration menu - View commit details
-
Copy full SHA for 5148980 - Browse repository at this point
Copy the full SHA 5148980View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 87ea59b - Browse repository at this point
Copy the full SHA 87ea59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff4c59 - Browse repository at this point
Copy the full SHA 7ff4c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110d36b - Browse repository at this point
Copy the full SHA 110d36bView commit details -
[IMP] web_widget_x2many_2d_matrix: Include x_axis_clickable and y_axi…
…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.
Configuration menu - View commit details
-
Copy full SHA for 237e4a4 - Browse repository at this point
Copy the full SHA 237e4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e54364 - Browse repository at this point
Copy the full SHA 7e54364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc6f1a - Browse repository at this point
Copy the full SHA 1fc6f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d62b5c6 - Browse repository at this point
Copy the full SHA d62b5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2668cc - Browse repository at this point
Copy the full SHA e2668ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e7e49 - Browse repository at this point
Copy the full SHA 50e7e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f678e8 - Browse repository at this point
Copy the full SHA 7f678e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f685c3 - Browse repository at this point
Copy the full SHA 9f685c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae1abc - Browse repository at this point
Copy the full SHA 5ae1abcView commit details -
[IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
Configuration menu - View commit details
-
Copy full SHA for e9c613a - Browse repository at this point
Copy the full SHA e9c613aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 831f322 - Browse repository at this point
Copy the full SHA 831f322View commit details -
[FIX] web_widget_x2many_2d_matrix: fixes (OCA#712)
* Patches to make module operational. * Minor fix to Readonly Switch * Fix to render to set change attribute. * Totals recompute. Fixes OCA#697
Configuration menu - View commit details
-
Copy full SHA for 3afb81c - Browse repository at this point
Copy the full SHA 3afb81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1f3b4 - Browse repository at this point
Copy the full SHA fa1f3b4View commit details -
[MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored to benefit from the new MVC paradigm introduced in v11.
Configuration menu - View commit details
-
Copy full SHA for 691f826 - Browse repository at this point
Copy the full SHA 691f826View commit details -
[11.0] x2m matrix widget: Fix display of widget when called in onchange
Add nicer message when there are no values to display
Configuration menu - View commit details
-
Copy full SHA for 39560bb - Browse repository at this point
Copy the full SHA 39560bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccd5ad - Browse repository at this point
Copy the full SHA 4ccd5adView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 2e75d1e - Browse repository at this point
Copy the full SHA 2e75d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe5ac1 - Browse repository at this point
Copy the full SHA cbe5ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c61891 - Browse repository at this point
Copy the full SHA 5c61891View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 75bcfed - Browse repository at this point
Copy the full SHA 75bcfedView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce69fd2 - Browse repository at this point
Copy the full SHA ce69fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af4b1e - Browse repository at this point
Copy the full SHA 5af4b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d060f2a - Browse repository at this point
Copy the full SHA d060f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6c3f0 - Browse repository at this point
Copy the full SHA 9f6c3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4d050 - Browse repository at this point
Copy the full SHA ef4d050View commit details -
Configuration menu - View commit details
-
Copy full SHA for be65a35 - Browse repository at this point
Copy the full SHA be65a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a18dcc - Browse repository at this point
Copy the full SHA 7a18dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83956a4 - Browse repository at this point
Copy the full SHA 83956a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f910b0 - Browse repository at this point
Copy the full SHA 6f910b0View commit details -
[FIX] web_widget_x2many_2d_matrix: Padding in aggregate row
[FIX] Padding in aggregate row
Configuration menu - View commit details
-
Copy full SHA for 66c82c2 - Browse repository at this point
Copy the full SHA 66c82c2View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/it/
Configuration menu - View commit details
-
Copy full SHA for ee75f08 - Browse repository at this point
Copy the full SHA ee75f08View commit details -
Translated using Weblate (French)
Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/fr/
Configuration menu - View commit details
-
Copy full SHA for 92eddb1 - Browse repository at this point
Copy the full SHA 92eddb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for acee1ae - Browse repository at this point
Copy the full SHA acee1aeView commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for ee17157 - Browse repository at this point
Copy the full SHA ee17157View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 9738591 - Browse repository at this point
Copy the full SHA 9738591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9831d - Browse repository at this point
Copy the full SHA 8b9831dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e14ee8 - Browse repository at this point
Copy the full SHA 8e14ee8View commit details -
Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list…
… on small screens" This reverts commit 10971ad.
Configuration menu - View commit details
-
Copy full SHA for 450eb16 - Browse repository at this point
Copy the full SHA 450eb16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 912622e - Browse repository at this point
Copy the full SHA 912622eView commit details -
Translated using Weblate (Croatian)
Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/hr/
Configuration menu - View commit details
-
Copy full SHA for 2772e7e - Browse repository at this point
Copy the full SHA 2772e7eView commit details -
[FIX] web_widget_x2many_2d_matrix: Wrong widget
In previous versions _setSubViewLimit was defined at AbstractView widget but in v12 is defined at FormView widget
Configuration menu - View commit details
-
Copy full SHA for ed8d3a6 - Browse repository at this point
Copy the full SHA ed8d3a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b0c00 - Browse repository at this point
Copy the full SHA 49b0c00View commit details -
[FIX] web_widget_x2many_2d_matrix: Ensure lines order
As objects are unordered collections of properties, we ensure incoming lines order by using lists
Configuration menu - View commit details
-
Copy full SHA for e5bdca6 - Browse repository at this point
Copy the full SHA e5bdca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f3c1d - Browse repository at this point
Copy the full SHA 21f3c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32dfd30 - Browse repository at this point
Copy the full SHA 32dfd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc21046 - Browse repository at this point
Copy the full SHA bc21046View commit details -
Translated using Weblate (German)
Currently translated at 100.0% (3 of 3 strings) Translation: web-13.0/web-13.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix/de/
Configuration menu - View commit details
-
Copy full SHA for eeb873b - Browse repository at this point
Copy the full SHA eeb873bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ccb229 - Browse repository at this point
Copy the full SHA 3ccb229View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7eb443 - Browse repository at this point
Copy the full SHA e7eb443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b5d2a - Browse repository at this point
Copy the full SHA 90b5d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394a2a4 - Browse repository at this point
Copy the full SHA 394a2a4View commit details -
Translated using Weblate (Dutch)
Currently translated at 33.3% (1 of 3 strings) Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl_NL/
Configuration menu - View commit details
-
Copy full SHA for 7c0f740 - Browse repository at this point
Copy the full SHA 7c0f740View commit details -
Translated using Weblate (Dutch)
Currently translated at 100.0% (3 of 3 strings) Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl/
Configuration menu - View commit details
-
Copy full SHA for 9a11b64 - Browse repository at this point
Copy the full SHA 9a11b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63c609 - Browse repository at this point
Copy the full SHA b63c609View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2baacb - Browse repository at this point
Copy the full SHA a2baacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c34e0 - Browse repository at this point
Copy the full SHA 51c34e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7ac19 - Browse repository at this point
Copy the full SHA 3c7ac19View commit details -
[FIX] web_widget_x2many_2d_matrix: make the possibility to have alter…
…native values for headers of rows and columns working
Configuration menu - View commit details
-
Copy full SHA for 3e745eb - Browse repository at this point
Copy the full SHA 3e745ebView commit details -
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, columns) [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, rows) [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, add value component) Aggregated values [MIG] web_widget_x2many_2d_matrix: Fix commitChanges of matrix. [FIX] Fix commitChanges [FIX] setDirty [FIX] Aggregated values [IMP] readonly working [FIX] Update matrix on changing props [FIX] Remove old files [IMP] Run precommit stuff [FIX] Remove deprecated readme sections [MIG] Migrate show_row_totals and show_column_totals attributes [MIG] sticky headers Fixup Fixup Fixup fixup remove console.log fixup
Configuration menu - View commit details
-
Copy full SHA for 96ca37c - Browse repository at this point
Copy the full SHA 96ca37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1309785 - Browse repository at this point
Copy the full SHA 1309785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7064865 - Browse repository at this point
Copy the full SHA 7064865View commit details -
Translated using Weblate (German)
Currently translated at 100.0% (1 of 1 strings) Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/de/
Configuration menu - View commit details
-
Copy full SHA for 375505e - Browse repository at this point
Copy the full SHA 375505eView commit details -
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
Configuration menu - View commit details
-
Copy full SHA for 2401bf3 - Browse repository at this point
Copy the full SHA 2401bf3View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings) Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/es/
Configuration menu - View commit details
-
Copy full SHA for e970d7b - Browse repository at this point
Copy the full SHA e970d7bView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings) Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/it/
Configuration menu - View commit details
-
Copy full SHA for 6892559 - Browse repository at this point
Copy the full SHA 6892559View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08d9bf - Browse repository at this point
Copy the full SHA f08d9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6104b0 - Browse repository at this point
Copy the full SHA f6104b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ded53 - Browse repository at this point
Copy the full SHA 45ded53View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d1f36 - Browse repository at this point
Copy the full SHA e9d1f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca01270 - Browse repository at this point
Copy the full SHA ca01270View commit details