Commit 03f3463 1 parent e8e4b49 commit 03f3463 Copy full SHA for 03f3463
File tree 4 files changed +8
-5
lines changed
purchase_requisition_tier_validation
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ purchase_force_invoiced] ( purchase_force_invoiced/ ) | 17.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
25
25
[ purchase_order_type] ( purchase_order_type/ ) | 17.0.1.0.0 | | Purchase Order Type
26
+ [ purchase_requisition_tier_validation] ( purchase_requisition_tier_validation/ ) | 17.0.1.0.0 | | Extends the functionality of Purchase Agreements to support a tier validation process.
26
27
27
28
[ // ] : # ( end addons )
28
29
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Purchase Requisition Tier Validation
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:dacfe0da7fd838e896800e59ba4f9e12e7b1bc39f5f2a96a1f00f7ab837779e4
10
+ !! source digest: sha256:9b63d0fb527927e2012fce7c625bd179953a2ed88c8483d9f3b8a30bea08e31d
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ <h1 class="title">Purchase Requisition Tier Validation</h1>
366
366
!! This file is generated by oca-gen-addon-readme !!
367
367
!! changes will be overwritten. !!
368
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:dacfe0da7fd838e896800e59ba4f9e12e7b1bc39f5f2a96a1f00f7ab837779e4
369
+ !! source digest: sha256:9b63d0fb527927e2012fce7c625bd179953a2ed88c8483d9f3b8a30bea08e31d
370
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
< 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/17.0/purchase_requisition_tier_validation "> < 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-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation "> < 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&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
372
< p > This module extends the functionality of Purchase Agreements to support
@@ -446,14 +446,15 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
446
446
</ li >
447
447
< li > < a class ="reference external " href ="https://trobz.com "> Trobz</ a > :< ul >
448
448
< li > Dzung Tran << a class ="reference external " href ="mailto:dungtd@trobz.com "> dungtd@trobz.com</ a > ></ li >
449
+ < li > Son Ho << a class ="reference external " href ="mailto:sonhd@trobz.com "> sonhd@trobz.com</ a > ></ li >
449
450
</ ul >
450
451
</ li >
451
452
</ ul >
452
453
</ div >
453
454
< div class ="section " id ="other-credits ">
454
455
< h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Other credits</ a > </ h2 >
455
- < p > This module extends the functionality of Purchase Agreements to support
456
- a tier validation process. </ p >
456
+ < p > The migration of this module from 16.0 to 17.0 was financially supported
457
+ by Camptocamp </ p >
457
458
</ div >
458
459
< div class ="section " id ="maintainers ">
459
460
< h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h2 >
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-purchase-workflow"
3
- version = " 17.0.20240124.1 "
3
+ version = " 17.0.20240125.0 "
4
4
dependencies = [
5
5
" odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev" ,
6
6
" odoo-addon-purchase_order_type>=17.0dev,<17.1dev" ,
7
+ " odoo-addon-purchase_requisition_tier_validation>=17.0dev,<17.1dev" ,
7
8
]
8
9
classifiers =[
9
10
" Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments