summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-09 15:41:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-09 15:41:50 +0700
commit008835120f6c8741cf4ea37f337d7285bac0f1a7 (patch)
treea6d678f3b6b6c7dad6473297d683c5b9f9116946
parent239b817430af03f9840f7805232491240d40ddf0 (diff)
add out invoice
-rw-r--r--import_account_move_line.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_account_move_line.ktr b/import_account_move_line.ktr
index 71fd501..ea96b4d 100644
--- a/import_account_move_line.ktr
+++ b/import_account_move_line.ktr
@@ -892,7 +892,7 @@
<sql>select aml.* from account_move_line aml
join account_move am on am.id = aml.move_id
where am.move_type = 'out_invoice'
-and aml.write_date >= (now() - '5 days'::interval)</sql>
+--and aml.write_date >= (now() - '5 days'::interval)</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>