Skip to content

Commit 3945abb

Browse files
committed
[BOT] post-merge updates
1 parent d951b28 commit 3945abb

File tree

4 files changed

+43
-31
lines changed

4 files changed

+43
-31
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ addon | version | maintainers | summary
9595
[purchase_substate](purchase_substate/) | 18.0.1.0.0 | | Purchase Sub State
9696
[purchase_tag](purchase_tag/) | 18.0.1.1.0 | | Allows to add multiple tags to purchase orders
9797
[purchase_tier_validation](purchase_tier_validation/) | 18.0.1.0.0 | | Extends the functionality of Purchase Orders to support a tier validation process.
98+
[purchase_triple_discount](purchase_triple_discount/) | 18.0.1.0.0 | | Manage triple discount on purchase order lines
9899
[purchase_uninvoiced_amount_force_invoiced_line](purchase_uninvoiced_amount_force_invoiced_line/) | 18.0.1.0.0 | <a href='https://github.com/JoanSForgeFlow'><img src='https://github.com/JoanSForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JoanSForgeFlow'/></a> | Glue module between uninvoiced amount line and force invoiced line
99100
[purchase_warn_message](purchase_warn_message/) | 18.0.1.0.0 | | Add a popup warning on purchase to ensure warning is populated
100101
[purchase_work_acceptance](purchase_work_acceptance/) | 18.0.1.0.0 | <a href='https://github.com/ps-tubtim'><img src='https://github.com/ps-tubtim.png' width='32' height='32' style='border-radius:50%;' alt='ps-tubtim'/></a> | Purchase Work Acceptance

purchase_triple_discount/README.rst

Lines changed: 23 additions & 19 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
Purchase Order Triple Discount
37
==============================
@@ -7,13 +11,13 @@ Purchase Order Triple Discount
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:7654a7c0cecfa08e2c35ec474797fd74f52f25b4d9fede815468776f91f6425e
14+
!! source digest: sha256:fb4779564a8b987350b0ed4d4e6d8035eddc9a8fd341f3e32703640e8e8bd359
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%2Fpurchase--workflow-lightgray.png?logo=github
@@ -46,23 +50,23 @@ be calculated over discount 1 and discount 3 over the result of discount
4650

4751
Unit price: 600.00 ->
4852

49-
- Disc. 1 = 50% -> Amount = 300.00
50-
- Disc. 2 = 50% -> Amount = 150.00
51-
- Disc. 3 = 50% -> Amount = 75.00
53+
- Disc. 1 = 50% -> Amount = 300.00
54+
- Disc. 2 = 50% -> Amount = 150.00
55+
- Disc. 3 = 50% -> Amount = 75.00
5256

5357
You can also use negative values to charge instead of discount:
5458

5559
Unit price: 600.00 ->
5660

57-
- Disc. 1 = 50% -> Amount = 300.00
58-
- Disc. 2 = -5% -> Amount = 315.00
61+
- Disc. 1 = 50% -> Amount = 300.00
62+
- Disc. 2 = -5% -> Amount = 315.00
5963

60-
- When the purchase order is validated, the discounts will be added to
61-
the corresponding vendor pricelist.
62-
- Vendor pricelists can be edited as well with their corresponding new
63-
second and third discounts.
64-
- A default second or third discount can be set in every vendor *Sale &
65-
Purchases* tab.
64+
- When the purchase order is validated, the discounts will be added to
65+
the corresponding vendor pricelist.
66+
- Vendor pricelists can be edited as well with their corresponding new
67+
second and third discounts.
68+
- A default second or third discount can be set in every vendor *Sale &
69+
Purchases* tab.
6670

6771
Bug Tracker
6872
===========
@@ -86,16 +90,16 @@ Authors
8690
Contributors
8791
------------
8892

89-
- `Tecnativa <https://www.tecnativa.com>`__:
93+
- `Tecnativa <https://www.tecnativa.com>`__:
9094

