diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-20 10:16:22 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-20 10:16:22 +0700 |
| commit | 5dbf77be5dded5ac060edd6496c6eb053db98183 (patch) | |
| tree | bf0048698c38cf207f33c2a0f7ca33f53d1184b1 /import_stock_move.ktr | |
| parent | 7538ad56eae7a8402cf3dad8290671006a205394 (diff) | |
change database
Diffstat (limited to 'import_stock_move.ktr')
| -rw-r--r-- | import_stock_move.ktr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/import_stock_move.ktr b/import_stock_move.ktr index 1b645a0..0d22dc8 100644 --- a/import_stock_move.ktr +++ b/import_stock_move.ktr @@ -487,14 +487,14 @@ </attributes> </connection> <connection> - <name>erp indoteknik local</name> - <server>localhost</server> + <name>erp indoteknik production (localhost)</name> + <server>10.148.0.3</server> <type>POSTGRESQL</type> <access>Native</access> - <database>indoteknik_20231015</database> + <database>erp_indoteknik</database> <port>5432</port> - <username>stephan</username> - <password>Encrypted 2be98afc86aa7f2e4cb0aba75ce9aaed4</password> + <username>odoo</username> + <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</password> <servername/> <data_tablespace/> <index_tablespace/> @@ -529,7 +529,7 @@ </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> + <attribute>N</attribute> </attribute> <attribute> <code>USE_POOLING</code> @@ -555,7 +555,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik local</connection> + <connection>erp indoteknik production (localhost)</connection> <sql>select * from stock_move</sql> <limit>0</limit> <lookup/> |
