diff --git a/README.md b/README.md index a3ea7099b608..5ad85575cc2a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ addon | version | maintainers | summary [web_no_bubble](web_no_bubble/) | 14.0.1.1.0 | | Remove the bubbles from the web interface [web_notify](web_notify/) | 14.0.1.1.0 | | Send notification messages to user [web_notify_channel_message](web_notify_channel_message/) | 14.0.1.0.0 | | Send an instant notification to channel users when a new message is posted +[web_pivot_hide_total](web_pivot_hide_total/) | 14.0.1.0.1 | | This addon adds a new inherited version of pivot view. It intends to hide the last total column when required. [web_pwa_oca](web_pwa_oca/) | 14.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Make Odoo a PWA [web_refresher](web_refresher/) | 14.0.2.0.0 | | Web Refresher [web_remember_tree_column_width](web_remember_tree_column_width/) | 14.0.1.0.0 | [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Remember the tree columns' widths across sessions. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 885bb925cf47..52a82f173559 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240309.0 \ No newline at end of file +14.0.20240518.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9a52978c9fe4..d600127072cd 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -39,6 +39,7 @@ 'odoo14-addon-web_no_bubble', 'odoo14-addon-web_notify', 'odoo14-addon-web_notify_channel_message', + 'odoo14-addon-web_pivot_hide_total', 'odoo14-addon-web_pwa_oca', 'odoo14-addon-web_refresher', 'odoo14-addon-web_remember_tree_column_width', diff --git a/web_pivot_hide_total/README.rst b/web_pivot_hide_total/README.rst index d7f8f00abe2d..0045bcb0de8e 100644 --- a/web_pivot_hide_total/README.rst +++ b/web_pivot_hide_total/README.rst @@ -1 +1,94 @@ -This file is going to be generated by oca-gen-addon-readme. +========================= +Web Pivot View Hide Total +========================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:fb65a4a168bf2f6017efba7d8520024a48c40f6b7bc19171af09007a4f1a7c51 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github + :target: https://github.com/OCA/web/tree/14.0/web_pivot_hide_total + :alt: OCA/web +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_pivot_hide_total + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +In some cases, we want to use the columns of a pivot view +to compare datas, but the total sum displayed in the last column +juste makes no sens. + +This module intends to hide that last total column when required. + +.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_pivot_hide_total/static/description/before.png + :alt: Before + +\ + +.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_pivot_hide_total/static/description/after.png + :alt: After + +**Table of contents** + +.. contents:: + :local: + +Known issues / Roadmap +====================== + +* Allow setting default dialog size per user. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ACSONE SA/NV + +Contributors +~~~~~~~~~~~~ + +* Régis Pirard +* Souheil Bejaoui + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/web `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_pivot_hide_total/__manifest__.py b/web_pivot_hide_total/__manifest__.py index c5ad0f7d443c..37b788760746 100644 --- a/web_pivot_hide_total/__manifest__.py +++ b/web_pivot_hide_total/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This addon adds a new inherited version of pivot view. It intends to hide the last total column when required.""", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_pivot_hide_total/static/description/index.html b/web_pivot_hide_total/static/description/index.html new file mode 100644 index 000000000000..f523862a9b3e --- /dev/null +++ b/web_pivot_hide_total/static/description/index.html @@ -0,0 +1,434 @@ + + + + + +Web Pivot View Hide Total + + + +
+

Web Pivot View Hide Total

+ + +

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

+

In some cases, we want to use the columns of a pivot view +to compare datas, but the total sum displayed in the last column +juste makes no sens.

+

This module intends to hide that last total column when required.

+Before +

+After +

Table of contents

+ +
+

Known issues / Roadmap

+
    +
  • Allow setting default dialog size per user.
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • ACSONE SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/web project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +