\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-web-8-0/language/it/"
")\n"
@@ -32,12 +32,12 @@ msgstr "Campo carattere come valore, asse X cliccabile"
#. module: web_widget_x2many_2d_matrix
#: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form
msgid "Float field as value"
-msgstr "Campo a virgola mobile come valore"
+msgstr "Campo decimale come valore"
#. module: web_widget_x2many_2d_matrix
#: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form
msgid "Float field as value with float_time widget"
-msgstr "Valore in virgola mobile con widget float_time"
+msgstr "Campo decimale come valore con widget float_time"
#. module: web_widget_x2many_2d_matrix
#: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form
diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html
index 320db482a325..b95eff8e1479 100644
--- a/web_widget_x2many_2d_matrix/static/description/index.html
+++ b/web_widget_x2many_2d_matrix/static/description/index.html
@@ -372,7 +372,7 @@ 2D matrix for x2many fields
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:e422b074c4b533bda09b6422c878ae711365bf51d0a784706df06696acc6a3d3
+!! source digest: sha256:5fc3c9f476ae769fdba13355a4c684becc3a2fec4ed42895f4cee2cb13b03965
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module allows to show an x2many field with 3-tuples ($x_value,
diff --git a/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.scss b/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.scss
index 1fe9e977c20f..253b1ef0f650 100644
--- a/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.scss
+++ b/web_widget_x2many_2d_matrix/static/src/components/x2many_2d_matrix_field/x2many_2d_matrix_field.scss
@@ -16,6 +16,7 @@ $x2many_2d_matrix_max_height: 450px;
position: sticky;
top: 0;
z-index: 1;
+ background-color: $o-gray-100;
&.total {
right: 0;
@@ -40,7 +41,9 @@ $x2many_2d_matrix_max_height: 450px;
border-right-width: 1px;
border-right-color: $gray-300;
border-right-style: solid;
+ background-color: $o-view-background-color;
}
+
&.row-total {
padding: 0.5rem 0.75rem;
font-weight: bold;
@@ -49,6 +52,7 @@ $x2many_2d_matrix_max_height: 450px;
border-left-width: 1px;
border-left-color: $gray-300;
border-left-style: solid;
+ background-color: $o-view-background-color;
}
}
}
@@ -58,6 +62,7 @@ $x2many_2d_matrix_max_height: 450px;
text-align: right;
position: sticky;
bottom: 0;
+ background-color: $o-gray-100;
&.col-total {
padding: 0.75rem;