kpo
4 years ago
No known key found for this signature in database
GPG Key ID: 381F08E0118045F7
1 changed files with
3 additions and
1 deletions
-
base_accounting_kit/static/src/js/account_dashboard.js
|
|
@ -1168,7 +1168,7 @@ odoo.define('AccountingDashboard.AccountingDashboard', function(require) { |
|
|
|
.then(function(result) { |
|
|
|
currency = result; |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rpc.query({ |
|
|
@ -1816,6 +1816,8 @@ odoo.define('AccountingDashboard.AccountingDashboard', function(require) { |
|
|
|
|
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
})// get currency
|
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|