mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[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
This commit is contained in:
committed by
Sergio Teruel
parent
a943374b6b
commit
45a9da9724
9
base_external_dbsource/demo/base_external_dbsource.xml
Normal file
9
base_external_dbsource/demo/base_external_dbsource.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<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>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user