Skip to content

Commit 66e2ec9

Browse files
committed
[BOT] post-merge updates
1 parent 561d4a5 commit 66e2ec9

File tree

4 files changed

+34
-22
lines changed

4 files changed

+34
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addon | version | maintainers | summary
3434
[account_invoice_date_due](account_invoice_date_due/) | 14.0.1.0.1 | <a href='https://github.com/luisg123v'><img src='https://github.com/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> <a href='https://github.com/joao-p-marques'><img src='https://github.com/joao-p-marques.png' width='32' height='32' style='border-radius:50%;' alt='joao-p-marques'/></a> | Update Invoice's Due Date
3535
[account_invoice_discount_display_amount](account_invoice_discount_display_amount/) | 14.0.1.0.0 | | Show total discount applied and total without discount on invoices.
3636
[account_invoice_fiscal_position_update](account_invoice_fiscal_position_update/) | 14.0.1.0.1 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Changing the fiscal position of an invoice will auto-update invoice lines
37-
[account_invoice_fixed_discount](account_invoice_fixed_discount/) | 14.0.1.0.3 | | Allows to apply fixed amount discounts in invoices.
37+
[account_invoice_fixed_discount](account_invoice_fixed_discount/) | 14.0.1.0.4 | | Allows to apply fixed amount discounts in invoices.
3838
[account_invoice_force_number](account_invoice_force_number/) | 14.0.1.0.1 | | Allows to force invoice numbering on specific invoices
3939
[account_invoice_google_document_ai](account_invoice_google_document_ai/) | 14.0.1.0.0 | | Allows to import data from document using Google Document AI
4040
[account_invoice_google_document_ai_purchase](account_invoice_google_document_ai_purchase/) | 14.0.1.0.0 | | Integration with purchase

account_invoice_fixed_discount/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 Fixed Discount
37
======================
@@ -7,13 +11,13 @@ Account Fixed Discount
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:05a7e30f6a6d5faa43c37c4fab5ca0673d4eeff18c48bd37fcc0df16c7218501
14+
!! source digest: sha256:5559e79d9627ef1d6558d99e2797ee1ec842f93f26ea9b6366845f085f9cb8ac
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-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github

account_invoice_fixed_discount/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Account Fixed Discount",
66
"summary": "Allows to apply fixed amount discounts in invoices.",
7-
"version": "14.0.1.0.3",
7+
"version": "14.0.1.0.4",
88
"category": "Accounting & Finance",
99
"website": "https://github.com/OCA/account-invoicing",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",

account_invoice_fixed_discount/static/description/index.html

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Account Fixed Discount</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
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 {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="account-fixed-discount">
364-
<h1 class="title">Account Fixed Discount</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-fixed-discount">
370+
<h1>Account Fixed Discount</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:05a7e30f6a6d5faa43c37c4fab5ca0673d4eeff18c48bd37fcc0df16c7218501
375+
!! source digest: sha256:5559e79d9627ef1d6558d99e2797ee1ec842f93f26ea9b6366845f085f9cb8ac
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/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/account-invoicing/tree/14.0/account_invoice_fixed_discount"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_fixed_discount"><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-invoicing&amp;target_branch=14.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/account-invoicing/tree/14.0/account_invoice_fixed_discount"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_invoice_fixed_discount"><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-invoicing&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the functionality of Invoicing to allow you to apply fixed
374379
amount discounts at invoice line level.</p>
375380
<p>The module also extends the invoice report to show fixed discount.</p>
@@ -389,12 +394,12 @@ <h1 class="title">Account Fixed Discount</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="installation">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
393398
<p><strong>Warning</strong>: This module is incompatible with
394399
<tt class="docutils literal">account_invoice_triple_discount</tt> which also belongs to <a class="reference external" href="https://github.com/OCA/account-invoicing">OCA/account-invoicing</a>.</p>
395400
</div>
396401
<div class="section" id="usage">
397-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
402+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
398403
<p>To use this module, you need to:</p>
399404
<ol class="arabic simple">
400405
<li>Go to <em>Settings</em> and <em>Activate the developer mode</em></li>
@@ -403,30 +408,30 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
403408
</ol>
404409
</div>
405410
<div class="section" id="known-issues-roadmap">
406-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
411+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
407412
<ul class="simple">
408413
<li>At the moment, the simultaneous use of percent and fixed discounts (at
409414
line level) is not supported.</li>
410415
</ul>
411416
</div>
412417
<div class="section" id="bug-tracker">
413-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
418+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
414419
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoicing/issues">GitHub Issues</a>.
415420
In case of trouble, please check there if your issue has already been reported.
416421
If you spotted it first, help us to smash it by providing a detailed and welcomed
417422
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_invoice_fixed_discount%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
418423
<p>Do not contact contributors directly about support or help with technical issues.</p>
419424
</div>
420425
<div class="section" id="credits">
421-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
426+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
422427
<div class="section" id="authors">
423-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
428+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
424429
<ul class="simple">
425430
<li>ForgeFlow</li>
426431
</ul>
427432
</div>
428433
<div class="section" id="contributors">
429-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
430435
<ul class="simple">
431436
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
432437
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
@@ -435,9 +440,11 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
435440
</ul>
436441
</div>
437442
<div class="section" id="maintainers">
438-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
443+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
439444
<p>This module is maintained by the OCA.</p>
440-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
445+
<a class="reference external image-reference" href="https://odoo-community.org">
446+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
447+
</a>
441448
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
442449
mission is to support the collaborative development of Odoo features and
443450
promote its widespread use.</p>
@@ -446,5 +453,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
446453
</div>
447454
</div>
448455
</div>
456+
</div>
449457
</body>
450458
</html>

0 commit comments

Comments
 (0)