Skip to content

Commit 91670e2

Browse files
[MIG] Migrate data_encryption to 18
1 parent e3f5325 commit 91670e2

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

data_encryption/README.rst

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ Encryption data
1010
!! source digest: sha256:944425b96b37d35d105f21f5a507a4b36c390de014d97f62379963d72f3d96ad
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13-
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1414
:target: https://odoo-community.org/page/development-status
15-
:alt: Alpha
15+
:alt: Production/Stable
1616
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github
20-
:target: https://github.com/OCA/server-env/tree/17.0/data_encryption
20+
:target: https://github.com/OCA/server-env/tree/18.0/data_encryption
2121
:alt: OCA/server-env
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/server-env-17-0/server-env-17-0-data_encryption
23+
:target: https://translation.odoo-community.org/projects/server-env-18-0/server-env-18-0-data_encryption
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -32,11 +32,6 @@ This module allows to encrypt and decrypt data. This module is not
3232
usable by itself, it is a low level module which should work as a base
3333
for others. An example is the module server_environment_data_encryption
3434

35-
.. IMPORTANT::
36-
This is an alpha version, the data model and design can change at any time without warning.
37-
Only for development or testing purpose, do not use in production.
38-
`More details on development status <https://odoo-community.org/page/development-status>`_
39-
4035
**Table of contents**
4136

4237
.. contents::
@@ -87,7 +82,7 @@ Bug Tracker
8782
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-env/issues>`_.
8883
In case of trouble, please check there if your issue has already been reported.
8984
If you spotted it first, help us to smash it by providing a detailed and welcomed
90-
`feedback <https://github.com/OCA/server-env/issues/new?body=module:%20data_encryption%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
85+
`feedback <https://github.com/OCA/server-env/issues/new?body=module:%20data_encryption%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
9186

9287
Do not contact contributors directly about support or help with technical issues.
9388

@@ -102,8 +97,8 @@ Authors
10297
Contributors
10398
------------
10499

105-
- Raphaël Reverdy <raphael.reverdy@akretion.com>
106-
- Florian da Costa <florian.dacosta@akretion.com>
100+
- Raphaël Reverdy <raphael.reverdy@akretion.com>
101+
- Florian da Costa <florian.dacosta@akretion.com>
107102

108103
Maintainers
109104
-----------
@@ -118,6 +113,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
118113
mission is to support the collaborative development of Odoo features and
119114
promote its widespread use.
120115

121-
This module is part of the `OCA/server-env <https://github.com/OCA/server-env/tree/17.0/data_encryption>`_ project on GitHub.
116+
.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px
117+
:target: https://github.com/florian-dacosta
118+
:alt: florian-dacosta
119+
120+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
121+
122+
|maintainer-florian-dacosta|
123+
124+
This module is part of the `OCA/server-env <https://github.com/OCA/server-env/tree/18.0/data_encryption>`_ project on GitHub.
122125

123126
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

data_encryption/__manifest__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
{
44
"name": "Encryption data",
55
"summary": "Store accounts and credentials encrypted by environment",
6-
"version": "17.0.1.0.0",
7-
"development_status": "Alpha",
6+
"version": "18.0.1.0.0",
7+
"development_status": "Production/Stable",
8+
"maintainers": ["florian-dacosta"],
89
"category": "Tools",
910
"website": "https://github.com/OCA/server-env",
1011
"author": "Akretion, Odoo Community Association (OCA)",

data_encryption/static/description/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,10 @@ <h1 class="title">Encryption data</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:944425b96b37d35d105f21f5a507a4b36c390de014d97f62379963d72f3d96ad
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/server-env/tree/17.0/data_encryption"><img alt="OCA/server-env" src="https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-env-17-0/server-env-17-0-data_encryption"><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/server-env&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/server-env/tree/18.0/data_encryption"><img alt="OCA/server-env" src="https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-env-18-0/server-env-18-0-data_encryption"><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/server-env&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows to encrypt and decrypt data. This module is not
374374
usable by itself, it is a low level module which should work as a base
375375
for others. An example is the module server_environment_data_encryption</p>
376-
<div class="admonition important">
377-
<p class="first admonition-title">Important</p>
378-
<p class="last">This is an alpha version, the data model and design can change at any time without warning.
379-
Only for development or testing purpose, do not use in production.
380-
<a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p>
381-
</div>
382376
<p><strong>Table of contents</strong></p>
383377
<div class="contents local topic" id="contents">
384378
<ul class="simple">
@@ -430,7 +424,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
430424
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-env/issues">GitHub Issues</a>.
431425
In case of trouble, please check there if your issue has already been reported.
432426
If you spotted it first, help us to smash it by providing a detailed and welcomed
433-
<a class="reference external" href="https://github.com/OCA/server-env/issues/new?body=module:%20data_encryption%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
427+
<a class="reference external" href="https://github.com/OCA/server-env/issues/new?body=module:%20data_encryption%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
434428
<p>Do not contact contributors directly about support or help with technical issues.</p>
435429
</div>
436430
<div class="section" id="credits">
@@ -457,7 +451,9 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
457451
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
458452
mission is to support the collaborative development of Odoo features and
459453
promote its widespread use.</p>
460-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-env/tree/17.0/data_encryption">OCA/server-env</a> project on GitHub.</p>
454+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
455+
<p><a class="reference external image-reference" href="https://github.com/florian-dacosta"><img alt="florian-dacosta" src="https://github.com/florian-dacosta.png?size=40px" /></a></p>
456+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-env/tree/18.0/data_encryption">OCA/server-env</a> project on GitHub.</p>
461457
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
462458
</div>
463459
</div>

0 commit comments

Comments
 (0)