diff --git a/web_timeline/README.rst b/web_timeline/README.rst index bc365336d..e240b0e7b 100644 --- a/web_timeline/README.rst +++ b/web_timeline/README.rst @@ -7,7 +7,7 @@ Web timeline !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:83336483b07a21cb0d427e4961bc70735ff1f8d7200f4faf488c3b509e683d6c + !! source digest: sha256:c98349a3ecce77055de31e35bcfed7720875dda935b668df3538607d27786f16 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -224,9 +224,15 @@ Contributors * Pedro M. Baeza * Alexandre Díaz * César A. Sánchez + * `Onestein `_: - * Dennis Sluijk - * Anjeel Haria + + * Dennis Sluijk + * Anjeel Haria + +* `XCG Consulting `_: + + * Houzéfa Abbasbhay Maintainers ~~~~~~~~~~~ diff --git a/web_timeline/__manifest__.py b/web_timeline/__manifest__.py index 2fe4d1d4d..1be8469b0 100644 --- a/web_timeline/__manifest__.py +++ b/web_timeline/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Web timeline", "summary": "Interactive visualization chart to show events in time", - "version": "16.0.1.0.3", + "version": "16.0.1.0.4", "development_status": "Production/Stable", "author": "ACSONE SA/NV, " "Tecnativa, " diff --git a/web_timeline/readme/CONTRIBUTORS.rst b/web_timeline/readme/CONTRIBUTORS.rst index d13a44e9c..74ab5670e 100644 --- a/web_timeline/readme/CONTRIBUTORS.rst +++ b/web_timeline/readme/CONTRIBUTORS.rst @@ -10,6 +10,12 @@ * Pedro M. Baeza * Alexandre Díaz * César A. Sánchez + * `Onestein `_: - * Dennis Sluijk - * Anjeel Haria + + * Dennis Sluijk + * Anjeel Haria + +* `XCG Consulting `_: + + * Houzéfa Abbasbhay diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html index f3eb387b6..79c0d5c10 100644 --- a/web_timeline/static/description/index.html +++ b/web_timeline/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:83336483b07a21cb0d427e4961bc70735ff1f8d7200f4faf488c3b509e683d6c +!! source digest: sha256:c98349a3ecce77055de31e35bcfed7720875dda935b668df3538607d27786f16 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

Define a new view displaying events in an interactive visualization chart.

@@ -597,14 +596,14 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • César A. Sánchez
  • -
  • -
    Onestein:
    -
    -
    +
  • +
  • XCG Consulting:
      +
    • Houzéfa Abbasbhay
    • +
  • diff --git a/web_timeline/static/src/js/timeline_renderer.js b/web_timeline/static/src/js/timeline_renderer.js index 590a8449c..408ec80de 100644 --- a/web_timeline/static/src/js/timeline_renderer.js +++ b/web_timeline/static/src/js/timeline_renderer.js @@ -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") {