diff options
| -rw-r--r-- | import_purchase_order.ktr | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/import_purchase_order.ktr b/import_purchase_order.ktr index 7262513..d68ab6b 100644 --- a/import_purchase_order.ktr +++ b/import_purchase_order.ktr @@ -486,57 +486,6 @@ </attribute> </attributes> </connection> - <connection> - <name>erp indoteknik production (localhost)</name> - <server>10.148.0.3</server> - <type>POSTGRESQL</type> - <access>Native</access> - <database>erp_indoteknik</database> - <port>5432</port> - <username>odoo</username> - <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</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>N</attribute> - </attribute> - <attribute> - <code>USE_POOLING</code> - <attribute>N</attribute> - </attribute> - </attributes> - </connection> <order> <hop> <from>Table input</from> @@ -555,7 +504,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production (localhost)</connection> + <connection>dw bi indoteknik (localhost)</connection> <sql>select po.write_date as po_date, pol.write_date as line_date, po.name as documentno, po.state, po.partner_id, rp.name as vendor, pol.product_id, pol.product_uom_qty as qty, pol.price_unit, pol.price_subtotal, pol.id as line_id, |
