diff --git a/README.md b/README.md index 79d8ed6b3..5dd83865a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[mis_builder](mis_builder/) | 15.0.4.1.4 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Build 'Management Information System' Reports and Dashboards +[mis_builder](mis_builder/) | 15.0.4.1.5 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Build 'Management Information System' Reports and Dashboards [mis_builder_budget](mis_builder_budget/) | 15.0.4.0.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Create budgets for MIS reports [mis_builder_demo](mis_builder_demo/) | 15.0.3.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Demo addon for MIS Builder diff --git a/mis_builder/README.rst b/mis_builder/README.rst index 39917c0ba..315b62ada 100644 --- a/mis_builder/README.rst +++ b/mis_builder/README.rst @@ -7,7 +7,7 @@ MIS Builder !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:12892cfd28b86ab510b00b788abc9b63c3ae05d27144b8c14aae7a5141dd6f71 + !! source digest: sha256:a9e45df0d08a49bf40d8c748236901de68db511b56306ac6cef77c52263043e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -100,6 +100,14 @@ be found on GitHub. Changelog ========= +15.0.4.1.5 (2024-02-08) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Resolve a permission issue when creating report periods with a user without admin rights. (`#596 `_) + + 15.0.4.1.3 (2023-01-27) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/mis_builder/__manifest__.py b/mis_builder/__manifest__.py index fe2ec1b5d..ef9a2018d 100644 --- a/mis_builder/__manifest__.py +++ b/mis_builder/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MIS Builder", - "version": "15.0.4.1.4", + "version": "15.0.4.1.5", "category": "Reporting", "summary": """ Build 'Management Information System' Reports and Dashboards diff --git a/mis_builder/readme/HISTORY.rst b/mis_builder/readme/HISTORY.rst index 9f6563c90..467a672fa 100644 --- a/mis_builder/readme/HISTORY.rst +++ b/mis_builder/readme/HISTORY.rst @@ -1,3 +1,11 @@ +15.0.4.1.5 (2024-02-08) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Resolve a permission issue when creating report periods with a user without admin rights. (`#596 `_) + + 15.0.4.1.3 (2023-01-27) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/mis_builder/readme/newsfragments/596.bugfix b/mis_builder/readme/newsfragments/596.bugfix deleted file mode 100644 index 868650ed5..000000000 --- a/mis_builder/readme/newsfragments/596.bugfix +++ /dev/null @@ -1 +0,0 @@ -Resolve a permission issue when creating report periods with a user without admin rights. diff --git a/mis_builder/static/description/index.html b/mis_builder/static/description/index.html index 4993357e6..dd788e76f 100644 --- a/mis_builder/static/description/index.html +++ b/mis_builder/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

MIS Builder

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:12892cfd28b86ab510b00b788abc9b63c3ae05d27144b8c14aae7a5141dd6f71 +!! source digest: sha256:a9e45df0d08a49bf40d8c748236901de68db511b56306ac6cef77c52263043e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to build Management Information Systems dashboards. @@ -383,45 +382,46 @@

