Skip to content

Commit

Permalink
[14.0][IMP] sale_operating_unit: allowed to hide operating_unit_id in…
Browse files Browse the repository at this point in the history
… list views
  • Loading branch information
alexeirivera87 committed Apr 10, 2024
1 parent 7e7cb37 commit 83969e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sale_operating_unit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Operating Unit in Sales
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4b8b505434e1383de7fba1406bbf69f9c2053cfbd668def685abe876e9b5ad21
!! source digest: sha256:840359f2871a974448fc2a4e48ff2b142c4dfb56f28a991545ce18cd9850fdd9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -84,6 +84,7 @@ Contributors
* Darshan Patel <[email protected]>
* Alan Ramos <[email protected]>
* Jorge Alberto Olvera Cuenca <[email protected]>
* Alexei Rivera <[email protected]>

Maintainers
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion sale_operating_unit/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Operating Unit in Sales",
"version": "14.0.1.1.0",
"version": "14.0.1.1.1",
"summary": "An operating unit (OU) is an organizational entity part of a "
"company",
"author": "ForgeFlow, "
Expand Down
1 change: 1 addition & 0 deletions sale_operating_unit/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* Darshan Patel <[email protected]>
* Alan Ramos <[email protected]>
* Jorge Alberto Olvera Cuenca <[email protected]>
* Alexei Rivera <[email protected]>
2 changes: 2 additions & 0 deletions sale_operating_unit/views/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
name="operating_unit_id"
domain="[('user_ids', 'in', uid)]"
groups="operating_unit.group_multi_operating_unit"
optional="hide"
/>
</field>
</field>
Expand All @@ -27,6 +28,7 @@
name="operating_unit_id"
domain="[('user_ids', 'in', uid)]"
groups="operating_unit.group_multi_operating_unit"
optional="hide"
/>
</field>
</field>
Expand Down

0 comments on commit 83969e2

Please sign in to comment.