Commit Graph

1699 Commits (cc2bcccd15138d74de744fcf10f915687b91f323)

Author SHA1 Message Date
Pedro M. Baeza e4afb595f4 [MIG] Rename manifest files 2022-02-18 09:33:22 +01:00
Pedro M. Baeza ddf2b8e33c [MIG] Make modules uninstallable 2022-02-18 09:33:22 +01:00
Pedro M. Baeza fb31c0a7b7 [FIX] web_widget_x2many_2d_matrix: Init correctly the view 2022-02-18 09:33:22 +01:00
Pedro M. Baeza f55c2f2602 [IMP] web_widget_x2many_2d_matrix: Remove unneeded code 2022-02-18 09:33:22 +01:00
Pedro M. Baeza 72c0607162 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2022-02-18 09:33:22 +01:00
Pedro M. Baeza 081cf931f1 [IMP] web_widget_x2many_2d_matrix: Better options parsing 2022-02-18 09:33:22 +01:00
Pedro M. Baeza 500035ee37 [FIX] web_widget_x2many_2d_matrix: Use existing value in load_views 2022-02-18 09:33:22 +01:00
Pedro M. Baeza ec59e753c5 [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.
2022-02-18 09:33:22 +01:00
Jairo Llopis 60a71e5e20 [IMP] web_widget_x2many_2d_matrix: Use new JS modularized API. 2022-02-18 09:33:22 +01:00
Pedro M. Baeza e3375644cf [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2022-02-18 09:33:22 +01:00
Pedro M. Baeza c8ee9c02ae [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.
2022-02-18 09:33:22 +01:00
Holger Brunn 6d9ec8eb55 [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
2022-02-18 09:33:22 +01:00
Pedro M. Baeza 75c10c5407 [MIG] Make modules uninstallable 2022-02-18 09:33:22 +01:00
Stéphane Bidoul a73771adbe [UPD] prefix versions with 8.0 2022-02-18 09:33:22 +01:00
Markus Schneider 465bdc7e7b remove comma 2022-02-18 09:33:22 +01:00
Markus Schneider 843a7be243 add OCA to author 2022-02-18 09:33:22 +01:00
Yannick Vaucher bf3371954b Add bug tracker link on README.rst 2022-02-18 09:33:22 +01:00
Holger Brunn 78ef5f067f [FIX] also reinitialize totals 2022-02-18 09:33:22 +01:00
Holger Brunn b2ac1b5407 [FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
2022-02-18 09:33:22 +01:00
Holger Brunn 9ce4562396 [IMP] better modularity 2022-02-18 09:33:22 +01:00
Holger Brunn 4f34a94473 [IMP] icon 2022-02-18 09:33:22 +01:00
Holger Brunn e14b376906 [IMP] add screenshot, example in README 2022-02-18 09:33:22 +01:00
Holger Brunn bea6f42160 [IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
2022-02-18 09:33:22 +01:00
Holger Brunn 59733e8777 [IMP] we don't need data-x and data-y on the input 2022-02-18 09:33:22 +01:00
Holger Brunn 5131dea7cf [ADD] validation
[IMP] write formatted value to back to input
2022-02-18 09:33:22 +01:00
Holger Brunn ddb18f4db9 [FIX] setup focus 2022-02-18 09:33:22 +01:00
Holger Brunn 16a289cd3a [FIX] replace therp icon 2022-02-18 09:33:22 +01:00
Holger Brunn 8c2df69691 [IMP] pass computed totals to inheriting function 2022-02-18 09:33:22 +01:00
Holger Brunn da1512e65c [FIX] update readonly value after editing 2022-02-18 09:33:22 +01:00
Holger Brunn 5f718facd0 [IMP] support changing readonly state 2022-02-18 09:33:22 +01:00
Holger Brunn 6bdb0cd2d8 [IMP] collapse whitespace in rows 2022-02-18 09:33:22 +01:00
Holger Brunn 08d687be94 [IMP] handle readonly flag
[ADD] show grand total
[IMP] classify floats as floats
2022-02-18 09:33:21 +01:00
Holger Brunn 9b7870d35b [ADD] allow to open linked record
of one of the axes is a many2one field
2022-02-18 09:33:21 +01:00
Holger Brunn 170c7d94b2 [FIX] use odoo's parse_value 2022-02-18 09:33:21 +01:00
Holger Brunn a6d5482409 [IMP] show column totals in table footer 2022-02-18 09:33:21 +01:00
Holger Brunn 55fe6c6069 [UPD] readme 2022-02-18 09:33:21 +01:00
Holger Brunn 79e09dd753 [ADD] web_widget_x2many_2d_matrix 2022-02-18 09:33:21 +01:00
OCA-git-bot f1af048c83 [ADD] setup.py 2022-02-04 07:59:09 +00:00
OCA-git-bot 3a39148695 [UPD] addons table in README.md 2022-02-04 07:59:07 +00:00
oca-ci 2afc7e07dc [UPD] Update web_widget_domain_editor_dialog.pot 2022-02-04 07:56:27 +00:00
OCA-git-bot e45f3c19df Merge PR #2129 into 15.0
Signed-off-by pedrobaeza
2022-02-04 07:53:46 +00:00
Jasmin Solanki 1967bb1f3d [MIG] web_drop_target: Migration to 15.0 2022-02-03 16:22:47 +05:30
Jasmin Solanki 2536db8db3 [IMP] web_drop_target: black, isort, prettier 2022-02-03 14:55:53 +05:30
OCA-git-bot aaab8fdcfa web_drop_target 14.0.1.0.1 2022-02-03 14:55:23 +05:30
OCA-git-bot bcf677b153 [UPD] README.rst 2022-02-03 14:55:23 +05:30
Enric Tobella 4b96d35973 [FIX] web_drop_target: Hide it when it is not the current action or has no chatter 2022-02-03 14:55:23 +05:30
Enric Tobella 3a68cd36b7 [FIX] web_drop_target: Fix check files and set the main element as parent 2022-02-03 14:55:23 +05:30
Alexandre D. Díaz 6cd4c2b6e0 [FIX] web_drop_target: Don't collide with odoo drag and drop implementation 2022-02-03 14:55:23 +05:30
Corneliuus 6c0c0cd245 Translated using Weblate (German)
Currently translated at 100.0% (2 of 2 strings)

Translation: web-14.0/web-14.0-web_drop_target
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_drop_target/de/
2022-02-03 14:55:23 +05:30
Corneliuus 115d87a217 Added translation using Weblate (German) 2022-02-03 14:55:23 +05:30