[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 Ángel Rivas
parent 89c786c3c1
commit 8f1d5c2eca
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