Skip to content

Commit d0bd1c3

Browse files
committed
[BOT] post-merge updates
1 parent c22a941 commit d0bd1c3

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addon | version | maintainers | summary
2626
[account_operating_unit_access_all](account_operating_unit_access_all/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Access all OUs' Accounting
2727
[analytic_operating_unit](analytic_operating_unit/) | 17.0.1.0.0 | | Analytic Operating Unit
2828
[analytic_operating_unit_access_all](analytic_operating_unit_access_all/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Access all OUs' Analytics
29-
[contract_operating_unit](contract_operating_unit/) | 17.0.1.0.0 | | Contract Operating Unit
29+
[contract_operating_unit](contract_operating_unit/) | 17.0.1.1.0 | | Contract Operating Unit
3030
[contract_operating_unit_access_all](contract_operating_unit_access_all/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Access all OUs' Contracts
3131
[crm_operating_unit](crm_operating_unit/) | 17.0.1.0.0 | | Operating Unit in CRM
3232
[hr_operating_unit](hr_operating_unit/) | 17.0.1.0.0 | | HR Operating Unit

contract_operating_unit/README.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contract Operating Unit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b0a039ab96737079ec10f2acbca0440fc11a87c220fea6cc33d11ad7b044e360
10+
!! source digest: sha256:e17751beb137803e478cec510202a6083afa06a957c5b53afdb71b06f1616821
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -30,10 +30,9 @@ Contract Operating Unit
3030

3131
This module introduces the following features:
3232

33-
- Adds the Operating Unit (OU) to Contracts.
34-
- Security rules are defined to ensure that users can only see the
35-
Contracts of that Operating Units in which they are allowed access
36-
to.
33+
- Adds the Operating Unit (OU) to Contracts.
34+
- Security rules are defined to ensure that users can only see the
35+
Contracts of that Operating Units in which they are allowed access to.
3736

3837
**Table of contents**
3938

@@ -66,10 +65,10 @@ Authors
6665
Contributors
6766
------------
6867

69-
- Aaron Henriquez <ahenriquez@forgeflow.com>
70-
- Kitti U. <kittiu@ecosoft.co.th>
71-
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
72-
- Tran Thanh Trai <traitt@trobz.com>
68+
- Aaron Henriquez <ahenriquez@forgeflow.com>
69+
- Kitti U. <kittiu@ecosoft.co.th>
70+
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
71+
- Tran Thanh Trai <traitt@trobz.com>
7372

7473
Maintainers
7574
-----------

contract_operating_unit/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Contract Operating Unit",
6-
"version": "17.0.1.0.0",
6+
"version": "17.0.1.1.0",
77
"license": "AGPL-3",
88
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/operating-unit",

contract_operating_unit/static/description/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,14 @@ <h1 class="title">Contract Operating Unit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:b0a039ab96737079ec10f2acbca0440fc11a87c220fea6cc33d11ad7b044e360
370+
!! source digest: sha256:e17751beb137803e478cec510202a6083afa06a957c5b53afdb71b06f1616821
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/17.0/contract_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-17-0/operating-unit-17-0-contract_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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module introduces the following features:</p>
374374
<ul class="simple">
375375
<li>Adds the Operating Unit (OU) to Contracts.</li>
376376
<li>Security rules are defined to ensure that users can only see the
377-
Contracts of that Operating Units in which they are allowed access
378-
to.</li>
377+
Contracts of that Operating Units in which they are allowed access to.</li>
379378
</ul>
380379
<p><strong>Table of contents</strong></p>
381380
<div class="contents local topic" id="contents">

0 commit comments

Comments
 (0)