Commit Graph

245 Commits

Author SHA1 Message Date
sebalix f2b2ce401a [MIG] mail_environment: Migration to 12.0 2019-01-09 09:35:30 +01:00
sebalix dbcce842de [IMP] mail_environment: new README structure 2019-01-09 09:35:22 +01:00
Guewen Baconnier b49864a771 fixup! Infer configparser getter from field type 2019-01-04 11:24:23 +01:00
Guewen Baconnier b6f7cade68 Infer configparser getter from field type 2019-01-04 11:24:23 +01:00
Guewen Baconnier 3b4e587045 Use new server.env.mixin in mail_environment 2019-01-04 11:24:23 +01:00
Simone Orsi dcdcc856ac [11.0][MIG] mail_environment 2019-01-04 11:24:23 +01:00
OCA Transbot c4a3ad6ef8 OCA Transbot updated translations from Transifex 2019-01-04 11:24:23 +01:00
Stéphane Bidoul (ACSONE) e73f3fda49 [FIX] mail_environment must not depend on server_environment_files
Depending on server_environment is enough
2019-01-04 11:24:23 +01:00
Yannick Vaucher 6e7d165883 README.rst - Fix layout 2019-01-04 11:24:23 +01:00
Guewen Baconnier acdde15a9a Migrate mail_environment to 10.0 2019-01-04 11:24:23 +01:00
Pedro M. Baeza 3ab7105074 [MIG] pre migration changes
[MIG] Rename manifest files
2019-01-04 11:24:23 +01:00
Alexandre Fayolle 857054b0a7 9.0 migration of mail_environment 2019-01-04 11:24:23 +01:00
Pedro M. Baeza f80faaee81 [MIG] Make modules uninstallable 2019-01-04 11:24:23 +01:00
Stéphane Bidoul cc2ffd0446 [UPD] prefix versions with 8.0 2019-01-04 11:24:23 +01:00
Holger Brunn 155a221b7b [FIX] like #230, but for mail_environment 2019-01-04 11:24:23 +01:00
Yannick Vaucher accaa28426 Add missing default oca icons 2019-01-04 11:24:23 +01:00
Alexandre Fayolle 0228a31142 fix runbot warning
rename *_xml entries in manifest
2019-01-04 11:24:23 +01:00
Alexandre Fayolle c997ee0e7c 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.
2019-01-04 11:24:23 +01:00
Guewen Baconnier 89206e8a5e 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
2019-01-04 11:24:23 +01:00
Jose Morales a64b196c4a [IMP] 7.0 no view type required 2019-01-04 11:24:23 +01:00
Joel Grand-Guillaume 190ebb5e1d [FIX] Add fnct_search on type in order to avoid error when ir.cron run the fetch task 2019-01-04 11:24:23 +01:00
@ 1fcce80aac [IMP] mail_environment misc 2019-01-04 11:24:23 +01:00
Joël Grand-Guillaume 832a1c7cb9 [add] mail_environment 2019-01-04 11:24:23 +01:00
Stéphane Bidoul (ACSONE) b804837287
Remove invalid setup.py 2018-11-17 12:26:43 +01:00
OCA-git-bot 1f0a41ab25 [ADD] setup.py 2018-11-17 09:41:12 +00:00
Thierry Ducrest b8b5ad4f00
[MIG] fix tests
Manual forward port of 11.0 migration commit by Thierry Ducrest.
2018-11-15 15:39:30 +01:00
Stéphane Bidoul (ACSONE) 52c1334825
[ADD] setup.py 2018-11-15 14:50:14 +01:00
Gilles Meyomesse 75ef7f318f
[MIG] server_environment_ir_config_parameter from 11 to 12 2018-11-15 14:50:14 +01:00
oca-travis d7ec05b67c
Update server_environment_ir_config_parameter.pot 2018-11-15 14:01:25 +01:00
OCA Transbot ba720a4df8
OCA Transbot updated translations from Transifex 2018-11-15 14:01:25 +01:00
OCA Transbot bc7ad1e82e
OCA Transbot updated translations from Transifex 2018-11-15 14:01:25 +01:00
Adrien Peiffer (ACSONE) c7fa92fcca
server_environment_ir_config_parameter: missing return. 2018-11-15 14:01:25 +01:00
Stéphane Bidoul (ACSONE) e3cf4532cb
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-11-15 14:01:24 +01:00
OCA Transbot 3db5fb3cc7
OCA Transbot updated translations from Transifex 2018-11-15 14:01:24 +01:00
Denis Roussel fc600840c4
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-11-15 14:01:24 +01:00
Stéphane Bidoul (ACSONE) be336486f2
server_environment_ir_config_parameter: migrate to 10.0 2018-11-15 14:01:24 +01:00
Stéphane Bidoul (ACSONE) 4d1c4a9b45
server_environment_ir_config_parameter: update roadmap 2018-11-15 14:01:24 +01:00
Stéphane Bidoul (ACSONE) cfa585b422
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-11-15 14:01:24 +01:00
Stéphane Bidoul (ACSONE) f19f39e9ef
server_environment_ir_config_parameter: handle empty values better 2018-11-15 14:01:24 +01:00
Stéphane Bidoul (ACSONE) 648749d122
server_environment_ir_config_parameter: work around double ormcache issue 2018-11-15 14:01:23 +01:00
Stéphane Bidoul (ACSONE) 5ad8bad06a
server_environment_ir_config_parameter 2018-11-15 14:01:23 +01:00
oca-travis 6a298cb214 [UPD] Update server_environment_files_sample.pot 2018-11-15 12:32:45 +00:00
oca-travis aa16e5cd97 [UPD] Update server_environment_files.pot 2018-11-15 12:32:45 +00:00
oca-travis dc10517b9b [UPD] Update server_environment.pot 2018-11-15 12:32:44 +00:00
OCA-git-bot 862cd68e82 [ADD] setup.py 2018-11-15 12:26:47 +00:00
OCA-git-bot 15fc38be36 [UPD] README.rst 2018-11-15 12:26:47 +00:00
Guewen Baconnier 0dfe22e524
Merge pull request #18 from acsone/12.0-mig-server_environment
[12.0][MIG] server environment from 11.0
2018-11-15 13:26:42 +01:00
Stéphane Bidoul (ACSONE) b53480fc8b
Add missing _descriptions 2018-11-13 12:30:21 +01:00
Stéphane Bidoul (ACSONE) ef1b42ce8a
[IMP] clarify contributors lists 2018-11-13 11:09:09 +01:00
Stéphane Bidoul (ACSONE) 7de4657d24
[IMP] copyright headers
Use GPL licenses everywhere, to match original code.
2018-11-13 11:05:47 +01:00