base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1

This commit is contained in:
lauris
2014-08-21 09:59:34 +03:00
committed by Pedro M. Baeza
parent b3bb5c38e7
commit 1351e4ef26
8 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<openerp>
<data>
<record model="base.external.dbsource" id="demo_postgre">
<field name="name">PostgreSQL local</field>
<field name="conn_string">dbname='postgres' password=%s</field>
<field name="password">postgresql</field>
<field name="connector">postgresql</field>
</record>
</data>
</openerp>