Skip to content

Commit b8e50a5

Browse files
committed
[BOT] post-merge updates
1 parent 99ebcf6 commit b8e50a5

4 files changed

Lines changed: 49 additions & 34 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ server-env
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[server_environment](server_environment/) | 19.0.1.0.0 | | move some configurations out of the database
2125

2226
[//]: # (end addons)
2327

server_environment/README.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ server configuration environment files
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:39cd61c3a9621d0b7ee7a346adf45f4a2c90e80e6a61e18f182386c6fc90fd19
14+
!! source digest: sha256:2b1e908c73e152865a84ba5b045ecbe4b2d04576fd403688f7e8a2023122b7ea
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -100,12 +100,12 @@ You can edit the settings you need in the ``server_environment_files``
100100
addon. The ``server_environment_files_sample`` can be used as an
101101
example:
102102

103-
- values common to all / most environments can be stored in the
104-
``default/`` directory using the .ini file syntax;
105-
- each environment you need to define is stored in its own directory
106-
and can override or extend default values;
107-
- you can override or extend values in the main configuration file of
108-
your instance;
103+
- values common to all / most environments can be stored in the
104+
``default/`` directory using the .ini file syntax;
105+
- each environment you need to define is stored in its own directory and
106+
can override or extend default values;
107+
- you can override or extend values in the main configuration file of
108+
your instance;
109109

110110
Environment variable
111111
--------------------
@@ -217,13 +217,13 @@ If you want to have a technical name to reference:
217217
Known issues / Roadmap
218218
======================
219219

220-
- it is not possible to set the environment from the command line. A
221-
configuration file must be used.
222-
- the module does not allow to set low level attributes such as
223-
database server, etc.
224-
- server.env.techname.mixin's tech_name field could leverage the new
225-
option for computable / writable fields and get rid of some onchange
226-
/ read / write code.
220+
- it is not possible to set the environment from the command line. A
221+
configuration file must be used.
222+
- the module does not allow to set low level attributes such as database
223+
server, etc.
224+
- server.env.techname.mixin's tech_name field could leverage the new
225+
option for computable / writable fields and get rid of some onchange /
226+
read / write code.
227227

228228
Bug Tracker
229229
===========
@@ -246,18 +246,18 @@ Authors
246246
Contributors
247247
------------
248248

249-
- Florent Xicluna (Wingo) <florent.xicluna@gmail.com>
250-
- Nicolas Bessi <nicolas.bessi@camptocamp.com>
251-
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
252-
- Daniel Reis <dgreis@sapo.pt>
253-
- Holger Brunn <hbrunn@therp.nl>
254-
- Leonardo Pistone <leonardo.pistone@camptocamp.com>
255-
- Adrien Peiffer <adrien.peiffer@acsone.com>
256-
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
257-
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
258-
- Thomas Binfeld <thomas.binsfeld@acsone.eu>
259-
- Stéphane Bidoul <stefane.bidoul@acsone.com>
260-
- Simone Orsi <simahawk@gmail.com>
249+
- Florent Xicluna (Wingo) <florent.xicluna@gmail.com>
250+
- Nicolas Bessi <nicolas.bessi@camptocamp.com>
251+
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
252+
- Daniel Reis <dgreis@sapo.pt>
253+
- Holger Brunn <hbrunn@therp.nl>
254+
- Leonardo Pistone <leonardo.pistone@camptocamp.com>
255+
- Adrien Peiffer <adrien.peiffer@acsone.com>
256+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
257+
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
258+
- Thomas Binfeld <thomas.binsfeld@acsone.eu>
259+
- Stéphane Bidoul <stefane.bidoul@acsone.com>
260+
- Simone Orsi <simahawk@gmail.com>
261261

262262
Maintainers
263263
-----------

server_environment/static/description/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>server configuration environment files</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:39cd61c3a9621d0b7ee7a346adf45f4a2c90e80e6a61e18f182386c6fc90fd19
375+
!! source digest: sha256:2b1e908c73e152865a84ba5b045ecbe4b2d04576fd403688f7e8a2023122b7ea
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/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/server-env/tree/19.0/server_environment"><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-19-0/server-env-19-0-server_environment"><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=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 provides a way to define an environment in the main Odoo
@@ -448,8 +448,8 @@ <h3><a class="toc-backref" href="#toc-entry-3">server_environment_files</a></h3>
448448
<ul class="simple">
449449
<li>values common to all / most environments can be stored in the
450450
<tt class="docutils literal">default/</tt> directory using the .ini file syntax;</li>
451-
<li>each environment you need to define is stored in its own directory
452-
and can override or extend default values;</li>
451+
<li>each environment you need to define is stored in its own directory and
452+
can override or extend default values;</li>
453453
<li>you can override or extend values in the main configuration file of
454454
your instance;</li>
455455
</ul>
@@ -550,11 +550,11 @@ <h2><a class="toc-backref" href="#toc-entry-8">Known issues / Roadmap</a></h2>
550550
<ul class="simple">
551551
<li>it is not possible to set the environment from the command line. A
552552
configuration file must be used.</li>
553-
<li>the module does not allow to set low level attributes such as
554-
database server, etc.</li>
553+
<li>the module does not allow to set low level attributes such as database
554+
server, etc.</li>
555555
<li>server.env.techname.mixin’s tech_name field could leverage the new
556-
option for computable / writable fields and get rid of some onchange
557-
/ read / write code.</li>
556+
option for computable / writable fields and get rid of some onchange /
557+
read / write code.</li>
558558
</ul>
559559
</div>
560560
<div class="section" id="bug-tracker">

setup/_metapackage/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-oca-server-env"
3+
version = "19.0.20251217.0"
4+
dependencies = [
5+
"odoo-addon-server_environment==19.0.*",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 19.0",
11+
]

0 commit comments

Comments
 (0)