Commit Graph

267 Commits

Author SHA1 Message Date
Simone Orsi ecce24d296 fixup! server_environment: running_env default to `test` (fix #44) 2020-04-16 14:51:41 +02:00
Simone Orsi 31a51c6570 Travis: remove running_env config
This is not needed anymore since https://github.com/OCA/server-env/pull/45
2020-04-16 14:51:36 +02:00
Simone Orsi 7d6ebde333 server_environment: running_env default to `test` (fix #44) 2020-04-16 14:51:31 +02:00
OCA-git-bot 7f735e1606 carrier_environment 12.0.1.0.1 2020-04-14 07:31:24 +00:00
OCA-git-bot a8b4a6fb6b Merge PR #34 into 12.0
Signed-off-by sebastienbeau
2020-04-14 07:19:11 +00:00
OCA-git-bot a6bcc52ff3 [ADD] setup.py 2020-03-28 08:50:05 +00:00
OCA-git-bot 0837520735 [ADD] icon.png 2020-03-28 08:50:05 +00:00
OCA-git-bot 78710cedd1 [UPD] README.rst 2020-03-28 08:50:05 +00:00
oca-travis 69e55da910 [UPD] Update server_environment_data_encryption.pot 2020-03-28 08:45:33 +00:00
OCA-git-bot 705afba5e0 Merge PR #24 into 12.0
Signed-off-by sebastienbeau
2020-03-28 08:40:35 +00:00
Florian da Costa e55d5a314e fixup! Add module server_environment_data_encryption 2020-03-27 18:48:39 +01:00
Florian da Costa e0949fb9d2 [FIX] Make sure the generated view is always the same and the order of the button does not change randomly 2020-03-27 18:48:39 +01:00
Florian da Costa d7426b969a [REF] Adapt method name after change is depency 2020-03-27 18:48:39 +01:00
Florian da Costa 217b8eec11 Add module server_environment_data_encryption 2020-03-27 18:48:39 +01:00
OCA-git-bot 1d3a9bb928 [ADD] setup.py 2020-03-27 16:59:07 +00:00
OCA-git-bot 07cb1a5bb8 [ADD] icon.png 2020-03-27 16:59:06 +00:00
OCA-git-bot a717fe2847 [UPD] README.rst 2020-03-27 16:59:06 +00:00
oca-travis 3559324386 [UPD] Update data_encryption.pot 2020-03-27 16:50:14 +00:00
OCA-git-bot 076339f19d Merge PR #23 into 12.0
Signed-off-by sebastienbeau
2020-03-27 16:42:21 +00:00
OCA-git-bot ec4d55846b server_environment 12.0.2.0.1 2020-03-09 09:54:12 +00:00
OCA-git-bot ed32f50ec4 Merge PR #42 into 12.0
Signed-off-by simahawk
2020-03-09 09:47:23 +00:00
Denis Roussel 312eb90cbb [FIX] server_environment: Change import for Serialized field 2020-03-09 10:13:55 +01:00
Guewen Baconnier 47f23fb308 Store the 'server.config' fields in sparse fields
This model is used only to display the configuration to authorized
users. It's a TransientModel that dynamically creates the fields for
every odoo configuration parameter, environment variables and some
system ones. Before this change, each new parameter/variable will
create a field in database, which can lead to many issues (lot of
fields, field name too long). Storing the fields in a single JSON
field resolves these issues and is much cleaner anyway.
2019-12-20 16:22:58 +01:00
OCA-git-bot 19af535b3a
[ADD] .editorconfig [ci skip] 2019-11-19 21:14:17 +01:00
Florian da Costa 5d8a6dceeb [12.0] Add data_encryption
This module come from the previous module keychain. It has been heavely refactored
to be compatible with server_environment module. For this it has been split into
2 modules data_encryption and server_environment_data_encryption
2019-10-23 18:15:36 +02:00
hparfr 25e9119e96 Forward port https://github.com/OCA/server-auth/pull/30
[11.0] keychain: improve ACL and allow storing ssh keys as password #30
2019-10-23 18:01:31 +02:00
hparfr 3a5fa443e1 Add description 2019-10-23 18:01:30 +02:00
hparfr df6d1e7662 Migration 2019-10-23 18:01:30 +02:00
Laurent Mignon (ACSONE) a7203d408d [IMP] keychain: get_password must not be accessible from outside 2019-10-23 18:01:30 +02:00
Martin trigaux f54438b3cd [MIG] migration of keychain to v11
remove coding utf8
add base_sparse_field to get Serialized fields
run 2to3
bump version
manual adaptation of python3
2019-10-23 18:01:30 +02:00
OCA Transbot 2027176a36 OCA Transbot updated translations from Transifex 2019-10-23 18:01:30 +02:00
Raph e4f250a99c Fix readme about generating keys 2019-10-23 18:01:30 +02:00
Mourad Elhadj Mimoune 7c35decf1e [FIX] OCA reviews 2019-10-23 18:01:30 +02:00
Mourad Elhadj Mimoune 42e0991226 [FIX] split keychain backend model and test into 2 files 2019-10-23 18:01:30 +02:00
Mourad Elhadj Mimoune 567a4f6d79 [FIX] add name to keychain.backend & add test 2019-10-23 18:01:30 +02:00
Sébastien BEAU 5e90a6396f [IMP] add a keychain backend abstract model, the aim is to simplify the integration of keychain when you already have /need the concept of backend 2019-10-23 18:01:30 +02:00
MonsieurB fb497372cc remove old file 2019-10-23 18:01:30 +02:00
MonsieurB 904152f164 set test 2019-10-23 18:01:30 +02:00
MonsieurB cf2886b915 Mig V10 2019-10-23 18:01:30 +02:00
Hpar 34e068d6e8 Update __openerp__.py
Remove explicit dependency to base.
2019-10-23 18:01:30 +02:00
Raph 1516887cfe Improve readme and fix dep
Readme: (in example) prefix function with _
Dep: add a depency to base_setup in order to use xml id "base.menu_config"
2019-10-23 18:01:30 +02:00
Hpar ad582ca028 Keychain: account manager for external systems (#644)
* Add keychain module
2019-10-23 18:01:30 +02:00
Florian da Costa f4a0ddb188 [FIX][carrier_environment] remove name from server env fields 2019-10-23 14:07:30 +02:00
OCA Transbot dc6e2b266e 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
Translate-URL: https://translation.odoo-community.org/projects/server-env-12-0/server-env-12-0-server_environment/
2019-10-10 20:58:28 +00:00
OCA-git-bot 8f8a34d4f2 [ADD] setup.py 2019-10-10 20:58:21 +00:00
OCA-git-bot a2863a2796 [ADD] icon.png 2019-10-10 20:58:21 +00:00
OCA-git-bot 92f8254ccf [UPD] README.rst 2019-10-10 20:58:20 +00:00
oca-travis de8fb2bb1a [UPD] Update server_environment.pot 2019-10-10 20:51:17 +00:00
oca-travis 96104ceafa [UPD] Update pos_environment.pot 2019-10-10 20:51:16 +00:00
OCA-git-bot acb99e6146 Merge PR #27 into 12.0
Signed-off-by gurneyalex
2019-10-10 20:41:43 +00:00