From 5dd0dd562e91aae90f041a198db43b5b36a4e502 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 21 Apr 2021 08:48:02 +0000 Subject: [PATCH] [UPD] README.rst --- bi_view_editor/README.rst | 16 +++++++++++----- bi_view_editor/static/description/index.html | 11 ++++++++--- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/bi_view_editor/README.rst b/bi_view_editor/README.rst index f9522260..2ee866cc 100644 --- a/bi_view_editor/README.rst +++ b/bi_view_editor/README.rst @@ -14,13 +14,13 @@ BI View Editor :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github - :target: https://github.com/OCA/reporting-engine/tree/12.0/bi_view_editor + :target: https://github.com/OCA/reporting-engine/tree/14.0/bi_view_editor :alt: OCA/reporting-engine .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_view_editor + :target: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-bi_view_editor :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/143/12.0 + :target: https://runbot.odoo-community.org/runbot/143/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -94,6 +94,12 @@ A more advanced UI is also available under the "Details" tab. It provides extra possibilities for more advanced users, like to use LEFT JOIN instead of the default INNER JOIN. +It also possible to improve the IDs generation for new views by adding an +`Over Condition` in the "SQL" tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS +for further details. +For instance, an ORDER BY clause helps preventing unreliable behavior when +filtering the generated views. + Known issues / Roadmap ====================== @@ -111,7 +117,7 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -158,6 +164,6 @@ 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/reporting-engine `_ project on GitHub. +This module is part of the `OCA/reporting-engine `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/bi_view_editor/static/description/index.html b/bi_view_editor/static/description/index.html index 3490a590..a3e7a809 100644 --- a/bi_view_editor/static/description/index.html +++ b/bi_view_editor/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runbot

BI View Editor is a tool integrated in Odoo that allows users define and execute their own reports without the need to code.

Purpose:

@@ -441,6 +441,11 @@ the menu entry.

A more advanced UI is also available under the “Details” tab. It provides extra possibilities for more advanced users, like to use LEFT JOIN instead of the default INNER JOIN.

+

It also possible to improve the IDs generation for new views by adding an +Over Condition in the “SQL” tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS +for further details. +For instance, an ORDER BY clause helps preventing unreliable behavior when +filtering the generated views.

Known issues / Roadmap

@@ -459,7 +464,7 @@ creating a view are limited to the ones that have intersecting groups.

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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -500,7 +505,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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/reporting-engine project on GitHub.

+

This module is part of the OCA/reporting-engine project on GitHub.

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