Commit 3cb6d20 1 parent 0b1f390 commit 3cb6d20 Copy full SHA for 3cb6d20
File tree 4 files changed +5
-3
lines changed
stock_operating_unit_access_all
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ operating_unit] ( operating_unit/ ) | 18.0.1.0.0 | | An operating unit (OU) is an organizational entity part of a company
25
25
[ stock_operating_unit] ( stock_operating_unit/ ) | 18.0.1.0.0 | | Adds the concept of operating unit (OU) in stock management
26
+ [ stock_operating_unit_access_all] ( stock_operating_unit_access_all/ ) | 18.0.1.0.0 | [ ![ kittiu] ( https://github.com/kittiu.png?size=30px )] ( https://github.com/kittiu ) | Access all OUs' Stock
26
27
27
28
[ // ] : # ( end addons )
28
29
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-operating-unit"
3
- version = " 18.0.20250211 .0"
3
+ version = " 18.0.20250303 .0"
4
4
dependencies = [
5
5
" odoo-addon-operating_unit==18.0.*" ,
6
6
" odoo-addon-stock_operating_unit==18.0.*" ,
7
+ " odoo-addon-stock_operating_unit_access_all==18.0.*" ,
7
8
]
8
9
classifiers =[
9
10
" Programming Language :: Python" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Access all OUs' Stock
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:d3e3c099532f290e6030a3c1249b189f245de008b0951b958e512ace697cbdb9
10
+ !! source digest: sha256:ce86590e38a30c9d8e2d31d15b3185eac912bd046e7ffe1c1a01dd42468ced1d
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 @@ -367,7 +367,7 @@ <h1 class="title">Access all OUs’ Stock</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:d3e3c099532f290e6030a3c1249b189f245de008b0951b958e512ace697cbdb9
370
+ !! source digest: sha256:ce86590e38a30c9d8e2d31d15b3185eac912bd046e7ffe1c1a01dd42468ced1d
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/operating-unit/tree/18.0/stock_operating_unit_access_all "> < img alt ="OCA/operating-unit " src ="https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/operating-unit-18-0/operating-unit-18-0-stock_operating_unit_access_all "> < 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/operating-unit&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 allow a user to have Access all OUs’ pickings, without
You can’t perform that action at this time.
0 commit comments