[MIG] base_external_dbsource: Migration to 17.0

This commit is contained in:
Anxo82
2024-06-10 13:58:53 +02:00
committed by Ángel Rivas
parent 8893d9c815
commit 675f0ecaee
5 changed files with 87 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<odoo>
<odoo noupdate="1">
<record model="base.external.dbsource" id="demo_postgre">
<field name="name">PostgreSQL local</field>
<field name="conn_string">dbname='postgres' password=%s</field>