diff --git a/.travis.yml b/.travis.yml index 51463e1..d896dc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ addons: - python-simplejson - python-serial - python-yaml - - libcups2-dev # for aeroo # Search your packages here: # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise # - wkhtmltopdf # only add if needed and check the before_install section below @@ -55,15 +54,6 @@ virtualenv: system_site_packages: true install: - # aeroo reports - - pip install git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68 - - # for infra - - pip install fabtools - - # repository requirements - - pip install -r requirements.txt - - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly diff --git a/database_tools/models/database.py b/database_tools/models/database.py index 6f193c6..6490067 100644 --- a/database_tools/models/database.py +++ b/database_tools/models/database.py @@ -217,7 +217,7 @@ def check_automatic_backup_enable(self): 2. Que haya un parametro database.backups.enable = 'True' """ if get_mode(): - _logger.warning( + _logger.info( 'Backups are disable by server_mode test or develop. ' 'If you want to enable it you should remove develop or test ' 'value for server_mode key on openerp server config file') @@ -225,7 +225,7 @@ def check_automatic_backup_enable(self): backups_enable = self.env['ir.config_parameter'].get_param( 'database.backups.enable') if backups_enable != 'True': - _logger.warning( + _logger.info( 'Backups are disable. If you want to enable it you should add ' 'the parameter database.backups.enable with value True') return False diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 10f2890..5601eaa 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,4 +1,4 @@ odoo-infrastructure https://github.com/ingadhoc/odoo-infrastructure.git odoo-web https://github.com/ingadhoc/odoo-web.git -odoo-addons https://github.com/ingadhoc/odoo-addons.git +adhoc-miscellaneous https://github.com/ingadhoc/miscellaneous.git web https://github.com/oca/web.git \ No newline at end of file