فهرست منبع

[FIX] debit to credit

Gogs 7 سال پیش
والد
کامیت
3e2b62546b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controllers/main.py

+ 1 - 1
controllers/main.py

@@ -119,7 +119,7 @@ class Sales(http.Controller):
                 }
 
             }
-        } for journal in request.env['account.journal'].search([('type', 'in', ['bank', 'cash']), ('default_debit_account_id.currency_id', '=', False), ('active', '=', True)], order='id')]
+        } for journal in request.env['account.journal'].search([('type', 'in', ['bank', 'cash']), ('default_credit_account_id.currency_id', '=', False), ('active', '=', True)], order='id')]
     
     '''
         Get all active customers