OCA-git-bot
e3f4dfdbfd
pre-commit update
2022-10-19 19:50:32 +02:00
OCA Transbot
febabd0264
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-env-13.0/server-env-13.0-server_environment_ir_config_parameter
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment_ir_config_parameter/
2022-10-19 19:50:32 +02:00
OCA-git-bot
ad34359c28
[UPD] README.rst
2022-10-19 19:50:32 +02:00
oca-travis
fd4784d88f
[UPD] Update server_environment_ir_config_parameter.pot
2022-10-19 19:50:32 +02:00
Akim Juillerat
456832c15b
server_environment_ircp: Fix tests using contextmanager
...
Before, the values used in the tests were coming from server_environment_files_sample
that were made available using a symbolic link in .travis.yml.
Now, it's loaded dynamically at test execution.
2022-10-19 19:50:32 +02:00
Akim Juillerat
e33a69183e
[IMP] server_environment_ir_config_parameter: black, isort
2022-10-19 19:50:32 +02:00
Akim Juillerat
783f41d1cb
[MIG] server_environment_ir_config_parameter: Migration to 13.0
2022-10-19 19:50:32 +02:00
OCA-git-bot
059c333637
[UPD] README.rst
2022-10-19 19:50:32 +02:00
OCA-git-bot
49bc524549
[ADD] icon.png
2022-10-19 19:50:32 +02:00
OCA Transbot
abbad05c87
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-env-12.0/server-env-12.0-server_environment_ir_config_parameter
Translate-URL: https://translation.odoo-community.org/projects/server-env-12-0/server-env-12-0-server_environment_ir_config_parameter/
2022-10-19 19:50:32 +02:00
oca-travis
3fd8769be8
[UPD] Update server_environment_ir_config_parameter.pot
2022-10-19 19:50:32 +02:00
OCA-git-bot
35c819d98e
[UPD] README.rst
2022-10-19 19:50:32 +02:00
Thierry Ducrest
6495d9ffce
[MIG] fix tests
...
Manual forward port of 11.0 migration commit by Thierry Ducrest.
2022-10-19 19:50:32 +02:00
Gilles Meyomesse
5d77a38c31
[MIG] server_environment_ir_config_parameter from 11 to 12
2022-10-19 19:50:32 +02:00
oca-travis
5232a45382
Update server_environment_ir_config_parameter.pot
2022-10-19 19:50:32 +02:00
OCA Transbot
38f9b0c02a
OCA Transbot updated translations from Transifex
2022-10-19 19:50:32 +02:00
OCA Transbot
38cb747dc6
OCA Transbot updated translations from Transifex
2022-10-19 19:50:32 +02:00
Adrien Peiffer (ACSONE)
55f9ef40d0
server_environment_ir_config_parameter: missing return.
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
890f2df1c9
missing sudo in server_environment_ir_config_param
...
Without this sudo get_param would fail when the first user reading a parameter that has changed in the configuration file does not have write access to system parameters.
2022-10-19 19:50:32 +02:00
OCA Transbot
4ee454f5de
OCA Transbot updated translations from Transifex
2022-10-19 19:50:32 +02:00
Denis Roussel
3521339d8a
server_environment_ir_config_parameter Avoid loading import
...
Odoo loads modules that contain static directory, so it wanted to load server_environment_files but it does not exist
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
baac491db2
server_environment_ir_config_parameter: migrate to 10.0
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
15b6f00c9d
server_environment_ir_config_parameter: update roadmap
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
7c02dfec77
server_environment_ir_config_param: silently replace values by config values
...
This is much more robust that raising an error, and let modules
load ir.config_parameter from xml data files, while still enforcing
values from the config files.
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
30a1319175
server_environment_ir_config_parameter: handle empty values better
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
51a2610232
server_environment_ir_config_parameter: work around double ormcache issue
2022-10-19 19:50:32 +02:00
Stéphane Bidoul (ACSONE)
b88a3555e6
server_environment_ir_config_parameter
2022-10-19 19:50:32 +02:00
OCA-git-bot
38bfb145ee
[ADD] setup.py
2022-10-19 17:13:14 +00:00
OCA-git-bot
5981478771
[UPD] README.rst
2022-10-19 17:13:13 +00:00
OCA-git-bot
a1f7df283b
[UPD] addons table in README.md
2022-10-19 17:13:13 +00:00
oca-ci
60972f7600
[UPD] Update server_environment.pot
2022-10-19 17:10:37 +00:00
OCA-git-bot
1011a85f00
Merge PR #122 into 16.0
...
Signed-off-by sebalix
2022-10-19 17:08:48 +00:00
Simone Orsi
2482923966
server_environment: do not copy tech_name
2022-10-19 13:46:01 +02:00
Guewen Baconnier
3b7ee2a691
Remove required from tech_name mixin
...
In some cases, we want to use a tech_name, but we do not use server
environment on all the records, so tech_name should not be required.
2022-10-19 13:46:01 +02:00
Maxime Franco
b63ea4b3c0
[MIG] server_environment: Migration to 16.0
2022-10-19 13:46:01 +02:00
Maxime Franco
961cf7e1f8
[IMP] server_environment: black, isort, prettier
2022-10-04 11:11:51 +02:00
OCA-git-bot
53c73bcbdf
server_environment 15.0.1.1.1
2022-10-04 11:11:51 +02:00
Adrien Peiffer
e6e8d93e3e
server_environment: Update default fields label
...
this to avoid Odoo warning messages on labels check
2022-10-04 11:11:51 +02:00
OCA-git-bot
1b175a2f21
server_environment 15.0.1.1.0
2022-10-04 11:11:51 +02:00
OCA-git-bot
6938751328
[UPD] README.rst
2022-10-04 11:11:51 +02:00
Alexandre Fayolle
abca9300f3
15.0 server_environment is Production/Stable
...
server_environment is a dependency of other modules which are in this status
and now that we are checking this, we need to declare the maturity
explicitly
2022-10-04 11:11:51 +02:00
OCA-git-bot
4e1d92a255
server_environment 15.0.1.0.1
2022-10-04 11:11:51 +02:00
jsanchez
9f3d1fee79
[FIX] Update server_env_mixin.py to avoid NoneType error
2022-10-04 11:11:51 +02:00
OCA-git-bot
d8978df718
[UPD] README.rst
2022-10-04 11:11:51 +02:00
oca-ci
71a84107d8
[UPD] Update server_environment.pot
2022-10-04 11:11:51 +02:00
jsanchez
21dff0683d
[MIG] server_environment: migration to 15.0
2022-10-04 11:11:51 +02:00
Ivàn Todorovich
ef50f9fd7e
[UPD] Change LICENSE to LGPL
2022-10-04 11:11:51 +02:00
Mat-moran
03bdee3b75
Translated using Weblate (Spanish)
...
Currently translated at 9.1% (9 of 98 strings)
Translation: server-env-14.0/server-env-14.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-14-0/server-env-14-0-server_environment/es/
2022-10-04 11:11:51 +02:00
Stéphane Bidoul (ACSONE)
5b742dd7eb
Translated using Weblate (French)
...
Currently translated at 8.1% (8 of 98 strings)
Translation: server-env-14.0/server-env-14.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-14-0/server-env-14-0-server_environment/fr/
2022-10-04 11:11:51 +02:00
oca-git-bot
ff5f415358
[IMP] update dotfiles [ci skip]
2022-10-04 11:11:51 +02:00