Skip to content

Commit e5fffe9

Browse files
committed
[BOT] post-merge updates
1 parent 1d414f3 commit e5fffe9

4 files changed

Lines changed: 33 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ addon | version | maintainers | summary
4545
[web_m2x_options_manager](web_m2x_options_manager/) | 15.0.1.0.0 | | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
4646
[web_no_bubble](web_no_bubble/) | 15.0.1.0.0 | | Remove the bubbles from the web interface
4747
[web_notify](web_notify/) | 15.0.2.1.1 | | Send notification messages to user
48-
[web_pivot_computed_measure](web_pivot_computed_measure/) | 15.0.1.0.5 | | Web Pivot Computed Measure
48+
[web_pivot_computed_measure](web_pivot_computed_measure/) | 15.0.1.0.6 | | Web Pivot Computed Measure
4949
[web_pwa_oca](web_pwa_oca/) | 15.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Make Odoo a PWA
5050
[web_refresher](web_refresher/) | 15.0.2.0.1 | | Web Refresher
5151
[web_remember_tree_column_width](web_remember_tree_column_width/) | 15.0.1.0.1 | <a href='https://github.com/frahikLV'><img src='https://github.com/frahikLV.png' width='32' height='32' style='border-radius:50%;' alt='frahikLV'/></a> <a href='https://github.com/luisg123v'><img src='https://github.com/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> | Remember the tree columns' widths across sessions.

web_pivot_computed_measure/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==========================
26
Web Pivot Computed Measure
37
==========================
@@ -7,13 +11,13 @@ Web Pivot Computed Measure
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:fe46e84ee1ed37f4167d66ec64348e3e41c960ee239bc3c51d127036e6cbdd54
14+
!! source digest: sha256:a37b7d62de04727c7b36f48398f4d5e7afe8117f7e577224e9bb1a86a47b2370
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github

web_pivot_computed_measure/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Web Pivot Computed Measure",
55
"category": "web",
6-
"version": "15.0.1.0.5",
6+
"version": "15.0.1.0.6",
77
"author": "Tecnativa, Odoo Community Association (OCA)",
88
"license": "AGPL-3",
99
"website": "https://github.com/OCA/web",

web_pivot_computed_measure/static/description/index.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Web Pivot Computed Measure</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="web-pivot-computed-measure">
363-
<h1 class="title">Web Pivot Computed Measure</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="web-pivot-computed-measure">
370+
<h1>Web Pivot Computed Measure</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:fe46e84ee1ed37f4167d66ec64348e3e41c960ee239bc3c51d127036e6cbdd54
375+
!! source digest: sha256:a37b7d62de04727c7b36f48398f4d5e7afe8117f7e577224e9bb1a86a47b2370
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/15.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-15-0/web-15-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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/15.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-15-0/web-15-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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>Adds support for computed measures on the pivot view.</p>
373379
<p><strong>Table of contents</strong></p>
374380
<div class="contents local topic" id="contents">
@@ -385,7 +391,7 @@ <h1 class="title">Web Pivot Computed Measure</h1>
385391
</ul>
386392
</div>
387393
<div class="section" id="usage">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
389395
<p>Go to pivot view and click on the “Measures” menu, you will see
390396
a new option called ‘Computed Measure’.</p>
391397
<dl class="docutils">
@@ -430,30 +436,30 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
430436
can’t be deactivated until you have deactivate the ‘computed measure’.</p>
431437
</div>
432438
<div class="section" id="known-issues-roadmap">
433-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
439+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
434440
<ol class="arabic simple">
435441
<li>Add support to define a style for a computed measure (ex. colored)</li>
436442
<li>Use t-model to data-binding instad of jquery selectors</li>
437443
</ol>
438444
</div>
439445
<div class="section" id="bug-tracker">
440-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
446+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
441447
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
442448
In case of trouble, please check there if your issue has already been reported.
443449
If you spotted it first, help us to smash it by providing a detailed and welcomed
444450
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_pivot_computed_measure%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
445451
<p>Do not contact contributors directly about support or help with technical issues.</p>
446452
</div>
447453
<div class="section" id="credits">
448-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
454+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
449455
<div class="section" id="authors">
450-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
456+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
451457
<ul class="simple">
452458
<li>Tecnativa</li>
453459
</ul>
454460
</div>
455461
<div class="section" id="contributors">
456-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
462+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
457463
<ul class="simple">
458464
<li><a class="reference external" href="https://www.tecnativa.com/">Tecnativa</a>:<ul>
459465
<li>Alexandre D. Díaz</li>
@@ -465,9 +471,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
465471
</ul>
466472
</div>
467473
<div class="section" id="maintainers">
468-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
474+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
469475
<p>This module is maintained by the OCA.</p>
470-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
476+
<a class="reference external image-reference" href="https://odoo-community.org">
477+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
478+
</a>
471479
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
472480
mission is to support the collaborative development of Odoo features and
473481
promote its widespread use.</p>
@@ -476,5 +484,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
476484
</div>
477485
</div>
478486
</div>
487+
</div>
479488
</body>
480489
</html>

0 commit comments

Comments
 (0)