[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-11-29 14:36:06 +00:00
parent fa70641930
commit 974a2e0b85
4 changed files with 29 additions and 27 deletions

View File

@@ -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)

View File

@@ -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=[

View File

@@ -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 <https://www.tecnativa.com/>`__:
- `Tecnativa <https://www.tecnativa.com/>`__:
- Alexandre D. Díaz
- Pedro M. Baeza
- Ernesto Tejeda
- Carlos Roca
- Alexandre D. Díaz
- Pedro M. Baeza
- Ernesto Tejeda
- Carlos Roca
Maintainers
-----------

View File

@@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_pivot_computed_measure"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_pivot_computed_measure"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Adds support for computed measures on the pivot view.</p>
@@ -402,8 +402,8 @@ option called Computed Measure.</p>
<li>Mult: m1 * m2</li>
<li>Div: m1 / m2 (Format: Float)</li>
<li>Perc m1 / m2 (Format: Percentage)</li>
<li>Custom: Special option only visible in debug mode to write a
custom formula.</li>
<li>Custom: Special option only visible in debug mode to write a custom
formula.</li>
</ul>
</li>
<li><p class="first">Name: The name of the new measure (emtpy = auto-generated)</p>