Commit Graph

799 Commits (bd86e530aa910a356a7eb0d5cd69ae02bd5acd1e)

Author SHA1 Message Date
Simone Orsi 0955e3fc86 [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2025-03-06 09:36:34 +02:00
Artem Kostyuk 4168c4775d [11][MIG] web_widget_x2many_2d_matrix WIP 2025-03-06 09:36:34 +02:00
Richard deMeester 216eebd3e0 [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
2025-03-06 09:36:33 +02:00
Cédric Pigeon 440bf99c88 [10.0] web_widget_x2many_2d_matrix: update README 2025-03-06 09:36:33 +02:00
Pedro M. Baeza ad973477c6 [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2025-03-06 09:36:33 +02:00
jesusVMayor 0b772c9277 Migration of web_widget_x2many_2d_matrix to 10.0 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 8181063fff [MIG] Rename manifest files 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 13c04e7b6a [MIG] Make modules uninstallable 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 8cbb3866a5 [FIX] web_widget_x2many_2d_matrix: Init correctly the view 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 358d39015d [IMP] web_widget_x2many_2d_matrix: Remove unneeded code 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 13b19861e6 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2025-03-06 09:36:33 +02:00
Pedro M. Baeza fd7f23f810 [IMP] web_widget_x2many_2d_matrix: Better options parsing 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 97338c7965 [FIX] web_widget_x2many_2d_matrix: Use existing value in load_views 2025-03-06 09:36:33 +02:00
Pedro M. Baeza 11138d5f87 [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.
2025-03-06 09:36:33 +02:00
Jairo Llopis 970632bc73 [IMP] web_widget_x2many_2d_matrix: Use new JS modularized API. 2025-03-06 09:36:33 +02:00
Pedro M. Baeza bf66e5f144 [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2025-03-06 09:36:33 +02:00
Pedro M. Baeza ac5d36019e [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.
2025-03-06 09:36:33 +02:00
Holger Brunn 8c434ad7cf [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
2025-03-06 09:36:33 +02:00
Pedro M. Baeza 3e06c988b4 [MIG] Make modules uninstallable 2025-03-06 09:36:33 +02:00
Stéphane Bidoul 31938f2e33 [UPD] prefix versions with 8.0 2025-03-06 09:36:33 +02:00
Markus Schneider 357abd2bdc remove comma 2025-03-06 09:36:33 +02:00
Markus Schneider 22a2277b7f add OCA to author 2025-03-06 09:36:33 +02:00
Yannick Vaucher 15a2ede07b Add bug tracker link on README.rst 2025-03-06 09:36:33 +02:00
Holger Brunn 50051f3cb0 [FIX] also reinitialize totals 2025-03-06 09:36:33 +02:00
Holger Brunn 538bc24087 [FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
2025-03-06 09:36:33 +02:00
Holger Brunn 998cbab374 [IMP] better modularity 2025-03-06 09:36:33 +02:00
Holger Brunn f8fa89d192 [IMP] icon 2025-03-06 09:36:33 +02:00
Holger Brunn a773f3854f [IMP] add screenshot, example in README 2025-03-06 09:36:33 +02:00
Holger Brunn c63fc194da [IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
2025-03-06 09:36:33 +02:00
Holger Brunn 4bf864d35d [IMP] we don't need data-x and data-y on the input 2025-03-06 09:36:33 +02:00
Holger Brunn 98203385e5 [ADD] validation
[IMP] write formatted value to back to input
2025-03-06 09:36:33 +02:00
Holger Brunn e2855df5a3 [FIX] setup focus 2025-03-06 09:36:33 +02:00
Holger Brunn 6e71c0ba25 [FIX] replace therp icon 2025-03-06 09:36:33 +02:00
Holger Brunn 05f779e9f0 [IMP] pass computed totals to inheriting function 2025-03-06 09:36:33 +02:00
Holger Brunn 295955bdba [FIX] update readonly value after editing 2025-03-06 09:36:33 +02:00
Holger Brunn 4648be3429 [IMP] support changing readonly state 2025-03-06 09:36:33 +02:00
Holger Brunn d5b92a2c4b [IMP] collapse whitespace in rows 2025-03-06 09:36:33 +02:00
Holger Brunn a82b910e4c [IMP] handle readonly flag
[ADD] show grand total
[IMP] classify floats as floats
2025-03-06 09:36:33 +02:00
Holger Brunn d253a1971b [ADD] allow to open linked record
of one of the axes is a many2one field
2025-03-06 09:36:33 +02:00
Holger Brunn a28757f2c5 [FIX] use odoo's parse_value 2025-03-06 09:36:33 +02:00
Holger Brunn 874070c7c9 [IMP] show column totals in table footer 2025-03-06 09:36:33 +02:00
Holger Brunn ced65db0f0 [UPD] readme 2025-03-06 09:36:33 +02:00
Holger Brunn e8d68ba07f [ADD] web_widget_x2many_2d_matrix 2025-03-06 09:36:33 +02:00
OCA-git-bot a020a034b6 [BOT] post-merge updates 2025-03-03 13:24:13 +00:00
oca-ci 46f42ef271 [UPD] Update web_widget_bokeh_chart.pot 2025-03-03 13:20:40 +00:00
OCA-git-bot 5d07a7f1fd Merge PR #3076 into 18.0
Signed-off-by etobella
2025-03-03 13:18:07 +00:00
JasminSForgeFlow 40b5737eaf [MIG] web_widget_bokeh_chart: Migration to 18.0 2025-03-03 16:17:50 +05:30
pilarvargas-tecnativa 21ff50b995 [MIG] web_company_color: Migration to version 18.0
TT54364
2025-02-27 12:20:50 +01:00
Leonardo J. Caballero G 56b01b0d04 Translated using Weblate (Spanish)
Currently translated at 100.0% (17 of 17 strings)

Translation: web-17.0/web-17.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_company_color/es/
2025-02-27 12:20:50 +01:00
ThiagoMForgeFlow 1d61a7e38a [IMP] web_company_color: change menu systray colors
This functionality allows changing the color of the icons in the systray menu based on the Navbar Text Color.
2025-02-27 12:20:50 +01:00