CHG: adapted to base_external_dbsource; code refactored

(../ext rev 351.3.3)
This commit is contained in:
webtec
2012-09-12 16:34:59 +01:00
committed by Andrea Cattalani
parent dd34c2e8a0
commit 5a5a0f79ea
8 changed files with 320 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>