diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-03-19 15:14:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-03-19 15:14:01 +0700 |
| commit | 5882074ab09c141c9382a76e5034ee0354b02579 (patch) | |
| tree | 0e44a5e4453a5fa09cb43429679ade4acd90fb06 | |
| parent | 06a0d0c69bcb0cb0f212d44afd5757b8a4270ecb (diff) | |
update
| -rw-r--r-- | update_brand_vendor_purchase_pricelist.ktr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/update_brand_vendor_purchase_pricelist.ktr b/update_brand_vendor_purchase_pricelist.ktr index 09ba42d..e46b67e 100644 --- a/update_brand_vendor_purchase_pricelist.ktr +++ b/update_brand_vendor_purchase_pricelist.ktr @@ -436,12 +436,12 @@ <notepads> </notepads> <connection> - <name>erp indoteknik production</name> - <server>localhost</server> + <name>erp indoteknik production (localhost)</name> + <server>10.148.0.3</server> <type>POSTGRESQL</type> <access>Native</access> <database>erp_indoteknik</database> - <port>5901</port> + <port>5432</port> <username>odoo</username> <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</password> <servername/> @@ -462,7 +462,7 @@ </attribute> <attribute> <code>PORT_NUMBER</code> - <attribute>5901</attribute> + <attribute>5432</attribute> </attribute> <attribute> <code>PRESERVE_RESERVED_WORD_CASE</code> @@ -478,7 +478,7 @@ </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> + <attribute>N</attribute> </attribute> <attribute> <code>USE_POOLING</code> @@ -504,7 +504,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production</connection> + <connection>erp indoteknik production (localhost)</connection> <sql>select pp.brand_id, pp.vendor_id, count(*) as count_brand_vendor from purchase_pricelist pp where pp.brand_id is not null @@ -611,7 +611,7 @@ group by pp.brand_id, pp.vendor_id</sql> <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production</connection> + <connection>erp indoteknik production (localhost)</connection> <skip_lookup>N</skip_lookup> <commit>100</commit> <use_batch>N</use_batch> |