MIS Builder

  • Development
  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -480,42 +480,49 @@

    Known issues / Roadmap

    Changelog

    -

    15.0.4.1.3 (2023-01-27)

    +

    15.0.4.1.5 (2024-02-08)

    Bugfixes

      -
    • Fix display of analytic tags in PDF and Excel reports. (#353)
    • +
    • Resolve a permission issue when creating report periods with a user without admin rights. (#596)
    -

    15.0.4.1.2 (2022-11-15)

    +

    15.0.4.1.3 (2023-01-27)

    Bugfixes

      -
    • Fix access error when previewing or printing report. (#415)
    • +
    • Fix display of analytic tags in PDF and Excel reports. (#353)
    -

    15.0.4.0.5 (2022-07-19)

    +

    15.0.4.1.2 (2022-11-15)

    Bugfixes

      -
    • Support users without timezone. (#388)
    • +
    • Fix access error when previewing or printing report. (#415)
    -

    15.0.4.0.4 (2022-07-19)

    +

    15.0.4.0.5 (2022-07-19)

    Bugfixes

      -
    • Allow deleting a report that has subreports. (#431)
    • +
    • Support users without timezone. (#388)
    -

    15.0.4.0.2 (2022-02-16)

    +

    15.0.4.0.4 (2022-07-19)

    Bugfixes

      -
    • Fix access right issue when clicking the “Save” button on a MIS Report Instance form. (#410)
    • +
    • Allow deleting a report that has subreports. (#431)
    -

    14.0.4.0.0 (2022-01-08)

    +

    15.0.4.0.2 (2022-02-16)

    +

    Bugfixes

    +
      +
    • Fix access right issue when clicking the “Save” button on a MIS Report Instance form. (#410)
    • +
    +
    +
    +

    14.0.4.0.0 (2022-01-08)

    Features

    -
    -

    14.0.3.6.7 (2021-06-02)

    +
    +

    14.0.3.6.7 (2021-06-02)

    Bugfixes

    • When on a MIS Report Instance, if you wanted to generate a new line of type comparison, you couldn’t currently select any existing period to compare. @@ -549,15 +556,15 @@

      14.0.3.6.7 (2021-06-02)

      Changing the domain and making it use a computed field with a search for the _origin record solves the problem. (#361)
    -
    -

    14.0.3.6.6 (2021-04-23)

    +
    +

    14.0.3.6.6 (2021-04-23)

    Bugfixes

    • Fix drilldown action name when the account model has been customized. (#350)
    -
    -

    14.0.3.6.5 (2021-04-23)

    +
    +

    14.0.3.6.5 (2021-04-23)

    Bugfixes

    • While duplicating a MIS report instance, comparison columns are ignored because @@ -565,8 +572,8 @@

      14.0.3.6.5 (2021-04-23)

      and source_cmpcol_to_id from the original record. (#343)
    -
    -

    14.0.3.6.4 (2021-04-06)

    +
    +

    14.0.3.6.4 (2021-04-06)

    Features

    -
    -

    13.0.3.6.3 (2020-08-28)

    +
    +

    13.0.3.6.3 (2020-08-28)

    Bugfixes

    -
    -

    13.0.3.6.2 (2020-04-22)

    +
    +

    13.0.3.6.2 (2020-04-22)

    Bugfixes

    • The “Settings” button is now displayed for users with the “Show full accounting features” right when previewing a report. (#281)
    -
    -

    13.0.3.6.1 (2020-04-22)

    +
    +

    13.0.3.6.1 (2020-04-22)

    Bugfixes

    • Fix TypeError: 'module' object is not iterable when using budgets by account. (#276)
    -
    -

    13.0.3.6.0 (2020-03-28)

    +
    +

    13.0.3.6.0 (2020-03-28)

    Features

    • Add column-level filters on analytic account and analytic tags. @@ -620,12 +627,12 @@

      13.0.3.6.0 (2020-03-28)

      balance_sheet.total_assets). (#155)
    -
    -

    13.0.3.5.0 (2020-01-??)

    +
    +

    13.0.3.5.0 (2020-01-??)

    Migration to odoo 13.0.

    -
    -

    12.0.3.5.0 (2019-10-26)

    +
    +

    12.0.3.5.0 (2019-10-26)

    Features

    • The account_id field of the model selected in ‘Move lines source’ @@ -655,8 +662,8 @@

      12.0.3.5.0 (2019-10-26)

    • In Excel export, keep the percentage point suffix (pp) instead of replacing it with %. (#220)
    -
    -

    12.0.3.4.0 (2019-07-09)

    +
    +

    12.0.3.4.0 (2019-07-09)

    Features

    -
    -

    12.0.3.3.0 (2019-01-26)

    +
    +

    12.0.3.3.0 (2019-01-26)

    Features

    Dynamic analytic filters in report preview are not yet available in 11, this requires an update to the JS widget that proved difficult to implement @@ -715,8 +722,8 @@

    12.0.3.3.0 (2019-01-26)

    If you use Actuals (alternative) data source in combination with analytic filters, the underlying model must now have an analytic_account_id field.

    -
    -

    11.0.3.2.2 (2018-06-30)

    +
    +

    11.0.3.2.2 (2018-06-30)

    -
    -

    11.0.3.2.1 (2018-05-29)

    +
    +

    11.0.3.2.1 (2018-05-29)

    • [FIX] Missing comparison operator for AccountingNone leading to errors in pbal computations (#93)
    -
    -

    10.0.3.2.0 (2018-05-02)

    +
    +

    10.0.3.2.0 (2018-05-02)

    -
    -

    11.0.3.1.2 (2018-02-04)

    +
    +

    11.0.3.1.2 (2018-02-04)

    Migration to Odoo 11. No new feature. (#67)

    -
    -

    10.0.3.1.1 (2017-11-14)

    +
    +

    10.0.3.1.1 (2017-11-14)

    New features:

    • [ADD] month and year relative periods, easier to use than @@ -793,24 +800,24 @@

      10.0.3.1.1 (2017-11-14)

    • Alternative move line data sources must have a company_id field.
    -
    -

    10.0.3.0.4 (2017-10-14)

    +
    +

    10.0.3.0.4 (2017-10-14)

    Bug fix:

    • [FIX] issue with initial balance rounding. #30
    -
    -

    10.0.3.0.3 (2017-10-03)

    +
    +

    10.0.3.0.3 (2017-10-03)

    Bug fix:

    • [FIX] fix error saving KPI on newly created reports. #18
    -
    -

    10.0.3.0.2 (2017-10-01)

    +
    +

    10.0.3.0.2 (2017-10-01)

    New features:

    -

    10.0.2.0.3 (unreleased)

    +

    10.0.2.0.3 (unreleased)

    • [IMP] more robust behaviour in presence of missing expressions
    • [FIX] indent style
    • @@ -866,23 +873,23 @@

      10.0.2.0.3 (unreleased)

    • [IMP] provide full access to mis builder style for group Adviser.
    -
    -

    9.0.2.0.2 (2016-09-27)

    +
    +

    9.0.2.0.2 (2016-09-27)

    • [IMP] Add refresh button in mis report preview.
    • [IMP] Widget code changes to allow to add fields in the widget more easily.
    -
    -

    9.0.2.0.1 (2016-05-26)

    +
    +

    9.0.2.0.1 (2016-05-26)

    • [IMP] remove unused argument in declare_and_compute_period() for a cleaner API. This is a breaking API changing merged in urgency before it is used by other modules.
    -
    -

    9.0.2.0.0 (2016-05-24)

    +
    +

    9.0.2.0.0 (2016-05-24)

    Part of the work for this release has been done at the Sorrento sprint April 26-29, 2016. The rest (ie a major refactoring) has been done in the weeks after.

    @@ -929,8 +936,8 @@

    9.0.2.0.0 (2016-05-24)

    consolidation accounts have been removed
  • -
    -

    8.0.1.0.0 (2016-04-27)

    + -
    -

    8.0.0.2.0

    +
    +

    8.0.0.2.0

    Pre-history. Or rather, you need to look at the git log.

    -

    Bug Tracker

    +

    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 @@ -968,15 +975,15 @@

    Bug Tracker

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

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ACSONE SA/NV
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose