Files
server-backend/base_external_dbsource/demo/base_external_dbsource.xml
Gervais Naoussi 8f1d5c2eca [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
2024-07-23 12:58:13 +02:00

10 lines
338 B
XML

<?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>