diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-18 14:23:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-18 14:23:01 +0700 |
| commit | b365aa304ca131ac506cde2674ea9b09e20e6156 (patch) | |
| tree | 8d5c27e91e0cda507f7768da605ce317240a3390 | |
| parent | 96bc8f57ffe0e8376ee49719006451051dede668 (diff) | |
reproduce error
| -rw-r--r-- | insert_update_pricelist.ktr | 58 |
1 files changed, 1 insertions, 57 deletions
diff --git a/insert_update_pricelist.ktr b/insert_update_pricelist.ktr index e97d644..f592bc5 100644 --- a/insert_update_pricelist.ktr +++ b/insert_update_pricelist.ktr @@ -488,57 +488,6 @@ </attributes> </connection> <connection> - <name>erp indoteknik local</name> - <server>localhost</server> - <type>POSTGRESQL</type> - <access>Native</access> - <database>indoteknik_20230914</database> - <port>5432</port> - <username>odoo</username> - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d196a0d5</password> - <servername/> - <data_tablespace/> - <index_tablespace/> - <attributes> - <attribute> - <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>FORCE_IDENTIFIERS_TO_UPPERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>IS_CLUSTERED</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>PORT_NUMBER</code> - <attribute>5432</attribute> - </attribute> - <attribute> - <code>PRESERVE_RESERVED_WORD_CASE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>QUOTE_ALL_FIELDS</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>USE_POOLING</code> - <attribute>N</attribute> - </attribute> - </attributes> - </connection> - <connection> <name>erp indoteknik production (localhost)</name> <server>localhost</server> <type>POSTGRESQL</type> @@ -809,7 +758,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik local</connection> + <connection>erp indoteknik production (localhost)</connection> <commit>100</commit> <update_bypassed>N</update_bypassed> <lookup> @@ -848,11 +797,6 @@ <update>Y</update> </value> <value> - <name>active</name> - <rename>active_1</rename> - <update>Y</update> - </value> - <value> <name>compute_price</name> <rename>compute_price_1</rename> <update>Y</update> |
