Skip to content

Commit 963b124

Browse files
committed
[BOT] post-merge updates
1 parent 0e084fe commit 963b124

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424
[product_supplier_code_purchase](product_supplier_code_purchase/) | 19.0.1.0.0 | | This module adds to the purchase order line the supplier code defined in the product.
2525
[purchase_allowed_product](purchase_allowed_product/) | 19.0.1.0.0 | | This module allows to select only products that can be supplied by the vendor
2626
[purchase_force_invoiced](purchase_force_invoiced/) | 19.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
27+
[purchase_order_general_discount](purchase_order_general_discount/) | 19.0.1.0.0 | | General discount per purchase order
2728
[purchase_order_owner](purchase_order_owner/) | 19.0.1.0.0 | | Purchase Order Owner
2829
[purchase_order_type](purchase_order_type/) | 19.0.1.0.0 | | Purchase Order Type
2930
[purchase_order_weight_volume](purchase_order_weight_volume/) | 19.0.1.0.0 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Display purchase order weight and volume

purchase_order_general_discount/README.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Purchase Order General Discount
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:46d1525b685b4540f8339062122a76b6e068167500004980e603bf9e6874b1d1
14+
!! source digest: sha256:b8477fb62eb234b7ff62aba40227654f22e4aeee980743a46958ca745a57de49
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -105,26 +105,26 @@ Authors
105105
Contributors
106106
------------
107107

108-
- `Tecnativa <https://www.tecnativa.com>`__:
108+
- `Tecnativa <https://www.tecnativa.com>`__:
109109

110-
- David Vidal
111-
- Pedro M. Baeza
112-
- Rafael Blasco
113-
- Carlos Roca
114-
- Pilar Vargas
110+
- David Vidal
111+
- Pedro M. Baeza
112+
- Rafael Blasco
113+
- Carlos Roca
114+
- Pilar Vargas
115115

116-
- `Aures TIC <https://www.aurestic.es>`__:
116+
- `Aures TIC <https://www.aurestic.es>`__:
117117

118-
- Jose Zambudio
119-
- Anna Martinez
118+
- Jose Zambudio
119+
- Anna Martinez
120120

121-
- `Komit <https://komit-consulting.com>`__:
121+
- `Komit <https://komit-consulting.com>`__:
122122

123-
- Cuong Nguyen Mtm <cuong.nmtm@komit-consulting.com>
123+
- Cuong Nguyen Mtm <cuong.nmtm@komit-consulting.com>
124124

125-
- `APSL-Nagarro <https://apsl.tech>`__
125+
- `APSL-Nagarro <https://apsl.tech>`__
126126

127-
- Antoni Marroig <antoni.marroig@nagarro.com>
127+
- Antoni Marroig <antoni.marroig@nagarro.com>
128128

129129
Maintainers
130130
-----------

purchase_order_general_discount/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Purchase Order General Discount</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:46d1525b685b4540f8339062122a76b6e068167500004980e603bf9e6874b1d1
375+
!! source digest: sha256:b8477fb62eb234b7ff62aba40227654f22e4aeee980743a46958ca745a57de49
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/19.0/purchase_order_general_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-19-0/purchase-workflow-19-0-purchase_order_general_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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module allows to set a general discount in a purchase order. This

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "19.0.20260202.1"
3+
version = "19.0.20260203.0"
44
dependencies = [
55
"odoo-addon-product_supplier_code_purchase==19.0.*",
66
"odoo-addon-purchase_allowed_product==19.0.*",
77
"odoo-addon-purchase_force_invoiced==19.0.*",
8+
"odoo-addon-purchase_order_general_discount==19.0.*",
89
"odoo-addon-purchase_order_owner==19.0.*",
910
"odoo-addon-purchase_order_type==19.0.*",
1011
"odoo-addon-purchase_order_weight_volume==19.0.*",

0 commit comments

Comments
 (0)