Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][MIG] web_widget_x2many_2d_matrix #2110

Merged
merged 90 commits into from
Feb 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
79e09dd
[ADD] web_widget_x2many_2d_matrix
hbrunn Mar 11, 2015
55fe6c6
[UPD] readme
hbrunn Mar 11, 2015
a6d5482
[IMP] show column totals in table footer
hbrunn Mar 12, 2015
170c7d9
[FIX] use odoo's parse_value
hbrunn Mar 12, 2015
9b7870d
[ADD] allow to open linked record
hbrunn Mar 12, 2015
08d687b
[IMP] handle readonly flag
hbrunn Mar 12, 2015
6bdb0cd
[IMP] collapse whitespace in rows
hbrunn Mar 13, 2015
5f718fa
[IMP] support changing readonly state
hbrunn Mar 13, 2015
da1512e
[FIX] update readonly value after editing
hbrunn Mar 13, 2015
8c2df69
[IMP] pass computed totals to inheriting function
hbrunn Mar 13, 2015
16a289c
[FIX] replace therp icon
hbrunn Mar 13, 2015
ddb18f4
[FIX] setup focus
hbrunn Mar 13, 2015
5131dea
[ADD] validation
hbrunn Mar 13, 2015
59733e8
[IMP] we don't need data-x and data-y on the input
hbrunn Mar 16, 2015
bea6f42
[IMP] use semantic css classes instead of element names
hbrunn Mar 16, 2015
e14b376
[IMP] add screenshot, example in README
hbrunn Mar 16, 2015
4f34a94
[IMP] icon
hbrunn Mar 16, 2015
9ce4562
[IMP] better modularity
hbrunn Mar 18, 2015
b2ac1b5
[FIX] support rerendering after virtual ids change
hbrunn Apr 16, 2015
78ef5f0
[FIX] also reinitialize totals
hbrunn Apr 16, 2015
bf33719
Add bug tracker link on README.rst
yvaucher May 22, 2015
843a7be
add OCA to author
Jun 4, 2015
465bdc7
remove comma
Jun 4, 2015
a73771a
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
75c10c5
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
6d9ec8e
[IMP] web_widget_x2many_2d_matrix: Several improvements
hbrunn Jan 18, 2016
c8ee9c0
[IMP] web_widget_x2many_2d_matrix: New option field_att_<name>
pedrobaeza Sep 14, 2016
e337564
[MIG] web_widget_x2many_2d_matrix: Migration to 9.0
pedrobaeza Sep 16, 2016
60a71e5
[IMP] web_widget_x2many_2d_matrix: Use new JS modularized API.
yajo Sep 16, 2016
ec59e75
[IMP] web_widget_x2many_2d_matrix: Include x_axis_clickable and y_axi…
pedrobaeza Sep 21, 2016
500035e
[FIX] web_widget_x2many_2d_matrix: Use existing value in load_views
pedrobaeza Sep 21, 2016
081cf93
[IMP] web_widget_x2many_2d_matrix: Better options parsing
pedrobaeza Sep 22, 2016
72c0607
[IMP+ web_widget_x2many_2d_matrix: Add roadmap
pedrobaeza Sep 22, 2016
f55c2f2
[IMP] web_widget_x2many_2d_matrix: Remove unneeded code
pedrobaeza Sep 22, 2016
fb31c0a
[FIX] web_widget_x2many_2d_matrix: Init correctly the view
pedrobaeza Sep 22, 2016
ddf2b8e
[MIG] Make modules uninstallable
pedrobaeza Oct 6, 2016
e4afb59
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
ace6e2e
Migration of web_widget_x2many_2d_matrix to 10.0
jesusVMayor Apr 24, 2017
2dee94c
[IMP] web_widget_x2many_2d_matrix: Update example
pedrobaeza Apr 28, 2017
de9e68d
[10.0] web_widget_x2many_2d_matrix: update README
Jun 21, 2017
fdd7d6a
[FIX] web_widget_x2many_2d_matrix: fixes (#712)
Aug 30, 2017
70db2e4
[11][MIG] web_widget_x2many_2d_matrix WIP
Feb 15, 2018
d0afa41
[MIG+REF][11] web_widget_x2many_2d_matrix
simahawk Feb 19, 2018
bb1652d
[11.0] x2m matrix widget: Fix display of widget when called in onchange
grindtildeath Apr 17, 2018
eab2efc
[FIX] Make matrix editable depending of the status of the parent
MiquelRForgeFlow May 2, 2018
79cc563
Translated using Weblate (Portuguese (Brazil))
Aug 3, 2018
71f2d86
[FIX] web_widget_x2many_2d_matrix: Fix linters
yajo Aug 21, 2018
b18ec39
[FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation
yajo Aug 21, 2018
4262539
[FIX] web_widget_x2many_2d_matrix: Allow empty cells
yajo Aug 24, 2018
d5368b4
[IMP] web_widget_x2many_2d_matrix: Total of all rows (#1043)
tarteo Sep 20, 2018
f659089
[UPD] Update web_widget_x2many_2d_matrix.pot
oca-travis Sep 20, 2018
e7b5c57
web_widget_x2many_matrix: fix issue with limit of records
JordiBForgeFlow Aug 7, 2018
66dfcbb
[FIX] web_widget_x2many_2d_matrix: Closing parenthesis
pedrobaeza Nov 9, 2018
ac07ca1
[MIG] web_widget_x2many_2d_matrix: Migration to 12.0
alexey-pelykh Nov 9, 2018
9b7d02e
[12.0][FIX] web_widget_x2many_2d_matrix: README
alexey-pelykh Nov 20, 2018
31861c7
[FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregate…
alexey-pelykh Dec 6, 2018
71654f1
[FIX] web_widget_x2many_2d_matrix: total cell calculation
alexey-pelykh Feb 5, 2019
c42b87b
[IMP] web_widget_x2many_2d_matrix: center header cell
alexey-pelykh Feb 15, 2019
acc4625
[FIX] web_widget_x2many_2d_matrix: Use widget for formatting aggregates
tarteo Apr 24, 2019
f76aecc
[FIX] web_widget_x2many_2d_matrix: Padding in aggregate row
tarteo Apr 25, 2019
3a5850f
Translated using Weblate (Italian)
GSLabIt May 3, 2019
94a05ab
Translated using Weblate (French)
Aug 6, 2019
9e0082c
Added translation using Weblate (Chinese (Simplified))
liweijie0812 Sep 1, 2019
76a010f
Translated using Weblate (Chinese (Simplified))
liweijie0812 Sep 1, 2019
5eaf4e0
Translated using Weblate (Portuguese (Brazil))
Sep 2, 2019
7d69250
[ADD] detect if used field type can be aggregated
hbrunn Sep 15, 2019
9aef7f1
[FIX] web_widget_x2many_2d_matrix: Forced render mode to list on smal…
Tardo Oct 11, 2019
8f1db7f
Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list…
pedrobaeza Oct 14, 2019
337a2b7
[FIX] web_widget_x2many_2d_matrix: Force render in list mode on mobile
Tardo Oct 14, 2019
6ff3342
Translated using Weblate (Croatian)
badbole Nov 14, 2019
be2c2aa
[FIX] web_widget_x2many_2d_matrix: Wrong widget
fuentes73 Nov 22, 2019
79247c5
[IMP] web_widget_x2many_matrix: Sticky header, footer rows and main, …
Tardo Dec 11, 2019
355e491
[FIX] web_widget_x2many_2d_matrix: Ensure lines order
fuentes73 Jan 28, 2020
80f63ca
[IMP] web_widget_x2many_2d_matrix: black, isort
AdriaGForgeFlow Feb 14, 2020
0b44b48
[13.0][MIG] web_widget_x2many_2d_matrix
AdriaGForgeFlow Feb 14, 2020
928f743
Update translation files
oca-transbot Mar 9, 2020
12cc1e4
[IMP] web_widget_x2many_2d_matrix: Debug mode
Tardo Apr 15, 2020
a462109
Translated using Weblate (German)
didierdonze Jul 22, 2020
83c3b86
[UPD] Brainbean Apps => CorporateHub
alexey-pelykh Nov 8, 2020
c04bbcb
[IMP] web_widget_x2many_2d_matrix: black, isort, prettier
Saran440 Nov 13, 2020
1571fd7
[14.0][MIG] web_widget_x2many_2d_matrix
Saran440 Nov 13, 2020
c4f6f5b
[UPD] Update web_widget_x2many_2d_matrix.pot
oca-travis Feb 22, 2021
fa2c005
[UPD] README.rst
OCA-git-bot Feb 22, 2021
f3bd189
Added translation using Weblate (Dutch)
bosd Apr 22, 2021
ac98462
Translated using Weblate (Dutch)
bosd Apr 22, 2021
424e050
Translated using Weblate (Dutch)
bosd Apr 22, 2021
2ee1c27
[FIX] web_widget_x2many_2d_matrix: remove console.log
legalsylvain Sep 9, 2021
3069215
web_widget_x2many_2d_matrix 14.0.1.0.1
OCA-git-bot Sep 9, 2021
9445264
[IMP] web_widget_x2many_2d_matrix: black, isort, prettier
ChrisOForgeFlow Dec 13, 2021
918f014
[15.0][MIG] web_widget_x2many_2d_matrix
ChrisOForgeFlow Dec 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[FIX] also reinitialize totals
  • Loading branch information
hbrunn authored and LoisRForgeFlow committed Feb 18, 2022
commit 78ef5f067fbaebab16753b0280b544f9d891e0b8
Original file line number Diff line number Diff line change
@@ -146,6 +146,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance)
if(self.is_started && !self.no_rerender)
{
self.renderElement();
self.compute_totals();
self.setup_many2one_axes();
self.$el.find('.edit').on(
'change', self.proxy(self.xy_value_change));
self.effective_readonly_change();