mirror of https://github.com/OCA/web.git
commit
d0742b7391
|
@ -10,6 +10,12 @@
|
||||||
* Pedro M. Baeza
|
* Pedro M. Baeza
|
||||||
* Alexandre Díaz
|
* Alexandre Díaz
|
||||||
* César A. Sánchez
|
* César A. Sánchez
|
||||||
|
|
||||||
* `Onestein <https://www.onestein.nl>`_:
|
* `Onestein <https://www.onestein.nl>`_:
|
||||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
|
||||||
* Anjeel Haria
|
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||||
|
* Anjeel Haria
|
||||||
|
|
||||||
|
* `XCG Consulting <https://xcg-consulting.fr>`_:
|
||||||
|
|
||||||
|
* Houzéfa Abbasbhay
|
||||||
|
|
|
@ -399,7 +399,7 @@ odoo.define("web_timeline.TimelineRenderer", function (require) {
|
||||||
await this._rpc({
|
await this._rpc({
|
||||||
model: this.modelName,
|
model: this.modelName,
|
||||||
method: "fields_get",
|
method: "fields_get",
|
||||||
args: [grouped_field],
|
args: [[grouped_field]],
|
||||||
context: this.getSession().user_context,
|
context: this.getSession().user_context,
|
||||||
}).then(async (fields) => {
|
}).then(async (fields) => {
|
||||||
if (fields[grouped_field].type === "many2many") {
|
if (fields[grouped_field].type === "many2many") {
|
||||||
|
|
Loading…
Reference in New Issue