Skip to content

Commit 45b2646

Browse files
committed
[BOT] post-merge updates
1 parent 9135b52 commit 45b2646

File tree

4 files changed

+503
-488
lines changed

4 files changed

+503
-488
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ addon | version | maintainers | summary
8888
[purchase_stock_secondary_unit](purchase_stock_secondary_unit/) | 17.0.1.0.0 | | Get product quantities in a secondary unit
8989
[purchase_tag](purchase_tag/) | 17.0.1.2.0 | | Allows to add multiple tags to purchase orders
9090
[purchase_tier_validation](purchase_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Purchase Orders to support a tier validation process.
91+
[purchase_triple_discount](purchase_triple_discount/) | 17.0.1.0.0 | | Manage triple discount on purchase order lines
9192
[purchase_v12_control_menu](purchase_v12_control_menu/) | 17.0.1.0.0 | | Purchase Control Menu from v12
9293
[purchase_warn_message](purchase_warn_message/) | 17.0.1.0.0 | | Add a popup warning on purchase to ensure warning is populated
9394
[sale_purchase_force_vendor](sale_purchase_force_vendor/) | 17.0.1.0.1 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Sale Purchase Force Vendor

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:e4039ec947d7608384deda655090064d193275f3b87fe5607d4c5ca9a78186fc
14+
!! source digest: sha256:7fd0184bfacabd67a00c17a04edb7e29be762da8d2871cf0e726d10a3fcd2f5d
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
-----------

0 commit comments

Comments
 (0)