File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
res_partner_operating_unit Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727[ operating_unit] ( operating_unit/ ) | 19.0.1.0.1 | | An operating unit (OU) is an organizational entity part of a company
2828[ operating_unit_access_all] ( operating_unit_access_all/ ) | 19.0.1.0.0 | <a href =' https://github.com/kittiu ' ><img src =' https://github.com/kittiu.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' kittiu ' /></a > | Access all Operating Units
2929[ product_operating_unit] ( product_operating_unit/ ) | 19.0.1.0.0 | | Adds the concept of operating unit (OU) in products
30+ [ res_partner_operating_unit] ( res_partner_operating_unit/ ) | 19.0.1.0.0 | | Introduces Operating Unit fields in Partner
3031[ sales_team_operating_unit] ( sales_team_operating_unit/ ) | 19.0.1.0.0 | | Sales Team Operating Unit
3132
3233[ // ] : # ( end addons )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Partner with Operating Unit
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:65f5a695789262630b40a31a5f1c4684a91813cde3f2caa75d9a51530054073c
14+ !! source digest: sha256:410a30e71796f91f1fc73084964e73166c0dd771108abacc7cf86ca6110915ec
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Partner with Operating Unit</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:65f5a695789262630b40a31a5f1c4684a91813cde3f2caa75d9a51530054073c
375+ !! source digest: sha256:410a30e71796f91f1fc73084964e73166c0dd771108abacc7cf86ca6110915ec
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< 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/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/operating-unit/tree/19.0/res_partner_operating_unit "> < 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-19-0/operating-unit-19-0-res_partner_operating_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/operating-unit&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This module introduces the following features:</ p >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-operating-unit"
3- version = " 19.0.20260105 .0"
3+ version = " 19.0.20260312 .0"
44dependencies = [
55 " odoo-addon-account_operating_unit==19.0.*" ,
66 " odoo-addon-analytic_operating_unit==19.0.*" ,
77 " odoo-addon-crm_operating_unit==19.0.*" ,
88 " odoo-addon-operating_unit==19.0.*" ,
99 " odoo-addon-operating_unit_access_all==19.0.*" ,
1010 " odoo-addon-product_operating_unit==19.0.*" ,
11+ " odoo-addon-res_partner_operating_unit==19.0.*" ,
1112 " odoo-addon-sales_team_operating_unit==19.0.*" ,
1213]
1314classifiers =[
You can’t perform that action at this time.
0 commit comments