Skip to content

Commit c732d52

Browse files
committed
[MIG] account_move_line_payment: Migration to 18.0
1 parent 8516bd3 commit c732d52

File tree

4 files changed

+26
-31
lines changed

4 files changed

+26
-31
lines changed

account_move_line_payment/README.rst

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Register due payments
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github
20-
:target: https://github.com/OCA/account-payment/tree/16.0/account_move_line_payment
20+
:target: https://github.com/OCA/account-payment/tree/18.0/account_move_line_payment
2121
:alt: OCA/account-payment
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_move_line_payment
23+
:target: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_move_line_payment
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/account-payment&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-payment&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -88,24 +88,21 @@ become fully matched.
8888
Known issues / Roadmap
8989
======================
9090

91-
- To use this new feature, you need full accounting permissions (a.k.a.
92-
Bookkeeper).
93-
- Invoicing users should be able too.
94-
- A good improvement would be to display *Next due date* in invoices
95-
views.
96-
- Also to allow somehow paying only overdue payments when using the
97-
register payment wizard.
98-
- This feature already exists in Odoo 17 under *Invoicing >
99-
Customers/Vendors > Amounts to settle*, so there's no need to
100-
forward-port this module.
91+
- To use this new feature, you need full accounting permissions (a.k.a.
92+
Bookkeeper).
93+
- Invoicing users should be able too.
94+
- A good improvement would be to display *Next due date* in invoices
95+
views.
96+
- Also to allow somehow paying only overdue payments when using the
97+
register payment wizard.
10198

10299
Bug Tracker
103100
===========
104101

105102
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-payment/issues>`_.
106103
In case of trouble, please check there if your issue has already been reported.
107104
If you spotted it first, help us to smash it by providing a detailed and welcomed
108-
`feedback <https://github.com/OCA/account-payment/issues/new?body=module:%20account_move_line_payment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
105+
`feedback <https://github.com/OCA/account-payment/issues/new?body=module:%20account_move_line_payment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
109106

110107
Do not contact contributors directly about support or help with technical issues.
111108

@@ -120,15 +117,15 @@ Authors
120117
Contributors
121118
------------
122119

123-
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
124-
- Jairo Llopis (`Moduon <https://www.moduon.team/>`__)
120+
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
121+
- Jairo Llopis (`Moduon <https://www.moduon.team/>`__)
125122

126123
Other credits
127124
-------------
128125

129126
The development of this module has been financially supported by:
130127

131-
- `Moduon Team S.L. <https://www.moduon.team/>`__
128+
- `Moduon Team S.L. <https://www.moduon.team/>`__
132129

133130
Maintainers
134131
-----------
@@ -154,6 +151,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
154151

155152
|maintainer-yajo| |maintainer-rafaelbn|
156153

157-
This module is part of the `OCA/account-payment <https://github.com/OCA/account-payment/tree/16.0/account_move_line_payment>`_ project on GitHub.
154+
This module is part of the `OCA/account-payment <https://github.com/OCA/account-payment/tree/18.0/account_move_line_payment>`_ project on GitHub.
158155

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

account_move_line_payment/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Register due payments",
66
"summary": "Register only due payments",
7-
"version": "16.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"development_status": "Alpha",
99
"category": "Accounting/Payment",
1010
"website": "https://github.com/OCA/account-payment",

account_move_line_payment/readme/ROADMAP.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
- Invoicing users should be able too.
33
- A good improvement would be to display *Next due date* in invoices views.
44
- Also to allow somehow paying only overdue payments when using the register payment wizard.
5-
- This feature already exists in Odoo 17 under *Invoicing > Customers/Vendors > Amounts to settle*, so there's no need to forward-port this module.

account_move_line_payment/static/description/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -369,7 +369,7 @@ <h1 class="title">Register due payments</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:b954e30cc41e6c3b424294b7eff1a2e1968588e534affb4f5275962087e9981d
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-payment/tree/16.0/account_move_line_payment"><img alt="OCA/account-payment" src="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_move_line_payment"><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/account-payment&amp;target_branch=16.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="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-payment/tree/18.0/account_move_line_payment"><img alt="OCA/account-payment" src="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_move_line_payment"><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/account-payment&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 extends the functionality of accounting to let you quickly
374374
find which journal items are due today and register payments for them
375375
individually, even if they are partial invoice payments. They also get
@@ -442,17 +442,14 @@ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
442442
views.</li>
443443
<li>Also to allow somehow paying only overdue payments when using the
444444
register payment wizard.</li>
445-
<li>This feature already exists in Odoo 17 under <em>Invoicing &gt;
446-
Customers/Vendors &gt; Amounts to settle</em>, so there’s no need to
447-
forward-port this module.</li>
448445
</ul>
449446
</div>
450447
<div class="section" id="bug-tracker">
451448
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
452449
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-payment/issues">GitHub Issues</a>.
453450
In case of trouble, please check there if your issue has already been reported.
454451
If you spotted it first, help us to smash it by providing a detailed and welcomed
455-
<a class="reference external" href="https://github.com/OCA/account-payment/issues/new?body=module:%20account_move_line_payment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
452+
<a class="reference external" href="https://github.com/OCA/account-payment/issues/new?body=module:%20account_move_line_payment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
456453
<p>Do not contact contributors directly about support or help with technical issues.</p>
457454
</div>
458455
<div class="section" id="credits">
@@ -480,13 +477,15 @@ <h2><a class="toc-backref" href="#toc-entry-9">Other credits</a></h2>
480477
<div class="section" id="maintainers">
481478
<h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
482479
<p>This module is maintained by the OCA.</p>
483-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
480+
<a class="reference external image-reference" href="https://odoo-community.org">
481+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
482+
</a>
484483
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
485484
mission is to support the collaborative development of Odoo features and
486485
promote its widespread use.</p>
487486
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
488487
<p><a class="reference external image-reference" href="https://github.com/yajo"><img alt="yajo" src="https://github.com/yajo.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/rafaelbn"><img alt="rafaelbn" src="https://github.com/rafaelbn.png?size=40px" /></a></p>
489-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-payment/tree/16.0/account_move_line_payment">OCA/account-payment</a> project on GitHub.</p>
488+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-payment/tree/18.0/account_move_line_payment">OCA/account-payment</a> project on GitHub.</p>
490489
<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>
491490
</div>
492491
</div>

0 commit comments

Comments
 (0)