Commit Graph

146 Commits

Author SHA1 Message Date
Guewen Baconnier bc83dd514d
Merge pull request #8 from simahawk/server_environment_ir_config-MIG
[MIG][11.0] server_environment_ir_config_parameter
2018-01-24 14:48:19 +01:00
Thierry Ducrest ed571581c6 [MIG][11.0] server_environment_ir_config_parameter 2018-01-24 12:39:18 +01:00
OCA Git Bot e913559a9e [ADD] setup.py 2018-01-23 04:36:45 +01:00
OCA Git Bot e4cd84dcd6 [UPD] addons table in README.md 2018-01-23 02:41:11 +01:00
Guewen Baconnier 80813dea95
Merge pull request #7 from simahawk/11.0-mig-mail_environment
[11.0][MIG] mail_environment
2018-01-19 10:41:13 +01:00
OCA Transbot f69a9e3894 OCA Transbot updated translations from Transifex 2018-01-16 15:29:53 +01:00
Adrien Peiffer (ACSONE) 3ef843f2ea [FIX] server_environment_ir_config_parameter: missing return. 2018-01-16 15:29:53 +01:00
Stéphane Bidoul (ACSONE) c25933813e [FIX] 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.
2018-01-16 15:29:53 +01:00
Denis Roussel 0742d816ac [10.0][FIX] 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
2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) e650ca0c11 server_environment_ir_config_parameter: migrate to 10.0 2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) b1b6edf607 server_environment_ir_config_parameter: update roadmap 2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) 819b324ec8 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.
2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) 6eb4f39ca7 server_environment_ir_config_parameter: handle empty values better 2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) dc993a9ba7 server_environment_ir_config_parameter: work around double ormcache issue 2018-01-16 15:15:46 +01:00
Stéphane Bidoul (ACSONE) aab9f4250f server_environment_ir_config_parameter 2018-01-16 15:15:46 +01:00
Simone Orsi 03fe64687a [11.0][MIG] mail_environment 2018-01-16 10:55:06 +01:00
OCA Transbot 7a38be1fd7 OCA Transbot updated translations from Transifex 2018-01-16 10:25:39 +01:00
Stéphane Bidoul (ACSONE) cdd6f36190 [FIX] mail_environment must not depend on server_environment_files
Depending on server_environment is enough
2018-01-16 10:25:39 +01:00
Yannick Vaucher 9bdbe7024d README.rst - Fix layout 2018-01-16 10:25:39 +01:00
Guewen Baconnier 6fe18f7e72 Migrate mail_environment to 10.0 2018-01-16 10:25:39 +01:00
Pedro M. Baeza 032fba2317 [MIG] pre migration changes
[MIG] Rename manifest files
2018-01-16 10:25:39 +01:00
Alexandre Fayolle b7f9171688 9.0 migration of mail_environment 2018-01-16 10:25:39 +01:00
Pedro M. Baeza 8a4193d2cd [MIG] Make modules uninstallable 2018-01-16 10:25:38 +01:00
Stéphane Bidoul 408fed727c [UPD] prefix versions with 8.0 2018-01-16 10:25:38 +01:00
Holger Brunn 85ecd9a176 [FIX] like #230, but for mail_environment 2018-01-16 10:25:38 +01:00
Yannick Vaucher 43ab3645e2 Add missing default oca icons 2018-01-16 10:25:38 +01:00
Alexandre Fayolle 1b63789af5 fix runbot warning
rename *_xml entries in manifest
2018-01-16 10:25:38 +01:00
Alexandre Fayolle 06e1180a84 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.
2018-01-16 10:25:38 +01:00
Guewen Baconnier fd2908330a 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
2018-01-16 10:25:38 +01:00
Jose Morales e3be39de76 [IMP] 7.0 no view type required 2018-01-16 10:25:38 +01:00
Joel Grand-Guillaume 7484700e85 [FIX] Add fnct_search on type in order to avoid error when ir.cron run the fetch task 2018-01-16 10:25:38 +01:00
@ 5fc130baf1 [IMP] mail_environment misc 2018-01-16 10:25:38 +01:00
Joël Grand-Guillaume a539cdabe5 [add] mail_environment 2018-01-16 10:25:38 +01:00
OCA Git Bot df612d9e3d [ADD] setup.py 2018-01-12 04:36:49 +01:00
OCA Git Bot f37efe4aa1 [UPD] addons table in README.md 2018-01-12 02:41:02 +01:00
Guewen Baconnier 1bcf7eac8e
Merge pull request #4 from TDu/server_environment
Server environment
2018-01-11 10:13:48 +01:00
Thierry Ducrest c037a5daed Add server_envirionment_file for testing 2018-01-03 12:00:23 +01:00
OCA Transbot f89ccb5cd5 OCA Transbot updated translations from Transifex 2018-01-03 12:00:23 +01:00
Thierry Ducrest 6503590161 [FIX] bug on view by changing generated table field name 2018-01-03 12:00:06 +01:00
Thierry Ducrest 41eedf86eb [MIG] server_environment_files_sample: Migration to 11.0 2018-01-03 10:45:58 +01:00
Stéphane Bidoul (ACSONE) 391e892728 server_environment_ir_config_parameter: handle empty values better 2018-01-03 10:45:58 +01:00
Stéphane Bidoul (ACSONE) 20b15e0115 server_environment_ir_config_parameter 2018-01-03 10:45:58 +01:00
Adrien Peiffer (ACSONE) 06665a3c41 Migration of server_environment to 10.0 2018-01-03 10:45:58 +01:00
Pedro M. Baeza a05cd52d26 [MIG] Rename manifest files 2018-01-03 10:45:58 +01:00
Pedro M. Baeza 2153243705 [MIG] Make modules uninstallable 2018-01-03 10:45:58 +01:00
Alexandre Fayolle 7b2acbbac5 9.0 migration of server_environment 2018-01-03 10:45:58 +01:00
Pedro M. Baeza b913eeee8a [MIG] Make modules uninstallable 2018-01-03 10:45:58 +01:00
Stéphane Bidoul 0c29ce66c2 [UPD] prefix versions with 8.0 2018-01-03 10:45:58 +01:00
Yannick Vaucher bee90d621c Add missing default oca icons 2018-01-03 10:45:58 +01:00
Alexandre Fayolle 4bdabe5d4a 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.
2018-01-03 10:45:58 +01:00