[MIG] base external dbsource

* Migration of base_external_dbsource to odoo 9.0

* Fixing test error

* Moving test from yaml to python

* Fixing pylint error in test class

* Placeholder added to connection string text zone

* improving test coverage

OCA Transbot updated translations from Transifex
This commit is contained in:
Gervais Naoussi
2016-09-08 09:24:27 -04:00
committed by Víctor Martínez
parent 44543751da
commit 48bc7dd0d8
75 changed files with 9435 additions and 376 deletions

View File

@@ -19,6 +19,4 @@
#
##############################################################################
from . import base_external_dbsource
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
from . import models