Commit Graph

622 Commits (9a872956b6ef1cc03f28a0a14c7a9e1c5ec2cedc)

Author SHA1 Message Date
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
Weblate 16f74ae233 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-18.0/web-18.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_disable_export_group/
2025-02-24 19:52:39 +00:00
OCA-git-bot 92217e8b12 [BOT] post-merge updates 2025-02-24 17:28:09 +00:00
oca-ci 7d9831edc3 [UPD] Update web_disable_export_group.pot 2025-02-24 17:24:42 +00:00
OCA-git-bot 56b95a1e0d Merge PR #3102 into 18.0
Signed-off-by pedrobaeza
2025-02-24 17:22:23 +00:00
Carlos Lopez f6d2707e2f [MIG] web_disable_export_group: Migration to version 18.0 2025-02-21 13:51:20 -05:00
Carlos Lopez a5325e7587 [IMP] web_disable_export_group: pre-commit auto fixes 2025-02-21 13:51:20 -05:00
mymage c73cee0d27 Added translation using Weblate (Italian) 2025-02-21 13:51:20 -05:00
Weblate 17270370ad Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-16.0/web-16.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_disable_export_group/
2025-02-21 13:51:20 -05:00
David 5f0dcba718 [MIG] web_disable_export_group: Migration to 16.0
TT45881
2025-02-21 13:51:20 -05:00
Ivorra78 8f21177cec Translated using Weblate (Spanish)
Currently translated at 100.0% (4 of 4 strings)

Translation: web-15.0/web-15.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_disable_export_group/es/
2025-02-21 13:51:20 -05:00
David bb8608c90e [MIG] web_disable_export_group: Migration to 15.0
TT43531
2025-02-21 13:51:20 -05:00
Enric Tobella a39eb6e6f0 [OU] web_disable_export_group: Fix when migration happened on 13.0 2025-02-21 13:51:20 -05:00
Pedro M. Baeza e2f3abebf0 [OU-FIX] web_disable_export_group: Proper migration scripts
The previous adaptation was not correct due to:

- The old XML-ID is already missing on post stage.
- There's now only one group, so no need of all the imply + group
  assignation stuff like in previous version.
2025-02-21 13:51:20 -05:00
Enric Tobella 5fbecee462 [IMP] web_disable_export_group: Differenciate between the XLSX export and the standard export 2025-02-21 13:51:20 -05:00
Alexandre D. Díaz 43f366352a [IMP] web_disable_export_group: Disable 'export all' button 2025-02-21 13:51:20 -05:00
Kévin Roche 94d5d0cf37 [MIG] web_disable_export_group: Migration to 14.0 2025-02-21 13:51:20 -05:00
João Marques 0e59bad2bd [MIG] web_disable_export_group: Migration to 13.0
TT26186
2025-02-21 13:51:20 -05:00