mirror of https://github.com/OCA/web.git
commit
d0742b7391
|
@ -10,6 +10,12 @@
|
|||
* Pedro M. Baeza
|
||||
* Alexandre Díaz
|
||||
* César A. Sánchez
|
||||
|
||||
* `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({
|
||||
model: this.modelName,
|
||||
method: "fields_get",
|
||||
args: [grouped_field],
|
||||
args: [[grouped_field]],
|
||||
context: this.getSession().user_context,
|
||||
}).then(async (fields) => {
|
||||
if (fields[grouped_field].type === "many2many") {
|
||||
|
|
Loading…
Reference in New Issue