3
0
Fork 0
Commit Graph

755 Commits (3e7301bb223fd89af2ccf7a1c0d916e22d5938b0)

Author SHA1 Message Date
Adrià Gil Sorribes 7dafedc684 [13.0][MIG] web_widget_x2many_2d_matrix 2024-02-29 11:34:47 +05:30
Adrià Gil Sorribes 42545a3225 [IMP] web_widget_x2many_2d_matrix: black, isort 2024-02-29 11:34:47 +05:30
Pablo Fuentes 8f203482fa [FIX] web_widget_x2many_2d_matrix: Ensure lines order
As objects are unordered collections of properties, we ensure incoming lines order by using lists
2024-02-29 11:34:47 +05:30
Alexandre Díaz 61c0c93c2c [IMP] web_widget_x2many_matrix: Sticky header, footer rows and main, totals columns 2024-02-29 11:34:47 +05:30
Pablo Fuentes ee7745eacc [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
2024-02-29 11:34:47 +05:30
Bole 27d8ed7795 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/
2024-02-29 11:34:47 +05:30
Alexandre Díaz 0188fd9d76 [FIX] web_widget_x2many_2d_matrix: Force render in list mode on mobile 2024-02-29 11:34:47 +05:30
Pedro M. Baeza ca1cffb64b Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens"
This reverts commit 10971ad68e.
2024-02-29 11:34:47 +05:30
Alexandre Díaz 49e39b3767 [FIX] web_widget_x2many_2d_matrix: Forced render mode to list on small screens 2024-02-29 11:34:47 +05:30
Holger Brunn 38c180c58c [ADD] detect if used field type can be aggregated
fixes #1365
2024-02-29 11:34:47 +05:30
Rodrigo Macedo 0ac7da1474 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/
2024-02-29 11:34:47 +05:30
黎伟杰 5a2c03c477 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/
2024-02-29 11:34:47 +05:30
黎伟杰 1195aa9e09 Added translation using Weblate (Chinese (Simplified)) 2024-02-29 11:34:47 +05:30
Nicolas JEUDY d43123b0d4 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/
2024-02-29 11:34:47 +05:30
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