Stéphane Bidoul (ACSONE)
c9bab4cb92
[FIX] mail_environment must not depend on server_environment_files
...
Depending on server_environment is enough
2020-01-28 11:49:01 +01:00
Yannick Vaucher
fd77deb238
README.rst - Fix layout
2020-01-28 11:49:01 +01:00
Guewen Baconnier
8cc9482fd5
Migrate mail_environment to 10.0
2020-01-28 11:49:01 +01:00
Pedro M. Baeza
6b14e442e2
[MIG] pre migration changes
...
[MIG] Rename manifest files
2020-01-28 11:49:01 +01:00
Alexandre Fayolle
235757622c
9.0 migration of mail_environment
2020-01-28 11:49:01 +01:00
Pedro M. Baeza
4ac9bb4fd6
[MIG] Make modules uninstallable
2020-01-28 11:49:01 +01:00
Stéphane Bidoul
fc329bb2d2
[UPD] prefix versions with 8.0
2020-01-28 11:49:01 +01:00
Holger Brunn
b064b42d14
[FIX] like #230 , but for mail_environment
2020-01-28 11:49:01 +01:00
Yannick Vaucher
db312cd846
Add missing default oca icons
2020-01-28 11:49:01 +01:00
Alexandre Fayolle
efee8883a2
fix runbot warning
...
rename *_xml entries in manifest
2020-01-28 11:49:01 +01:00
Alexandre Fayolle
0c03836a07
Add OCA as author of OCA addons
...
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2020-01-28 11:49:01 +01:00
Guewen Baconnier
8c302137c0
mail_eniroment misc improvements
...
* Move mail_environment in root folder
* Use absolute imports for openerp and new Model classes
* Use cr argument instead of cursor, propagate context
* Update fields, remove deprecated 'method' argument, change 'states'
otherwise the fields are not readonly (seems that the 'states' of the
original field is kept.
* Activate the installable flag
* Indentation of the view with 2 spaces
* Remove only the attrs attribute instead of redefining the whole field
* pep8
* crm is not a dependency for mail_environment
* Fix typo in manifest
2020-01-28 11:49:01 +01:00
Jose Morales
2c229430a5
[IMP] 7.0 no view type required
2020-01-28 11:49:01 +01:00
Joel Grand-Guillaume
a463235135
[FIX] Add fnct_search on type in order to avoid error when ir.cron run the fetch task
2020-01-28 11:49:01 +01:00
@
943a5fab23
[IMP] mail_environment misc
2020-01-28 11:49:01 +01:00
Joël Grand-Guillaume
bbdb695257
[add] mail_environment
2020-01-28 11:49:01 +01:00
Akim Juillerat
0246d9f7d4
[MIG] server_environment_ir_config_parameter: Migration to 13.0
2020-01-27 16:03:50 +01:00
OCA-git-bot
30e49b7705
[UPD] README.rst
2020-01-27 16:03:50 +01:00
OCA-git-bot
e271d490a2
[ADD] icon.png
2020-01-27 16:03:50 +01:00
OCA Transbot
8d181adcd1
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/
2020-01-27 16:03:50 +01:00
oca-travis
26b20258e7
[UPD] Update server_environment_ir_config_parameter.pot
2020-01-27 16:03:50 +01:00
OCA-git-bot
62003e5ca6
[UPD] README.rst
2020-01-27 16:03:50 +01:00
Thierry Ducrest
2650f1674c
[MIG] fix tests
...
Manual forward port of 11.0 migration commit by Thierry Ducrest.
2020-01-27 16:03:50 +01:00
Gilles Meyomesse
4ce4ef0304
[MIG] server_environment_ir_config_parameter from 11 to 12
2020-01-27 16:03:50 +01:00
oca-travis
8b7e8d1f75
Update server_environment_ir_config_parameter.pot
2020-01-27 16:03:50 +01:00
OCA Transbot
de54644180
OCA Transbot updated translations from Transifex
2020-01-27 16:03:50 +01:00
OCA Transbot
539e1f97f1
OCA Transbot updated translations from Transifex
2020-01-27 16:03:50 +01:00
Adrien Peiffer (ACSONE)
f37e72cab8
server_environment_ir_config_parameter: missing return.
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
9b22aab41b
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.
2020-01-27 16:03:50 +01:00
OCA Transbot
01b3b4d075
OCA Transbot updated translations from Transifex
2020-01-27 16:03:50 +01:00
Denis Roussel
0314b06723
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
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
06503d4314
server_environment_ir_config_parameter: migrate to 10.0
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
bdc96a05c1
server_environment_ir_config_parameter: update roadmap
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
2495ea7ccc
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.
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
b35d23947d
server_environment_ir_config_parameter: handle empty values better
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
33a1917aa1
server_environment_ir_config_parameter: work around double ormcache issue
2020-01-27 16:03:50 +01:00
Stéphane Bidoul (ACSONE)
dcab9db1f9
server_environment_ir_config_parameter
2020-01-27 16:03:50 +01:00
OCA Transbot
a82011baf5
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
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2020-01-16 14:53:38 +00:00
OCA-git-bot
51631c87b8
server_environment 13.0.2.2.0
2020-01-16 14:53:28 +00:00
oca-travis
b9b45b8de4
[UPD] Update server_environment.pot
2020-01-16 14:49:05 +00:00
OCA-git-bot
c4781e3eb5
Merge PR #38 into 13.0
...
Signed-off-by guewen
2020-01-16 14:44:52 +00:00
Guewen Baconnier
b8e86de50c
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.
2020-01-06 11:31:56 +01:00
OCA-git-bot
c6929e20ae
server_environment 13.0.2.1.0
2019-12-20 14:01:54 +00:00
OCA-git-bot
ec65cf0e86
Merge PR #37 into 13.0
...
Signed-off-by guewen
2019-12-20 13:56:26 +00:00
Denis Roussel
a101ef181d
[13.0][FIX] server_environment: Change import for Serialized field
2019-12-20 13:32:01 +01:00
OCA Transbot
b169318c2f
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
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2019-12-16 15:48:29 +00:00
OCA-git-bot
e3ebbef50e
server_environment 13.0.2.0.1
2019-12-16 15:48:18 +00:00
OCA-git-bot
007e51f931
Merge PR #36 into 13.0
...
Signed-off-by yvaucher
2019-12-16 15:38:44 +00:00
Yannick Vaucher
45887713ba
Set running_env for CI
...
server_environment module requires this key in config.
2019-12-16 13:11:44 +01:00
Stéphane Bidoul (ACSONE)
388d537aad
pre-commit, black, isort
2019-12-16 13:10:27 +01:00