[11.0][MIG] base_external_dbsource: Migration to v11.0

This commit is contained in:
Sergio Teruel Albert
2018-06-27 14:01:11 +02:00
parent b73dcc500e
commit 5a917a5141
17 changed files with 41 additions and 104 deletions

View File

@@ -30,10 +30,14 @@
</group>
</group>
<group col="1">
<field name="connector"/>
<field name="conn_string"
placeholder="Please check the tooltip for connection string examples"/>
<button name="connection_test" string="Test Connection" type="object" icon="fa-refresh"/>
<group>
<field name="connector"/>
</group>
<group string="Connection string" col="1">
<field name="conn_string" nolabel="1"
placeholder="Please check the tooltip for connection string examples"/>
<button name="connection_test" string="Test Connection" type="object" icon="fa-refresh"/>
</group>
</group>
</sheet>
</form>