Skip to content

Commit c67c5b8

Browse files
committed
[BOT] post-merge updates
1 parent e28235e commit c67c5b8

File tree

4 files changed

+24
-14
lines changed

4 files changed

+24
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ addon | version | maintainers | summary
3333
[account_cutoff_picking](account_cutoff_picking/) | 16.0.1.3.1 | <a href='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/alexis-via'><img src='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/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Accrued and prepaid expense/revenue from pickings
3434
[account_cutoff_start_end_dates](account_cutoff_start_end_dates/) | 16.0.1.1.0 | <a href='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/alexis-via'><img src='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/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Cutoffs based on start/end dates
3535
[account_fiscal_year_closing](account_fiscal_year_closing/) | 16.0.1.0.0 | | Generic fiscal year closing wizard
36-
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 16.0.1.4.0 | <a href='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/alexis-via'><img src='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/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Adds start/end dates on invoice/move lines
36+
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 16.0.1.5.0 | <a href='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/alexis-via'><img src='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/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Adds start/end dates on invoice/move lines
3737
[account_invoice_start_end_dates_move](account_invoice_start_end_dates_move/) | 16.0.1.0.0 | | Add the possibility to choose start and end dates on account invoice.
3838
[account_multicurrency_revaluation](account_multicurrency_revaluation/) | 16.0.1.0.1 | | Manage revaluation for multicurrency environment
3939

account_invoice_start_end_dates/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
Account Invoice Start End Dates
37
===============================
@@ -7,13 +11,13 @@ Account Invoice Start End Dates
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b0b3c2a84183c65f9f4ed7fd7f82f3064d11bb9f6574a6c08c4c2d45c057aa88
14+
!! source digest: sha256:0dea49d55e44fb38f27f4a4b45e9db7c58a982490f789a075af895c6287c0ba4
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-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github

account_invoice_start_end_dates/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{
77
"name": "Account Invoice Start End Dates",
8-
"version": "16.0.1.4.0",
8+
"version": "16.0.1.5.0",
99
"category": "Accounting & Finance",
1010
"license": "LGPL-3",
1111
"summary": "Adds start/end dates on invoice/move lines",

account_invoice_start_end_dates/static/description/index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>Account Invoice Start End Dates</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="account-invoice-start-end-dates">
364-
<h1 class="title">Account Invoice Start End Dates</h1>
363+
<div class="document">
365364

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="account-invoice-start-end-dates">
370+
<h1>Account Invoice Start End Dates</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:b0b3c2a84183c65f9f4ed7fd7f82f3064d11bb9f6574a6c08c4c2d45c057aa88
375+
!! source digest: sha256:0dea49d55e44fb38f27f4a4b45e9db7c58a982490f789a075af895c6287c0ba4
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/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-closing/tree/16.0/account_invoice_start_end_dates"><img alt="OCA/account-closing" src="https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates"><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-closing&amp;target_branch=16.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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-closing/tree/16.0/account_invoice_start_end_dates"><img alt="OCA/account-closing" src="https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates"><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-closing&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module adds the fields <em>Start Date</em> and <em>End Date</em> on invoice/move lines.</p>
374379
<p>It also adds an option <em>Must Have Start/End Dates</em> on the product form (in the <em>Accounting</em> tab) ; if you enable this option, you will get an error message if you try to post an invoice/move that constains such a product on one of its lines and doesn’t have start/end dates on that line.</p>
375380
<p>If you use this module, you may also be interested in several other modules:</p>
@@ -390,30 +395,30 @@ <h1 class="title">Account Invoice Start End Dates</h1>
390395
</ul>
391396
</div>
392397
<div class="section" id="bug-tracker">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
394399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-closing/issues">GitHub Issues</a>.
395400
In case of trouble, please check there if your issue has already been reported.
396401
If you spotted it first, help us to smash it by providing a detailed and welcomed
397402
<a class="reference external" href="https://github.com/OCA/account-closing/issues/new?body=module:%20account_invoice_start_end_dates%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398403
<p>Do not contact contributors directly about support or help with technical issues.</p>
399404
</div>
400405
<div class="section" id="credits">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
402407
<div class="section" id="authors">
403-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
408+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
404409
<ul class="simple">
405410
<li>Akretion</li>
406411
</ul>
407412
</div>
408413
<div class="section" id="contributors">
409-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
410415
<ul class="simple">
411416
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
412417
<li>Jeroen Evens &lt;<a class="reference external" href="mailto:jeroen.evens&#64;dynapps.be">jeroen.evens&#64;dynapps.be</a>&gt;</li>
413418
</ul>
414419
</div>
415420
<div class="section" id="maintainers">
416-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
421+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
417422
<p>This module is maintained by the OCA.</p>
418423
<a class="reference external image-reference" href="https://odoo-community.org">
419424
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -428,5 +433,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
428433
</div>
429434
</div>
430435
</div>
436+
</div>
431437
</body>
432438
</html>

0 commit comments

Comments
 (0)