diff --git a/README.md b/README.md index d6d619eb5..61c38b16b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user [web_notify_channel_message](web_notify_channel_message/) | 18.0.1.0.0 | | Send an instant notification to channel users when a new message is posted -[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.2 | [](https://github.com/CarlosRoca13) | Web Pivot Computed Measure +[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.3 | [](https://github.com/CarlosRoca13) | Web Pivot Computed Measure [web_quick_start_screen](web_quick_start_screen/) | 18.0.1.0.0 | | Configurable start screen for quick actions [web_refresher](web_refresher/) | 18.0.1.0.0 | | Web Refresher [web_search_with_and](web_search_with_and/) | 18.0.1.0.0 | | Use AND conditions on omnibar search diff --git a/web_pivot_computed_measure/README.rst b/web_pivot_computed_measure/README.rst index 6d07505c2..087c22b50 100644 --- a/web_pivot_computed_measure/README.rst +++ b/web_pivot_computed_measure/README.rst @@ -7,7 +7,7 @@ Web Pivot Computed Measure !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:98426bc1f0b385994556643c23d941f79eb2642cf5e088ac92481052e04cbf18 + !! source digest: sha256:2bb9e6acd6811260f45e235d59bba31a570f84b054ede027e5b6151702ee5b69 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_pivot_computed_measure/__manifest__.py b/web_pivot_computed_measure/__manifest__.py index f169d21dc..5f9c51c6f 100644 --- a/web_pivot_computed_measure/__manifest__.py +++ b/web_pivot_computed_measure/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Web Pivot Computed Measure", "category": "web", - "version": "18.0.1.0.2", + "version": "18.0.1.0.3", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/web", diff --git a/web_pivot_computed_measure/static/description/index.html b/web_pivot_computed_measure/static/description/index.html index 0f0d24d63..84d6d1024 100644 --- a/web_pivot_computed_measure/static/description/index.html +++ b/web_pivot_computed_measure/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:98426bc1f0b385994556643c23d941f79eb2642cf5e088ac92481052e04cbf18 +!! source digest: sha256:2bb9e6acd6811260f45e235d59bba31a570f84b054ede027e5b6151702ee5b69 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Adds support for computed measures on the pivot view.