Skip to content

Commit 18cc01a

Browse files
committed
[BOT] post-merge updates
1 parent 1786842 commit 18cc01a

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
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_line_menu](purchase_order_line_menu/) | 18.0.1.0.0 | | Adds Purchase Order Lines Menu
2627
[purchase_order_type](purchase_order_type/) | 18.0.1.0.0 | | Purchase Order Type
2728
[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.
2829

purchase_order_line_menu/README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Order Line Menu
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:88aeb412ceb4b8eaf9cacbb278645875b0fdac1e2a22278a219f645cecb0e312
10+
!! source digest: sha256:c6257f8cdd892175735e7072d5619d7ebe9b63836802ace8a92efdb4f36a01f1
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -62,16 +62,16 @@ Authors
6262
Contributors
6363
------------
6464

65-
- \`Open Source Integrators <https://opensourceintegrators.com>\`:
65+
- \`Open Source Integrators <https://opensourceintegrators.com>\`:
6666

67-
- Daniel Reis <dreis@opensourceintegrators.com>
68-
- Freni Patel <fpatel@opensourceintegrators.com>
69-
- Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>
70-
- \`Moduon Team <https://moduon.team>\`:
67+
- Daniel Reis <dreis@opensourceintegrators.com>
68+
- Freni Patel <fpatel@opensourceintegrators.com>
69+
- Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>
70+
- \`Moduon Team <https://moduon.team>\`:
7171

72-
- Eduardo de Miguel <edu@moduon.team>
73-
- Emilio Pascual <emilio@moduon.team>
74-
- Rafael Blasco <rblasco@moduon.team>
72+
- Eduardo de Miguel <edu@moduon.team>
73+
- Emilio Pascual <emilio@moduon.team>
74+
- Rafael Blasco <rblasco@moduon.team>
7575

7676
Maintainers
7777
-----------

purchase_order_line_menu/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Order Line Menu</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:88aeb412ceb4b8eaf9cacbb278645875b0fdac1e2a22278a219f645cecb0e312
370+
!! source digest: sha256:c6257f8cdd892175735e7072d5619d7ebe9b63836802ace8a92efdb4f36a01f1
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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_line_menu"><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_line_menu"><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 menu item and some views to navigate through Purchase Order

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.20241213.0"
3+
version = "18.0.20241217.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_line_menu==18.0.*",
78
"odoo-addon-purchase_order_type==18.0.*",
89
"odoo-addon-purchase_request==18.0.*",
910
]

0 commit comments

Comments
 (0)