diff --git a/README.md b/README.md index 1c97662f7..4b3f027ea 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [web_environment_ribbon](web_environment_ribbon/) | 18.0.1.0.1 | | Web Environment Ribbon [web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user +[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.0 | | Allows you to dynamically color fields on tree views [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e7687da97..1bc8916f5 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20241104.0" +version = "18.0.20241129.0" dependencies = [ "odoo-addon-web_environment_ribbon==18.0.*", "odoo-addon-web_notify==18.0.*", + "odoo-addon-web_pivot_computed_measure==18.0.*", "odoo-addon-web_tree_dynamic_colored_field==18.0.*", ] classifiers=[ diff --git a/web_pivot_computed_measure/README.rst b/web_pivot_computed_measure/README.rst index 9336d644f..dc323b734 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:4cef60dd775467b756ccbacb8c215bba0bc74fd32e1917c8b15c3be9de6302a1 + !! source digest: sha256:5b39f6b5f029b78cd1c9905a891b308ef82f93df14f8ccb659c4e0577b1bb2e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -43,30 +43,30 @@ option called 'Computed Measure'. You have the follow options to create a 'computed measure': -- Measure 1: Used in 'operation formula' as 'm1' +- Measure 1: Used in 'operation formula' as 'm1' -- Measure 2: Used in 'operation formula' as 'm2' +- Measure 2: Used in 'operation formula' as 'm2' -- Operation: The formula +- Operation: The formula - - Sum: m1 + m2 - - Sub: m1 - m2 - - Mult: m1 \* m2 - - Div: m1 / m2 (Format: Float) - - Perc m1 / m2 (Format: Percentage) - - Custom: Special option only visible in debug mode to write a - custom formula. + - Sum: m1 + m2 + - Sub: m1 - m2 + - Mult: m1 \* m2 + - Div: m1 / m2 (Format: Float) + - Perc m1 / m2 (Format: Percentage) + - Custom: Special option only visible in debug mode to write a custom + formula. -- Name: The name of the new measure (emtpy = auto-generated) +- Name: The name of the new measure (emtpy = auto-generated) -- Format: How will the value be printed +- Format: How will the value be printed - - Integer - - Float - - Percentage (value \* 100) + - Integer + - Float + - Percentage (value \* 100) -- | Formula\*: Custom operation formula - | These formula is evaluated using 'PY.eval' +- | Formula\*: Custom operation formula + | These formula is evaluated using 'PY.eval' These computed measures can be mixed (You can reuse it to make new computed measures) and saved as favorites. @@ -102,12 +102,12 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Alexandre D. Díaz - - Pedro M. Baeza - - Ernesto Tejeda - - Carlos Roca + - Alexandre D. Díaz + - Pedro M. Baeza + - Ernesto Tejeda + - Carlos Roca Maintainers ----------- diff --git a/web_pivot_computed_measure/static/description/index.html b/web_pivot_computed_measure/static/description/index.html index 076a3b6d7..8e6067539 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:4cef60dd775467b756ccbacb8c215bba0bc74fd32e1917c8b15c3be9de6302a1 +!! source digest: sha256:5b39f6b5f029b78cd1c9905a891b308ef82f93df14f8ccb659c4e0577b1bb2e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Adds support for computed measures on the pivot view.

@@ -402,8 +402,8 @@ option called ‘Computed Measure’.

  • Mult: m1 * m2
  • Div: m1 / m2 (Format: Float)
  • Perc m1 / m2 (Format: Percentage)
  • -
  • Custom: Special option only visible in debug mode to write a -custom formula.
  • +
  • Custom: Special option only visible in debug mode to write a custom +formula.
  • Name: The name of the new measure (emtpy = auto-generated)