Commit Graph

245 Commits

Author SHA1 Message Date
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
OCA-git-bot 40adcf002c [ADD] setup.py 2019-10-10 20:31:21 +00:00
OCA-git-bot f732a2b22c [ADD] icon.png 2019-10-10 20:31:21 +00:00
OCA-git-bot 996ebeebaa [UPD] README.rst 2019-10-10 20:31:20 +00:00
oca-travis 420f181201 [UPD] Update carrier_environment.pot 2019-10-10 20:07:37 +00:00
OCA-git-bot 02d1485fff Merge PR #22 into 12.0
Signed-off-by gurneyalex
2019-10-10 20:00:16 +00:00
Rodrigo Macedo 1b649302d8 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)

Translation: server-env-12.0/server-env-12.0-mail_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-12-0/server-env-12-0-mail_environment/pt_BR/
2019-09-03 01:24:00 +00:00
Sylvain LE GAL 71fefa588c [UPD] translation 2019-07-31 15:09:58 +02:00
Sylvain LE GAL cbaf0c9fe4
[FIX] lint errors 2019-07-31 14:46:02 +02:00
Sylvain LE GAL 4a8b9f38d0 [PORT] port pos_environment to v 12.0 2019-07-31 14:09:38 +02:00
Sylvain LE GAL 6893a4bf4c [WIP] Add pos_environment from v8.0 (grap / grap-odoo-incubator) repository 2019-07-31 13:57:14 +02:00
OCA-git-bot db2731ccef [UPD] README.rst 2019-07-29 03:38:16 +00:00
David Beal 15fe7fe641 ADD module carrier_environment 2019-05-13 19:12:58 +02:00
oca-travis 13a319add3 [UPD] Update mail_environment.pot 2019-04-26 12:18:44 +00:00
OCA-git-bot 176d70461f [ADD] setup.py 2019-04-26 12:02:22 +00:00
OCA-git-bot c1d73f8d72 [ADD] icon.png 2019-04-26 12:02:22 +00:00
Alexandre Fayolle d84a890549
Merge pull request #20 from sebalix/12.0-mig-mail_environment
[12.0][MIG] mail_environment from 11.0
2019-04-26 14:02:17 +02:00
OCA-git-bot e89b08a9a3 [ADD] icon.png 2019-04-03 03:21:20 +00:00
OCA Transbot eb5edc1a80 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/
2019-03-17 13:32:01 +00:00
oca-travis 55a0211702 [UPD] Update server_environment_ir_config_parameter.pot 2019-03-04 14:03:57 +00:00
OCA-git-bot 508a1b9235 [ADD] setup.py 2019-03-04 14:00:14 +00:00
OCA-git-bot f6794c3a6f [UPD] README.rst 2019-03-04 14:00:14 +00:00
Guewen Baconnier 2ca5cb8ed5
Merge pull request #15 from acsone/12.0-mig_server_environment_ir_config_parameter_mgs
[12.0][MIG] server environment ir config parameter
2019-03-04 15:00:03 +01:00