Skip to content

Commit b3c6760

Browse files
[MIG] partner_sale_pivot: Migration to 18.0
1 parent 04f47a9 commit b3c6760

File tree

5 files changed

+26
-21
lines changed

5 files changed

+26
-21
lines changed

partner_sale_pivot/README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Partner Sale Pivot
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
20-
:target: https://github.com/OCA/sale-workflow/tree/17.0/partner_sale_pivot
20+
:target: https://github.com/OCA/sale-workflow/tree/18.0/partner_sale_pivot
2121
:alt: OCA/sale-workflow
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-partner_sale_pivot
23+
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-partner_sale_pivot
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -56,7 +56,7 @@ Bug Tracker
5656
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
5757
In case of trouble, please check there if your issue has already been reported.
5858
If you spotted it first, help us to smash it by providing a detailed and welcomed
59-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
59+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6060

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

@@ -71,11 +71,13 @@ Authors
7171
Contributors
7272
------------
7373

74-
- `Tecnativa <https://www.tecnativa.com>`__:
74+
- `Tecnativa <https://www.tecnativa.com>`__:
7575

76-
- Ernesto Tejeda
77-
- Pedro M. Baeza
78-
- Sergio Teruel
76+
- Ernesto Tejeda
77+
- Pedro M. Baeza
78+
- Sergio Teruel
79+
80+
- Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>
7981

8082
Maintainers
8183
-----------
@@ -98,6 +100,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
98100

99101
|maintainer-ernestotejeda|
100102

101-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/partner_sale_pivot>`_ project on GitHub.
103+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/partner_sale_pivot>`_ project on GitHub.
102104

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

partner_sale_pivot/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Partner Sale Pivot",
55
"summary": "Sales analysis from customer form view",
6-
"version": "17.0.1.0.0",
6+
"version": "18.0.1.0.0",
77
"category": "Sales",
88
"website": "https://github.com/OCA/sale-workflow",
99
"author": "Tecnativa, Odoo Community Association (OCA)",

partner_sale_pivot/readme/CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Ernesto Tejeda
33
- Pedro M. Baeza
44
- Sergio Teruel
5+
- Heliconia Solutions Pvt. Ltd. \<<https://www.heliconia.io>\>

partner_sale_pivot/static/description/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
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 {
@@ -368,7 +369,7 @@ <h1 class="title">Partner Sale Pivot</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:a4eb0f29c44e3f74d84dd085426e132132e456997bd5d059d645662a097ae327
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/sale-workflow/tree/17.0/partner_sale_pivot"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-partner_sale_pivot"><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/sale-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<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/sale-workflow/tree/18.0/partner_sale_pivot"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-partner_sale_pivot"><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/sale-workflow&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module extends the functionality of sale module to allow you to see
373374
a sales analysis for a customer from his/her form view, grouped by
374375
products in rows and confirmation dates in columns.</p>
@@ -402,7 +403,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
402403
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
403404
In case of trouble, please check there if your issue has already been reported.
404405
If you spotted it first, help us to smash it by providing a detailed and welcomed
405-
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406+
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406407
<p>Do not contact contributors directly about support or help with technical issues.</p>
407408
</div>
408409
<div class="section" id="credits">
@@ -422,18 +423,21 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
422423
<li>Sergio Teruel</li>
423424
</ul>
424425
</li>
426+
<li>Heliconia Solutions Pvt. Ltd. &lt;<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>&gt;</li>
425427
</ul>
426428
</div>
427429
<div class="section" id="maintainers">
428430
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
429431
<p>This module is maintained by the OCA.</p>
430-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
432+
<a class="reference external image-reference" href="https://odoo-community.org">
433+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
434+
</a>
431435
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
432436
mission is to support the collaborative development of Odoo features and
433437
promote its widespread use.</p>
434438
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
435439
<p><a class="reference external image-reference" href="https://github.com/ernestotejeda"><img alt="ernestotejeda" src="https://github.com/ernestotejeda.png?size=40px" /></a></p>
436-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/17.0/partner_sale_pivot">OCA/sale-workflow</a> project on GitHub.</p>
440+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/18.0/partner_sale_pivot">OCA/sale-workflow</a> project on GitHub.</p>
437441
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
438442
</div>
439443
</div>

partner_sale_pivot/views/sale_report_views.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
</pivot>
1212
</field>
1313
</record>
14-
<!--
15-
In V13.0 the field confirmation_date has been removed. Now the field
16-
date_order is the confirmation date for orders in 'sale' and 'done' state
17-
-->
14+
1815
<record id="sale_report_action" model="ir.actions.act_window">
1916
<field name="name">Sales Analysis</field>
2017
<field name="res_model">sale.report</field>
2118
<field name="view_mode">pivot</field>
19+
<field name="path">sales-analysis</field>
2220
<field name="context">{'search_default_partner_id': active_id}</field>
2321
<field name="domain">[('state', 'in', ['sale', 'done'])]</field>
2422
<field name="groups_id" eval="[(4, ref('sales_team.group_sale_salesman'))]" />

0 commit comments

Comments
 (0)