Skip to content

Commit d6762c8

Browse files
[MIG] sale_project_task_recurrency: Migration to 18.0
1 parent c6a83f9 commit d6762c8

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

sale_project_task_recurrency/README.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Sale project task recurrency
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%2Fproject-lightgray.png?logo=github
20-
:target: https://github.com/OCA/project/tree/17.0/sale_project_task_recurrency
20+
:target: https://github.com/OCA/project/tree/18.0/sale_project_task_recurrency
2121
:alt: OCA/project
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-sale_project_task_recurrency
23+
:target: https://translation.odoo-community.org/projects/project-18-0/project-18-0-sale_project_task_recurrency
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/project&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=18.0
2727
:alt: Try me on Runboat
2828

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

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

@@ -86,6 +86,8 @@ Contributors
8686
- Pedro M. Baeza
8787
- Carlos López
8888

89+
- ``Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>``\ \_
90+
8991
Maintainers
9092
-----------
9193

@@ -99,6 +101,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
99101
mission is to support the collaborative development of Odoo features and
100102
promote its widespread use.
101103

102-
This module is part of the `OCA/project <https://github.com/OCA/project/tree/17.0/sale_project_task_recurrency>`_ project on GitHub.
104+
This module is part of the `OCA/project <https://github.com/OCA/project/tree/18.0/sale_project_task_recurrency>`_ project on GitHub.
103105

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

sale_project_task_recurrency/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
33
{
44
"name": "Sale project task recurrency",
5-
"version": "17.0.1.2.0",
5+
"version": "18.0.1.0.0",
66
"summary": "Configuring Task Recurrence from the Product Form.",
77
"author": "Tecnativa,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/project",

sale_project_task_recurrency/models/product_template.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ProductTemplate(models.Model):
8181
("2", "Second month"),
8282
("3", "Third month"),
8383
],
84-
"Force Month",
84+
"Force Month Quarter",
8585
help="Force the month to be used inside the quarter",
8686
)
8787
task_force_month_semester = fields.Selection(
@@ -93,7 +93,7 @@ class ProductTemplate(models.Model):
9393
("5", "Fifth month"),
9494
("6", "Sixth month"),
9595
],
96-
"Force Month",
96+
"Force Month Semester",
9797
help="Force the month to be used inside the semester",
9898
)
9999

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- [Tecnativa](https://www.tecnativa.com):
22
- Pedro M. Baeza
3-
- Carlos López
3+
- Carlos López
4+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`_

sale_project_task_recurrency/static/description/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Sale project task recurrency</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:d5da2188db2ac87ba6c4ebb660e25aa1e53a534b122f01791f97e48ae666a311
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/project/tree/17.0/sale_project_task_recurrency"><img alt="OCA/project" src="https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-17-0/project-17-0-sale_project_task_recurrency"><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/project&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/project/tree/18.0/sale_project_task_recurrency"><img alt="OCA/project" src="https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-18-0/project-18-0-sale_project_task_recurrency"><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/project&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows configuring the recurrence of tasks created from
374374
sales orders directly in the product form.</p>
375375
<p><strong>Table of contents</strong></p>
@@ -418,7 +418,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
418418
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/project/issues">GitHub Issues</a>.
419419
In case of trouble, please check there if your issue has already been reported.
420420
If you spotted it first, help us to smash it by providing a detailed and welcomed
421-
<a class="reference external" href="https://github.com/OCA/project/issues/new?body=module:%20sale_project_task_recurrency%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
421+
<a class="reference external" href="https://github.com/OCA/project/issues/new?body=module:%20sale_project_task_recurrency%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
422422
<p>Do not contact contributors directly about support or help with technical issues.</p>
423423
</div>
424424
<div class="section" id="credits">
@@ -437,6 +437,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
437437
<li>Carlos López</li>
438438
</ul>
439439
</li>
440+
<li><tt class="docutils literal">Heliconia Solutions Pvt. Ltd. <span class="pre">&lt;https://www.heliconia.io&gt;</span></tt>_</li>
440441
</ul>
441442
</div>
442443
<div class="section" id="maintainers">
@@ -448,7 +449,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
448449
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
449450
mission is to support the collaborative development of Odoo features and
450451
promote its widespread use.</p>
451-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/project/tree/17.0/sale_project_task_recurrency">OCA/project</a> project on GitHub.</p>
452+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/project/tree/18.0/sale_project_task_recurrency">OCA/project</a> project on GitHub.</p>
452453
<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>
453454
</div>
454455
</div>

0 commit comments

Comments
 (0)