Skip to content

Commit 3e4e629

Browse files
committed
[MIG] sale_invoice_policy: Migration to 19.0
1 parent 2e5b7d3 commit 3e4e629

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

sale_invoice_policy/README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Sale invoice Policy
2121
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2222
:alt: License: AGPL-3
2323
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
24-
:target: https://github.com/OCA/sale-workflow/tree/18.0/sale_invoice_policy
24+
:target: https://github.com/OCA/sale-workflow/tree/19.0/sale_invoice_policy
2525
:alt: OCA/sale-workflow
2626
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27-
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_invoice_policy
27+
:target: https://translation.odoo-community.org/projects/sale-workflow-19-0/sale-workflow-19-0-sale_invoice_policy
2828
:alt: Translate me on Weblate
2929
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30-
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=19.0
3131
:alt: Try me on Runboat
3232

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

9898
Do not contact contributors directly about support or help with technical issues.
9999

@@ -118,6 +118,7 @@ Contributors
118118
- Laurent Mignon <laurent.mignon@acsone.eu>
119119
- Marie Lejeune <marie.lejeune@acsone.eu>
120120
- Jacques-Etienne Baudoux (BCIM) <<je.bcim.be>>
121+
- Thomas Herbin <the@apik.cloud>
121122

122123
Maintainers
123124
-----------
@@ -132,6 +133,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
132133
mission is to support the collaborative development of Odoo features and
133134
promote its widespread use.
134135

135-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_invoice_policy>`_ project on GitHub.
136+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/19.0/sale_invoice_policy>`_ project on GitHub.
136137

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

sale_invoice_policy/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/sale-workflow",
1010
"category": "Sales Management",
11-
"version": "18.0.1.1.0",
11+
"version": "19.0.1.0.0",
1212
"license": "AGPL-3",
1313
"depends": ["sale_stock", "base_partition"],
1414
"external_dependencies": {"python": ["openupgradelib"]},

sale_invoice_policy/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[build-system]
22
requires = ["whool"]
33
build-backend = "whool.buildapi"
4+
[project]
5+
name = "odoo-addons-oca-base_partition"
6+
version = "19.0.20251112.0"
7+
dependencies = [
8+
"odoo-addon-base_partition @ git+https://github.com/OCA/server-tools.git@refs/pull/3465/head#subdirectory=base_partition",
9+
]

sale_invoice_policy/readme/CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- Laurent Mignon \<<laurent.mignon@acsone.eu>\>
99
- Marie Lejeune \<<marie.lejeune@acsone.eu>\>
1010
- Jacques-Etienne Baudoux (BCIM) \<<je.bcim.be>\>
11+
- Thomas Herbin \<<the@apik.cloud>\>

sale_invoice_policy/static/description/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h1>Sale invoice Policy</h1>
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375375
!! source digest: sha256:92833c38d476bc1f03727290a81ccb0609e0955b1a905f3f68ce3a96a910858f
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/sale-workflow/tree/18.0/sale_invoice_policy"><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-sale_invoice_policy"><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>
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/sale-workflow/tree/19.0/sale_invoice_policy"><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-19-0/sale-workflow-19-0-sale_invoice_policy"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module adds an invoicing policy on sale order level in order to
379379
apply that invoicing policy on the whole sale order.</p>
380380
<p>That invoicing policy can take three values:</p>
@@ -441,7 +441,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
441441
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
442442
In case of trouble, please check there if your issue has already been reported.
443443
If you spotted it first, help us to smash it by providing a detailed and welcomed
444-
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_invoice_policy%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
444+
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_invoice_policy%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
445445
<p>Do not contact contributors directly about support or help with technical issues.</p>
446446
</div>
447447
<div class="section" id="credits">
@@ -465,6 +465,7 @@ <h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
465465
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li>
466466
<li>Marie Lejeune &lt;<a class="reference external" href="mailto:marie.lejeune&#64;acsone.eu">marie.lejeune&#64;acsone.eu</a>&gt;</li>
467467
<li>Jacques-Etienne Baudoux (BCIM) &lt;&lt;je.bcim.be&gt;&gt;</li>
468+
<li>Thomas Herbin &lt;<a class="reference external" href="mailto:the&#64;apik.cloud">the&#64;apik.cloud</a>&gt;</li>
468469
</ul>
469470
</div>
470471
<div class="section" id="maintainers">
@@ -476,7 +477,7 @@ <h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
476477
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
477478
mission is to support the collaborative development of Odoo features and
478479
promote its widespread use.</p>
479-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_invoice_policy">OCA/sale-workflow</a> project on GitHub.</p>
480+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/19.0/sale_invoice_policy">OCA/sale-workflow</a> project on GitHub.</p>
480481
<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>
481482
</div>
482483
</div>

0 commit comments

Comments
 (0)