Skip to content

Commit 68613bd

Browse files
committed
[BOT] post-merge updates
1 parent b4c0625 commit 68613bd

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ addon | version | maintainers | summary
3535
[purchase_order_archive](purchase_order_archive/) | 18.0.1.0.0 | | Archive Purchase Orders
3636
[purchase_order_line_menu](purchase_order_line_menu/) | 18.0.1.0.0 | | Adds Purchase Order Lines Menu
3737
[purchase_order_qty_change_no_recompute](purchase_order_qty_change_no_recompute/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Prevent recompute if only quantity has changed in purchase order line
38+
[purchase_order_secondary_unit](purchase_order_secondary_unit/) | 18.0.1.0.0 | | Purchase product in a secondary unit
3839
[purchase_order_type](purchase_order_type/) | 18.0.1.0.0 | | Purchase Order Type
3940
[purchase_order_uninvoiced_amount](purchase_order_uninvoiced_amount/) | 18.0.1.0.0 | | Purchase Order Univoiced Amount
4041
[purchase_partner_selectable_option](purchase_partner_selectable_option/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Purchase Partner Selectable Option

purchase_order_secondary_unit/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Order Secondary Unit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3759ed569394b34e6d79a9dfe97979e007b624be6c9557fa09ec3aa2511dc5fd
10+
!! source digest: sha256:bdeadc15d0ce67a863e44c7d62a4cf751455aece2b9148f784720e4e4a45565d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -69,14 +69,14 @@ Authors
6969
Contributors
7070
------------
7171

72-
- `Tecnativa <https://www.tecnativa.com>`__:
72+
- `Tecnativa <https://www.tecnativa.com>`__:
7373

74-
- Sergio Teruel
75-
- Ernesto Tejeda
74+
- Sergio Teruel
75+
- Ernesto Tejeda
7676

77-
- Nikul Chaudhary <nikulchaudhary2112@gmail.com>
78-
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
79-
- Miguel Ángel Gómez <miguel.gomez@braintec.com>
77+
- Nikul Chaudhary <nikulchaudhary2112@gmail.com>
78+
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
79+
- Miguel Ángel Gómez <miguel.gomez@braintec.com>
8080

8181
Maintainers
8282
-----------

purchase_order_secondary_unit/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Order Secondary Unit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:3759ed569394b34e6d79a9dfe97979e007b624be6c9557fa09ec3aa2511dc5fd
370+
!! source digest: sha256:bdeadc15d0ce67a863e44c7d62a4cf751455aece2b9148f784720e4e4a45565d
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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_order_secondary_unit"><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_order_secondary_unit"><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>
373373
<p>This module extends the functionality of purchase orders to allow buy

setup/_metapackage/pyproject.toml

+2-1
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.20250306.0"
3+
version = "18.0.20250308.0"
44
dependencies = [
55
"odoo-addon-purchase_all_shipments==18.0.*",
66
"odoo-addon-purchase_analytic_global==18.0.*",
@@ -16,6 +16,7 @@ dependencies = [
1616
"odoo-addon-purchase_order_archive==18.0.*",
1717
"odoo-addon-purchase_order_line_menu==18.0.*",
1818
"odoo-addon-purchase_order_qty_change_no_recompute==18.0.*",
19+
"odoo-addon-purchase_order_secondary_unit==18.0.*",
1920
"odoo-addon-purchase_order_type==18.0.*",
2021
"odoo-addon-purchase_order_uninvoiced_amount==18.0.*",
2122
"odoo-addon-purchase_partner_selectable_option==18.0.*",

0 commit comments

Comments
 (0)