Skip to content

Commit 0ee53df

Browse files
committed
[BOT] post-merge updates
1 parent b19a159 commit 0ee53df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ addon | version | maintainers | summary
7676
[purchase_order_qty_change_no_recompute](purchase_order_qty_change_no_recompute/) | 14.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
7777
[purchase_order_secondary_unit](purchase_order_secondary_unit/) | 14.0.2.0.1 | | Purchase product in a secondary unit
7878
[purchase_order_shipping_date](purchase_order_shipping_date/) | 14.0.1.0.1 | | Add field Shipping Date in PO and Report
79-
[purchase_order_type](purchase_order_type/) | 14.0.1.0.4 | | Purchase Order Type
79+
[purchase_order_type](purchase_order_type/) | 14.0.1.0.5 | | Purchase Order Type
8080
[purchase_order_type_dashboard](purchase_order_type_dashboard/) | 14.0.1.0.0 | [![dalonsod](https://github.com/dalonsod.png?size=30px)](https://github.com/dalonsod) | Purchase Order Type Dashboard
8181
[purchase_order_uninvoiced_amount](purchase_order_uninvoiced_amount/) | 14.0.1.2.1 | | Show uninvoiced amount on purchase order tree.
8282
[purchase_order_vendor_product](purchase_order_vendor_product/) | 14.0.1.1.0 | | Show only products from the selected vendor in PO line

purchase_order_type/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Order Type
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:264aef62356455fceef10dfa08b5e4254f06a056af47c743b83773779a4d9f94
10+
!! source digest: sha256:2f78156d387c0a8e96010decba6a53f0da5c783397eaaa72e09ea594467971bf
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_order_type/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Purchase Order Type",
6-
"version": "14.0.1.0.4",
6+
"version": "14.0.1.0.5",
77
"author": "Camptocamp, Odoo Community Association (OCA)",
88
"license": "AGPL-3",
99
"category": "Purchase Management",

purchase_order_type/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Purchase Order Type</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:264aef62356455fceef10dfa08b5e4254f06a056af47c743b83773779a4d9f94
369+
!! source digest: sha256:2f78156d387c0a8e96010decba6a53f0da5c783397eaaa72e09ea594467971bf
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<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/14.0/purchase_order_type"><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-14-0/purchase-workflow-14-0-purchase_order_type"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>Adds a configurable <em>type</em> on the purchase orders.

0 commit comments

Comments
 (0)