diff --git a/README.md b/README.md index 000cc5231..d6d619eb5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ addon | version | maintainers | summary [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 18.0.1.0.1 | | Open the linked resource when clicking on their name [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | This widget allows to display charts using Bokeh library. [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 18.0.1.0.0 | | This module adds support for dynamic dropdown widget +[web_widget_mpld3_chart](web_widget_mpld3_chart/) | 18.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![ThiagoMForgeFlow](https://github.com/ThiagoMForgeFlow.png?size=30px)](https://github.com/ThiagoMForgeFlow) | This widget allows to display charts using MPLD3 library. [web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.2 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step [web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 18.0.1.0.4 | [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) [![DavidJForgeFlow](https://github.com/DavidJForgeFlow.png?size=30px)](https://github.com/DavidJForgeFlow) | Show list fields as a matrix diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f5c18d7c1..28744e895 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250410.3" +version = "18.0.20250414.0" dependencies = [ "odoo-addon-web_calendar_slot_duration==18.0.*", "odoo-addon-web_chatter_position==18.0.*", @@ -23,6 +23,7 @@ dependencies = [ "odoo-addon-web_tree_many2one_clickable==18.0.*", "odoo-addon-web_widget_bokeh_chart==18.0.*", "odoo-addon-web_widget_dropdown_dynamic==18.0.*", + "odoo-addon-web_widget_mpld3_chart==18.0.*", "odoo-addon-web_widget_numeric_step==18.0.*", "odoo-addon-web_widget_x2many_2d_matrix==18.0.*", ] diff --git a/web_widget_mpld3_chart/README.rst b/web_widget_mpld3_chart/README.rst index 67c3d2e5c..96259ddb5 100644 --- a/web_widget_mpld3_chart/README.rst +++ b/web_widget_mpld3_chart/README.rst @@ -7,7 +7,7 @@ Web Widget mpld3 Chart !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:671a850d1911018fe9105e0d3c6f95fd235257bade3adba7267cc1cad2641cbe + !! source digest: sha256:0eb1a67d1e1a31cce1fa49b4f4d8224def69ef757defdb96dba62154c4a6a0d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -117,20 +117,20 @@ Authors Contributors ------------ -- Jordi Ballester Alomar -- Christopher Ormaza +- Jordi Ballester Alomar +- Christopher Ormaza Other credits ------------- -- This module uses the library - `mpld3 `__ which is under the - open-source BSD 3-clause "New" or "Revised" License. Copyright (c) - 2013, Jake Vanderplas -- This module uses the library `BeautifulSoup - 4 `__ which is under the - open-source MIT License. Copyright (c) 2014, Leonard Richardson -- Odoo Community Association (OCA) +- This module uses the library + `mpld3 `__ which is under the + open-source BSD 3-clause "New" or "Revised" License. Copyright (c) + 2013, Jake Vanderplas +- This module uses the library `BeautifulSoup + 4 `__ which is under the + open-source MIT License. Copyright (c) 2014, Leonard Richardson +- Odoo Community Association (OCA) Maintainers ----------- diff --git a/web_widget_mpld3_chart/static/description/index.html b/web_widget_mpld3_chart/static/description/index.html index 9296e72f1..18d970c8b 100644 --- a/web_widget_mpld3_chart/static/description/index.html +++ b/web_widget_mpld3_chart/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:671a850d1911018fe9105e0d3c6f95fd235257bade3adba7267cc1cad2641cbe +!! source digest: sha256:0eb1a67d1e1a31cce1fa49b4f4d8224def69ef757defdb96dba62154c4a6a0d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module adds the possibility to insert mpld3 charts into Odoo