Commit Graph

458 Commits (a1a0e82e1c307aa684c3a66a653f24fa5230603c)

Author SHA1 Message Date
gslabit 0fcc8e1a4e 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/
2024-02-29 11:34:47 +05:30
tarteo 50a4ef1342 [FIX] web_widget_x2many_2d_matrix: Padding in aggregate row
[FIX] Padding in aggregate row
2024-02-29 11:34:47 +05:30
tarteo 955b46981f [FIX] web_widget_x2many_2d_matrix: Use widget for formatting aggregates 2024-02-29 11:34:47 +05:30
Alexey Pelykh 735ecafe9f [IMP] web_widget_x2many_2d_matrix: center header cell 2024-02-29 11:34:47 +05:30
Alexey Pelykh ae0cdcf21f [FIX] web_widget_x2many_2d_matrix: total cell calculation 2024-02-29 11:34:47 +05:30
Alexey Pelykh 3801703597 [FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells 2024-02-29 11:34:47 +05:30
Alexey Pelykh 077b620571 [12.0][FIX] web_widget_x2many_2d_matrix: README 2024-02-29 11:34:47 +05:30
Alexey Pelykh fd882bb55a [MIG] web_widget_x2many_2d_matrix: Migration to 12.0 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 2687423f81 [FIX] web_widget_x2many_2d_matrix: Closing parenthesis 2024-02-29 11:34:47 +05:30
Jordi Ballester Alomar c0b1e99b0d web_widget_x2many_matrix: fix issue with limit of records 2024-02-29 11:34:47 +05:30
oca-travis f5c6f55e50 [UPD] Update web_widget_x2many_2d_matrix.pot 2024-02-29 11:34:47 +05:30
Dennis Sluijk 7f0311a0c5 [IMP] web_widget_x2many_2d_matrix: Total of all rows (#1043) 2024-02-29 11:34:47 +05:30
Jairo Llopis 5ef302b333 [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.
2024-02-29 11:34:47 +05:30
Jairo Llopis f622805912 [FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation 2024-02-29 11:34:47 +05:30
Jairo Llopis 1308eb21b5 [FIX] web_widget_x2many_2d_matrix: Fix linters 2024-02-29 11:34:47 +05:30
Rodrigo Macedo 59aad7aa7b 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/
2024-02-29 11:34:47 +05:30
mreficent 0d09a0f92f [FIX] Make matrix editable depending of the status of the parent 2024-02-29 11:34:47 +05:30
Akim Juillerat 75bbdf37d0 [11.0] x2m matrix widget: Fix display of widget when called in onchange
Add nicer message when there are no values to display
2024-02-29 11:34:47 +05:30
Simone Orsi 4aaa4f9cb4 [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2024-02-29 11:34:47 +05:30
Artem Kostyuk 7833764d82 [11][MIG] web_widget_x2many_2d_matrix WIP 2024-02-29 11:34:47 +05:30
Richard deMeester 71c5a464f2 [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
2024-02-29 11:34:47 +05:30
Cédric Pigeon 19a7b2b9b2 [10.0] web_widget_x2many_2d_matrix: update README 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 6a066512f6 [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2024-02-29 11:34:47 +05:30
jesusVMayor 8a193b1d89 Migration of web_widget_x2many_2d_matrix to 10.0 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 086d6146fd [MIG] Rename manifest files 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 955539828e [MIG] Make modules uninstallable 2024-02-29 11:34:47 +05:30
Pedro M. Baeza bf1c32b2ce [FIX] web_widget_x2many_2d_matrix: Init correctly the view 2024-02-29 11:34:47 +05:30
Pedro M. Baeza daa25cb505 [IMP] web_widget_x2many_2d_matrix: Remove unneeded code 2024-02-29 11:34:47 +05:30
Pedro M. Baeza c6a368333e [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2024-02-29 11:34:47 +05:30
Pedro M. Baeza b5cb9a940b [IMP] web_widget_x2many_2d_matrix: Better options parsing 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 1e8f27f176 [FIX] web_widget_x2many_2d_matrix: Use existing value in load_views 2024-02-29 11:34:47 +05:30
Pedro M. Baeza bc89fd38f3 [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.
2024-02-29 11:34:47 +05:30
Jairo Llopis a75c51e706 [IMP] web_widget_x2many_2d_matrix: Use new JS modularized API. 2024-02-29 11:34:47 +05:30
Pedro M. Baeza 5e160c6ab0 [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2024-02-29 11:34:47 +05:30
Pedro M. Baeza ad00b3ebd7 [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.
2024-02-29 11:34:47 +05:30
Holger Brunn aef0fdbded [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
2024-02-29 11:34:47 +05:30
Pedro M. Baeza 7876610951 [MIG] Make modules uninstallable 2024-02-29 11:34:47 +05:30
Stéphane Bidoul c550aadd22 [UPD] prefix versions with 8.0 2024-02-29 11:34:47 +05:30
Markus Schneider 8be95b566b remove comma 2024-02-29 11:34:47 +05:30
Markus Schneider 3d4f3a8d2b add OCA to author 2024-02-29 11:34:47 +05:30
Yannick Vaucher cdd339244a Add bug tracker link on README.rst 2024-02-29 11:34:47 +05:30
Holger Brunn 8823c6fa8b [FIX] also reinitialize totals 2024-02-29 11:34:47 +05:30
Holger Brunn 9a5e53b7a9 [FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
2024-02-29 11:34:47 +05:30
Holger Brunn 5e57e3e37f [IMP] better modularity 2024-02-29 11:34:47 +05:30
Holger Brunn da7fd1119f [IMP] icon 2024-02-29 11:34:47 +05:30
Holger Brunn aeb6eaf42b [IMP] add screenshot, example in README 2024-02-29 11:34:47 +05:30
Holger Brunn 023132a4d4 [IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
2024-02-29 11:34:47 +05:30
Holger Brunn 4d3d7205de [IMP] we don't need data-x and data-y on the input 2024-02-29 11:34:47 +05:30
Holger Brunn 2ad9902132 [ADD] validation
[IMP] write formatted value to back to input
2024-02-29 11:34:47 +05:30
Holger Brunn cd4f971785 [FIX] setup focus 2024-02-29 11:34:47 +05:30