Merge dev from main #1

Merged
admin merged 25 commits from main into dev 2026-01-05 13:03:46 +00:00
Showing only changes of commit b0b2741422 - Show all commits

View File

@@ -280,7 +280,7 @@ class Dashboard(ModelSQL, ModelView):
invs = Invoice.search(['type','=','out']) invs = Invoice.search(['type','=','out'])
inv_s = len(invs) inv_s = len(invs)
AccountMove = Pool().get('account.move') AccountMove = Pool().get('account.move')
accs = AccountMove.search(['id','>',0]) accs = AccountMove.search(['journal','=',3])
move_cash = len(accs) move_cash = len(accs)
return ( return (