Pedro M. Baeza
11 years ago
14 changed files with 193 additions and 152 deletions
-
20.travis.yml
-
6base_external_dbsource/base_external_dbsource.py
-
6base_external_dbsource/test/dbsource_connect.yml
-
2cron_run_manually/model/ir_cron.py
-
4disable_openerp_online/data/ir_ui_menu.xml
-
4fetchmail_attach_from_folder/match_algorithm/base.py
-
15fetchmail_attach_from_folder/match_algorithm/email_domain.py
-
9fetchmail_attach_from_folder/match_algorithm/email_exact.py
-
23fetchmail_attach_from_folder/match_algorithm/openerp_standard.py
-
72fetchmail_attach_from_folder/model/fetchmail_server.py
-
87fetchmail_attach_from_folder/model/fetchmail_server_folder.py
-
93fetchmail_attach_from_folder/wizard/attach_mail_manually.py
-
2server_environment/serv_config.py
-
2server_environment/system_info.py
@ -1,21 +1,25 @@ |
|||
language: python |
|||
|
|||
python: |
|||
- "2.7" |
|||
|
|||
env: |
|||
- VERSION="7.0" ODOO_REPO="odoo/odoo" |
|||
- VERSION="7.0" ODOO_REPO="OCA/OCB" |
|||
|
|||
virtualenv: |
|||
system_site_packages: true |
|||
|
|||
install: |
|||
- git clone https://github.com/yvaucher/maintainer-quality-tools.git $HOME/maintainer-quality-tools |
|||
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH |
|||
- travis_install_nightly 7.0 |
|||
- pip install coveralls flake8 |
|||
- pip install python-ldap |
|||
- printf '[options]\n\nrunning_env = dev' > /tmp/odoo.cfg |
|||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} |
|||
- travis_install_nightly ${VERSION} |
|||
- sudo pip install python-ldap |
|||
- printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc |
|||
|
|||
script: |
|||
- travis_run_flake8 |
|||
- travis_run_tests 7.0 /tmp/odoo.cfg |
|||
- travis_run_flake8 |
|||
- travis_run_tests ${VERSION} |
|||
|
|||
after_success: |
|||
coveralls |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<openerp> |
|||
<data> |
|||
<delete model="ir.ui.menu" id="base.module_mi" /> |
|||
<delete model="ir.ui.menu" id="base.menu_module_updates" /> |
|||
<delete model="ir.ui.menu" search="[('parent_id', '=', ref('base.menu_management'), ('name', '=', 'Apps'))]" /> |
|||
<delete model="ir.ui.menu" search="[('parent_id', '=', ref('base.menu_management'), ('name', '=', 'Updates'))]" /> |
|||
</data> |
|||
</openerp> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue