Commit 68613bd 1 parent b4c0625 commit 68613bd Copy full SHA for 68613bd
File tree 4 files changed +11
-9
lines changed
purchase_order_secondary_unit
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ addon | version | maintainers | summary
35
35
[ purchase_order_archive] ( purchase_order_archive/ ) | 18.0.1.0.0 | | Archive Purchase Orders
36
36
[ purchase_order_line_menu] ( purchase_order_line_menu/ ) | 18.0.1.0.0 | | Adds Purchase Order Lines Menu
37
37
[ 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
38
39
[ purchase_order_type] ( purchase_order_type/ ) | 18.0.1.0.0 | | Purchase Order Type
39
40
[ purchase_order_uninvoiced_amount] ( purchase_order_uninvoiced_amount/ ) | 18.0.1.0.0 | | Purchase Order Univoiced Amount
40
41
[ 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Purchase Order Secondary Unit
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:3759ed569394b34e6d79a9dfe97979e007b624be6c9557fa09ec3aa2511dc5fd
10
+ !! source digest: sha256:bdeadc15d0ce67a863e44c7d62a4cf751455aece2b9148f784720e4e4a45565d
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -69,14 +69,14 @@ Authors
69
69
Contributors
70
70
------------
71
71
72
- - `Tecnativa <https://www.tecnativa.com >`__:
72
+ - `Tecnativa <https://www.tecnativa.com >`__:
73
73
74
- - Sergio Teruel
75
- - Ernesto Tejeda
74
+ - Sergio Teruel
75
+ - Ernesto Tejeda
76
76
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>
80
80
81
81
Maintainers
82
82
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Purchase Order Secondary Unit</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:3759ed569394b34e6d79a9dfe97979e007b624be6c9557fa09ec3aa2511dc5fd
370
+ !! source digest: sha256:bdeadc15d0ce67a863e44c7d62a4cf751455aece2b9148f784720e4e4a45565d
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module extends the functionality of purchase orders to allow buy
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-purchase-workflow"
3
- version = " 18.0.20250306 .0"
3
+ version = " 18.0.20250308 .0"
4
4
dependencies = [
5
5
" odoo-addon-purchase_all_shipments==18.0.*" ,
6
6
" odoo-addon-purchase_analytic_global==18.0.*" ,
@@ -16,6 +16,7 @@ dependencies = [
16
16
" odoo-addon-purchase_order_archive==18.0.*" ,
17
17
" odoo-addon-purchase_order_line_menu==18.0.*" ,
18
18
" odoo-addon-purchase_order_qty_change_no_recompute==18.0.*" ,
19
+ " odoo-addon-purchase_order_secondary_unit==18.0.*" ,
19
20
" odoo-addon-purchase_order_type==18.0.*" ,
20
21
" odoo-addon-purchase_order_uninvoiced_amount==18.0.*" ,
21
22
" odoo-addon-purchase_partner_selectable_option==18.0.*" ,
You can’t perform that action at this time.
0 commit comments