Skip to content

Commit 11f5c6b

Browse files
committed
[BOT] post-merge updates
1 parent 3318680 commit 11f5c6b

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[purchase_commercial_partner](purchase_commercial_partner/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Supplier' on POs
2525
[purchase_last_price_info](purchase_last_price_info/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Purchase Product Last Price Info
26+
[purchase_order_type](purchase_order_type/) | 18.0.1.0.0 | | Purchase Order Type
2627
[purchase_request](purchase_request/) | 18.0.1.0.0 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
2728

2829
[//]: # (end addons)

purchase_order_type/README.rst

+8-8
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:0e071e9d441c6f8ba611b4cd65320eec00e2b028eda550943890a25ffb060800
10+
!! source digest: sha256:926f84b3c0d04084fc155071eb39aa3e42d38d568d23f6772a1d7310343aec73
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -41,20 +41,20 @@ Configuration
4141

4242
To configure this module, you need to:
4343

44-
- Go to **Purchases > Configuration > Purchase types**
45-
- Modify / create the purchase order types
44+
- Go to **Purchases > Configuration > Purchase types**
45+
- Modify / create the purchase order types
4646

4747
Usage
4848
=====
4949

5050
To use this module, you need to:
5151

52-
- Attribute a type when editing purchase orders
52+
- Attribute a type when editing purchase orders
5353

5454
Known issues / Roadmap
5555
======================
5656

57-
- Suggestion: add a default configuration attached to the types
57+
- Suggestion: add a default configuration attached to the types
5858

5959
Bug Tracker
6060
===========
@@ -77,9 +77,9 @@ Authors
7777
Contributors
7878
------------
7979

80-
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
81-
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
82-
- Roger Sans <roger.sans@sygel.es>
80+
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
81+
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
82+
- Roger Sans <roger.sans@sygel.es>
8383

8484
Maintainers
8585
-----------

purchase_order_type/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Order Type</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0e071e9d441c6f8ba611b4cd65320eec00e2b028eda550943890a25ffb060800
370+
!! source digest: sha256:926f84b3c0d04084fc155071eb39aa3e42d38d568d23f6772a1d7310343aec73
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_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-18-0/purchase-workflow-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Adds a configurable <em>type</em> on the purchase orders. This type can be used

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "18.0.20241108.1"
3+
version = "18.0.20241213.0"
44
dependencies = [
55
"odoo-addon-purchase_commercial_partner==18.0.*",
66
"odoo-addon-purchase_last_price_info==18.0.*",
7+
"odoo-addon-purchase_order_type==18.0.*",
78
"odoo-addon-purchase_request==18.0.*",
89
]
910
classifiers=[

0 commit comments

Comments
 (0)