91-
- David Vidal
92-
- Pedro M. Baeza
95+
- David Vidal
96+
- Pedro M. Baeza
9397

94-
- Sylvain LE GAL (https://twitter.com/legalsylvain)
98+
- Sylvain LE GAL (https://twitter.com/legalsylvain)
9599

96-
- `ForgeFlow S.L. <https://www.forgeflow.com>`__:
100+
- `ForgeFlow S.L. <https://www.forgeflow.com>`__:
97101

98-
- Christopher Ormaza <chris.ormaza@forgeflow.com>
102+
- Christopher Ormaza <chris.ormaza@forgeflow.com>
99103

100104
Maintainers
101105
-----------

purchase_triple_discount/static/description/index.html

Lines changed: 17 additions & 11 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>Purchase Order Triple Discount</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="purchase-order-triple-discount">
364-
<h1 class="title">Purchase Order Triple 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="purchase-order-triple-discount">
370+
<h1>Purchase Order Triple Discount</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:7654a7c0cecfa08e2c35ec474797fd74f52f25b4d9fede815468776f91f6425e
375+
!! source digest: sha256:fb4779564a8b987350b0ed4d4e6d8035eddc9a8fd341f3e32703640e8e8bd359
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/purchase-workflow/tree/18.0/purchase_triple_discount"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_triple_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/purchase-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/purchase-workflow/tree/18.0/purchase_triple_discount"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_triple_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/purchase-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>
373378
<p>This module allows to have three successive discounts on every purchase
374379
order line.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -386,7 +391,7 @@ <h1 class="title">Purchase Order Triple Discount</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="usage">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
390395
<p>Create a new purchase order and add discounts in any of the three
391396
discount fields given. They go in order of precedence so discount 2 will
392397
be calculated over discount 1 and discount 3 over the result of discount
@@ -417,24 +422,24 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
417422
</ul>
418423
</div>
419424
<div class="section" id="bug-tracker">
420-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
425+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
421426
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
422427
In case of trouble, please check there if your issue has already been reported.
423428
If you spotted it first, help us to smash it by providing a detailed and welcomed
424429
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_triple_discount%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
425430
<p>Do not contact contributors directly about support or help with technical issues.</p>
426431
</div>
427432
<div class="section" id="credits">
428-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
433+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
429434
<div class="section" id="authors">
430-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
435+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
431436
<ul class="simple">
432437
<li>Tecnativa</li>
433438
<li>GRAP</li>
434439
</ul>
435440
</div>
436441
<div class="section" id="contributors">
437-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
438443
<ul>
439444
<li><p class="first"><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:</p>
440445
<blockquote>
@@ -454,7 +459,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
454459
</ul>
455460
</div>
456461
<div class="section" id="maintainers">
457-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
462+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
458463
<p>This module is maintained by the OCA.</p>
459464
<a class="reference external image-reference" href="https://odoo-community.org">
460465
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -467,5 +472,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
467472
</div>
468473
</div>
469474
</div>
475+
</div>
470476
</body>
471477
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "18.0.20251126.0"
3+
version = "18.0.20251201.0"
44
dependencies = [
55
"odoo-addon-partner_supplierinfo_smartbutton==18.0.*",
66
"odoo-addon-procurement_purchase_no_grouping==18.0.*",
@@ -76,6 +76,7 @@ dependencies = [
7676
"odoo-addon-purchase_substate==18.0.*",
7777
"odoo-addon-purchase_tag==18.0.*",
7878
"odoo-addon-purchase_tier_validation==18.0.*",
79+
"odoo-addon-purchase_triple_discount==18.0.*",
7980
"odoo-addon-purchase_uninvoiced_amount_force_invoiced_line==18.0.*",
8081
"odoo-addon-purchase_warn_message==18.0.*",
8182
"odoo-addon-purchase_work_acceptance==18.0.*",

0 commit comments

Comments
 (0)