@gisce/react-ooui 2.102.0 → 2.102.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react-ooui.es.js
CHANGED
|
@@ -5855,7 +5855,9 @@ const hr = ({
|
|
|
5855
5855
|
const m = await l({
|
|
5856
5856
|
model: e,
|
|
5857
5857
|
domain: n,
|
|
5858
|
-
aggregateFields: f
|
|
5858
|
+
aggregateFields: f,
|
|
5859
|
+
context: { active_test: !1 }
|
|
5860
|
+
// See: https://github.com/gisce/webclient/issues/2549
|
|
5859
5861
|
});
|
|
5860
5862
|
let g;
|
|
5861
5863
|
Object.entries(m).forEach((h) => {
|
|
@@ -12105,12 +12107,11 @@ const mc = it(Cy), { useToken: Ty } = tt, Sy = 3 * 1e3, Fy = (t) => {
|
|
|
12105
12107
|
datetime: "DD/MM/YYYY HH:mm"
|
|
12106
12108
|
};
|
|
12107
12109
|
w = r ? dt(r).format(A[n.fieldType]) : " ";
|
|
12108
|
-
}
|
|
12109
|
-
|
|
12110
|
-
|
|
12111
|
-
|
|
12112
|
-
|
|
12113
|
-
if (r && (n.fieldType === "float" || n.fieldType === "integer"))
|
|
12110
|
+
}
|
|
12111
|
+
if (n.fieldType === "many2one" && r && ((T = n.raw_props) != null && T.relation) && (w = /* @__PURE__ */ L(lt, { children: [
|
|
12112
|
+
w,
|
|
12113
|
+
b && /* @__PURE__ */ s(mr, { id: r[0], model: n.raw_props.relation })
|
|
12114
|
+
] })), r && (n.fieldType === "float" || n.fieldType === "integer"))
|
|
12114
12115
|
try {
|
|
12115
12116
|
w = new Intl.NumberFormat(
|
|
12116
12117
|
o.replaceAll("_", "-"),
|