29_12_25
This commit is contained in:
@@ -280,7 +280,7 @@ class Dashboard(ModelSQL, ModelView):
|
||||
invs = Invoice.search(['type','=','out'])
|
||||
inv_s = len(invs)
|
||||
AccountMove = Pool().get('account.move')
|
||||
accs = AccountMove.search(['id','>',0])
|
||||
accs = AccountMove.search(['journal','=',3])
|
||||
move_cash = len(accs)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user